From 172e135dda0f9ac17da2d26a6aaadcc4d50b49b1 Mon Sep 17 00:00:00 2001 From: Hsieh Chin Fan Date: Sat, 2 Apr 2022 23:33:28 +0800 Subject: update --- muttrc | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) (limited to 'muttrc') diff --git a/muttrc b/muttrc index ff4496a..7915b0f 100644 --- a/muttrc +++ b/muttrc @@ -1,31 +1,31 @@ +# IMAP/SMTP settings set folder = "imaps://pham@mail.topo.tw:993/" set imap_pass = `pass pham@topo.tw` set header_cache = "~/.cache/mutt" set message_cachedir = "~/.cache/mutt" - set smtp_url = "smtp://pham@mail.topo.tw:25" set smtp_pass = "$imap_pass" +# Identify meself set from = "pham@topo.tw" set realname = "謝晉凡 Hsieh Chin Fan" set signature="$SETTING_DIR/.signature" +set pgp_use_gpg_agent=yes +set crypt_use_gpgme=yes +set pgp_timeout=300 +set pgp_sign_as=6DD8C14A # replace 6DD8C14A with your gpg key id +# Basic Mailbox set spoolfile = "+INBOX" set mbox= "+mbox" set move = yes set record = "+Sent" set trash = "+Trash" set postponed = "+Drafts" -set index_format = "%4C %Z %{%b %d} %-15.15L (%?l?%4l&%4c?) %s" - -set pgp_use_gpg_agent=yes -set crypt_use_gpgme=yes -set pgp_timeout=300 -# replace 6DD8C14A with your gpg key id -set pgp_sign_as=6DD8C14A subscribe talk-tw@openstreetmap.org +# Interface set editor = "vim" set charset = "utf-8" set send_charset = "us-ascii:utf-8" @@ -94,7 +94,7 @@ color sidebar_divider color8 black color sidebar_flagged red black color sidebar_new green black -# basic colors ------------------------------------------------------- +# basic colors color normal white black color error red black color tilde white black @@ -106,9 +106,8 @@ color status brightwhite black color indicator white blue color tree magenta black # arrows in threads -# For list ------------------------------------------------------- +# For list # Highlight mails by their status. For a specific pattern(e.g. ~N), pleas read mutt manual 4.2 - color index red black "~A" # all messages color index brightred black "~E" # expired messages color index brightcyan black "~N" # new messages @@ -139,8 +138,6 @@ color index green white "~N~v~(~F~N)" # color index green white "~N~v~(~F)" # collapsed thread with unread parent, no unread inside, but some flagged color index yellow red "~v~(~D)" # thread with deleted (doesn't differentiate between all or partial) -# Highlight mail header ------------------------------------------ - # color header color header green black "^(From)" color header brightyellow black "^(Subject)" -- cgit v1.2.3-70-g09d2