2021-02-18 14:47:48 +00:00
|
|
|
# activate TLS if available on the server
|
|
|
|
set ssl_starttls=yes
|
|
|
|
|
|
|
|
# always use SSL when connecting to a server
|
|
|
|
set ssl_force_tls=yes
|
|
|
|
|
2022-09-02 16:48:32 +00:00
|
|
|
unset imap_passive
|
|
|
|
unset confirmappend
|
2021-02-18 14:47:48 +00:00
|
|
|
set imap_check_subscribed
|
|
|
|
set mail_check=60
|
2021-04-16 13:40:58 +00:00
|
|
|
set timeout=10
|
2021-02-18 14:47:48 +00:00
|
|
|
set header_cache=~/.hcache
|
|
|
|
set net_inc=5
|
2022-09-18 22:33:21 +00:00
|
|
|
set sort=threads
|
2021-07-17 17:35:41 +00:00
|
|
|
set query_command="mcds '%s' # https://github.com/t-brown/mcds
|
2023-03-06 00:40:13 +00:00
|
|
|
set editor="/usr/bin/nano -abt -r 72 +9"
|
2021-02-18 14:47:48 +00:00
|
|
|
|
2021-04-07 19:25:58 +00:00
|
|
|
set record = "=Sent"
|
|
|
|
set postponed = "=Drafts"
|
|
|
|
|
2022-09-02 16:48:32 +00:00
|
|
|
folder-hook . set trash = "=Trash"
|
|
|
|
folder-hook Trash$ unset trash
|
|
|
|
|
2021-02-18 14:47:48 +00:00
|
|
|
set realname="Morgan McMillian"
|
|
|
|
set use_from=yes
|
|
|
|
set envelope_from=yes
|
|
|
|
set edit_headers=yes
|
2021-07-17 16:25:19 +00:00
|
|
|
set user_agent=yes
|
2021-02-18 14:47:48 +00:00
|
|
|
|
|
|
|
auto_view text/html
|
|
|
|
alternative_order text/plain text/encriched text/html
|
|
|
|
|
|
|
|
unignore x-rss-url
|
2021-05-03 20:04:24 +00:00
|
|
|
color normal white default
|
2021-11-16 23:01:50 +00:00
|
|
|
color status white black
|
|
|
|
color indicator black blue
|
2021-05-03 20:04:24 +00:00
|
|
|
color hdrdefault cyan default
|
|
|
|
color header yellow default "^subject:"
|
2021-02-18 14:47:48 +00:00
|
|
|
|
2021-04-07 19:25:58 +00:00
|
|
|
# disable command mode
|
|
|
|
bind generic,alias,attach,browser,editor,index,compose,pager,pgp,postpone ':' noop
|
|
|
|
|
2021-02-18 14:47:48 +00:00
|
|
|
bind pager j next-line
|
|
|
|
bind pager k previous-line
|
2021-07-17 16:25:19 +00:00
|
|
|
#bind pager g top
|
|
|
|
#bind pager G bottom
|
2021-02-18 14:47:48 +00:00
|
|
|
bind attach,index,pager \CD next-page
|
|
|
|
bind attach,index,pager \CU previous-page
|
|
|
|
bind attach,index g first-entry
|
|
|
|
bind attach,index G last-entry
|
2021-03-12 16:01:03 +00:00
|
|
|
|
|
|
|
macro index,pager A "<save-message>=Archive<enter>" "Archive message"
|
2021-07-17 16:25:19 +00:00
|
|
|
|
|
|
|
my_hdr X-Clacks-Overhead: GNU Terry Pratchett
|