From 1ce9f9ce93c456c6b9d7662d483470ee3ffc2daa Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Sat, 14 Feb 2015 03:47:06 +0100 Subject: mutt: Reorder, change comments --- mutt/muttrc | 84 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 42 insertions(+), 42 deletions(-) (limited to 'mutt') diff --git a/mutt/muttrc b/mutt/muttrc index cdd47f4..0a3569d 100644 --- a/mutt/muttrc +++ b/mutt/muttrc @@ -1,26 +1,26 @@ # Compose View Options ------------------------------- set realname = "Johannes Löthberg" set from = "johannes@kyriasis.com" -set envelope_from # which from? -set edit_headers # show headers when composing -set fast_reply # skip to compose when replying -set fcc_attach # save attachments with the body -set mime_forward # do not forward attachments as part of body -set forward_format = "Fwd: %s" # format of subject when forwarding -set forward_decode # decode when forwarding -set attribution = "On %d, %n wrote:" # format of quoting header -set reply_to # reply to Reply to: field -set reverse_name # reply as whomever it was to -set include # include message in replies -set forward_quote # include message in forwards -set charset = "utf-8" -set send_charset = "utf-8" +set envelope_from # “From:” from envelope sender +set reverse_name # Reply as whomever it was to +set reply_to # Reply to Reply to: field + +set fast_reply # Skip prompts directly to compose when replying +set fcc_attach # Save attachments with the body +set mime_forward # Forward messages as MIME part +set forward_format = "Fwd: %s" # Format of subject when forwarding +set attribution = "On %d, %n wrote:" # Format of quoting header +set include # Include message in replies +set forward_quote # Include message in forwards + +set charset = "utf-8" # Terminal charset for display/input +set send_charset = "utf-8" # Charset for outgoing messages set config_charset = "utf-8" -set editor = "vim" -set text_flowed = yes -set mark_old = no -set sleep_time = 0 # no delay when opening a maildir! +set edit_headers # Edit headers when editing +set editor = "vim" # Editor used by mutt +set text_flowed = yes # Generate flowed attachments +set sleep_time = 0 # No delay when opening a maildir! set mbox_type = Maildir set folder = "~/mail" @@ -34,6 +34,7 @@ set spoolfile = "+Inbox" set mbox = "+archives" set postponed = "+Drafts" mailboxes +Inbox +Sent +learn-spam +Drafts +Trash +archives +arch-dev-public +aur-general +arch-bugs +Spam +Ham +openldap-technical +opensmtpd +pacman-dev +set record = "+Sent" set query_command='goobook -c "$XDG_CONFIG_HOME/goobookrc" query "%s"' macro index,pager A "goobook -c \"$XDG_CONFIG_HOME/goobookrc\" add" "add the sender address to Google contacts" @@ -44,7 +45,6 @@ macro index O 'mbsync -c "$XDG_CONFIG_HOME/mbsyncrc" theos?" "copy a message to a mailbox" -macro index M "?" "move a message to a mailbox" +macro index C "?" "copy a message to a mailbox" +macro index M "?" "move a message to a mailbox" -bind index gg first-entry -bind index G last-entry -bind index R group-reply -bind index S sync-mailbox -bind index collapse-thread +bind index gg first-entry +bind index G last-entry +bind index R group-reply +bind index S sync-mailbox +bind index collapse-thread # Pager Key Bindings --------------------------------- -bind pager k previous-line -bind pager j next-line -bind pager gg top -bind pager G bottom -bind pager R group-reply +bind pager k previous-line +bind pager j next-line +bind pager gg top +bind pager G bottom +bind pager R group-reply + +# Save and recall drafts +bind compose P postpone-message +bind index P recall-message # Move message to archives macro index,pager a "=archives" @@ -104,17 +108,13 @@ macro index,pager a "=archives" # View attachments properly. bind attach view-mailcap -# Save and recall drafts -bind compose P postpone-message -bind index P recall-message - source ~/.config/mutt/gpg.rc -set crypt_autosign = yes -set crypt_replyencrypt = no -set crypt_verify_sig = yes -set pgp_sign_as = 3A9D0BB5 -set pgp_use_gpg_agent = yes -set crypt_use_pka = yes +set crypt_autosign = yes +set crypt_replyencrypt = no +set crypt_verify_sig = yes +set pgp_sign_as = 3A9D0BB5 +set pgp_use_gpg_agent = yes +set crypt_use_pka = yes source ~/.config/mutt/themes/comidia -- cgit v1.2.3-54-g00ecf