diff options
| author | 2025-10-17 12:22:00 -0400 | |
|---|---|---|
| committer | 2025-10-17 12:32:42 -0400 | |
| commit | 544da1ba50d9cbf51a18ca0abf1db66b3baa7460 (patch) | |
| tree | 1caa87664ea4937c5f4e6e8dc83c49b3132ddd70 /files/email | |
| parent | 85a47287e56ba9100420246531ebea5996cc0486 (diff) | |
| download | dotfiles-544da1ba50d9cbf51a18ca0abf1db66b3baa7460.tar.gz dotfiles-544da1ba50d9cbf51a18ca0abf1db66b3baa7460.tar.bz2 dotfiles-544da1ba50d9cbf51a18ca0abf1db66b3baa7460.zip | |
Gentoo desktop
Diffstat (limited to 'files/email')
| -rw-r--r-- | files/email/muttrc | 112 |
1 files changed, 112 insertions, 0 deletions
diff --git a/files/email/muttrc b/files/email/muttrc new file mode 100644 index 0000000..2f2efea --- /dev/null +++ b/files/email/muttrc @@ -0,0 +1,112 @@ +set send_charset = "utf-8" +set assumed_charset = "iso-8859-1" + +set sort = reverse-date + +set editor = "vi -c 'set syntax=mail ft=mail enc=utf-8'" + +set menu_scroll = yes + +set simple_search = "~f %s | ~C %s | ~s %s" + +set mail_check_stats = yes +set delete = ask-yes + +set rfc2047_parameters = yes +set sleep_time = 0 +set markers = no +set wait_key = no +set reverse_name +set fast_reply +set fcc_attach +set mime_forward = no +set forward_attachments = yes +set forward_format = "Fwd: %s" +set forward_quote + +set index_format = "%2C (%Z) %[%D %I:%M %p] %-15.15F %s (%c)" + +set sidebar_visible = yes +set sidebar_short_path = yes +set sidebar_width = 18 +set sidebar_format = '%B%?F? [%F]?%* %?N?%N/?%S' + +auto_view text/html +auto_view application/pgp-encrypted +alternative_order text/plain text/enriched text/html + +set realname = "Andrew Opalach" +set from = "andrew@akon.city" + +set mail_check = 60 +set imap_keepalive = 300 + +set imap_user = "andrew@akon.city" +set imap_pass = "`pass andrew@akon.city`" +set folder = imaps://mail.akon.city/ +set spoolfile = "=INBOX" +set record = "=INBOX/Sent" +set postponed = "=INBOX/Drafts" +set trash = "=INBOX/Trash" +mailboxes =INBOX +mailboxes =INBOX/Sent +mailboxes =INBOX/Drafts +mailboxes =INBOX/Trash +mailboxes =INBOX/Junk +mailboxes =INBOX/Archive + +set smtp_pass = "`pass andrew@akon.city`" +set smtp_url = smtp://andrew@akon.city@mail.akon.city/ + +set header_cache = /var/tmp/mutt + +bind index i imap-fetch-mail +bind index,pager g noop +bind index gg first-entry +bind index j next-entry +bind index k previous-entry +bind index G last-entry +bind attach <Return> view-mailcap +bind attach l view-mailcap +bind editor <space> noop +bind pager j next-line +bind pager k previous-line +bind pager gg top +bind pager G bottom +bind pager l view-attachments +bind index h noop +bind pager,attach h exit +bind index,pager \Ck sidebar-prev +bind index,pager \Cj sidebar-next +bind index,pager \Co sidebar-open +bind editor <Tab> complete-query +bind browser l select-entry +bind browser gg top-page +bind browser G bottom-page +#bind index,pager H "view-raw-message" + +# https://superuser.com/a/695154 +macro index,pager \cB ": unset wait_key; set pipe_decode\n|w3m\n: set wait_key; unset pipe_decode\n" "call w3m to extract URLs out of a message" + +color normal white black +color attachment brightyellow black +color hdrdefault green black +color indicator black brightgreen +color markers brightyellow black +color quoted green black +color signature blue black +color status black green +color tilde blue black +color tree yellow black + +color index green black ~D +color index magenta black ~T + +color header brightyellow black ^From: +color header brightgreen black ^To: +color header brightgreen black ^Reply-To: +color header brightgreen black ^Cc: +color header brightgreen black ^Subject: + +#color body brightyellow black [\-\.+_a-zA-Z0-9]+@[\-\.a-zA-Z0-9]+ +#color body brightgreen black (https?|ftp)://[\-\.,/%~_:?&=\#a-zA-Z0-9]+ |