diff options
| -rw-r--r-- | home/.config/neomutt/muttrc (renamed from home/.muttrc) | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/home/.muttrc b/home/.config/neomutt/muttrc index 81b7ae8..f184af3 100644 --- a/home/.muttrc +++ b/home/.config/neomutt/muttrc @@ -16,7 +16,7 @@ set mbox_type=Maildir #set folder=~/Mail # where i keep my mailboxes -set mask="!^\\." +set mask="!^\\." # which mailboxes to hide set mbox="~/Mail" # where to store read messages set record="+.Sent" # default location to save outgoing mail set postponed="+.Postponed" # mailbox to store postponed messages in @@ -52,19 +52,19 @@ set fcc_attach # keep attachments in copies of sent messages? set index_format="%4C %Z %(%Y-%m-%d) %-15.15F (%4c) %s" # format of the index #set folder_format="%t %N %f" #set folder_format="%2C %t %N %F %2l %-8.8u %-8.8g %8s %d %f" -set folder_format="%2C %t %6N %t %f" +set folder_format="%2C %t %6N %t %f" # format of the folder list set hdrs # include `my_hdr' lines in outgoing messages #set header # include message header when replying set header_cache=~/.hcache # keep a cache of headers for faster loading (1.5.9+?) set help # show the help lines #set history=20 # number of lines of history to remember #set hostname="mutt.org" # my DNS domain -unset imap_passive # Don't wait to enter mailbox manually +unset imap_passive # Don't wait to enter mailbox manually set imap_check_subscribed # Automatically poll subscribed mailboxes for new mail (new in 1.5.11) set include # always include messages when replying #set indent_string="> " # how to quote replied text #set locale="C" # locale to use for printing time -set mailcap_path="~/.mailcap" +set mailcap_path="~/.mailcap" # which external programs to use for different filetypes set mail_check=10 # how often to poll for new mail #set mbox=+mbox # where to store read messages set menu_scroll # no implicit next-page/prev-page @@ -111,7 +111,7 @@ set sort_browser=alpha # Sort mailboxes by alpha(bet) #set sort_browser=unsorted # Do not sort mailboxes set ssl_starttls=yes # activate TLS if available on the server set ssl_force_tls=yes # always use SSL when connecting to a server -set status_format="-%r-Mutt: %f [Msgs:%?M?%M/?%m%?n? New:%n?%?o? Old:%o?%?d? Del:%d?%?F? Flag:%F?%?t? Tag:%t?%?p? Post:%p?%?b? Inc:%b?%?l? %l?]---(%s)-%>-(%P)---" +set status_format="-%r-Mutt: %f [Msgs:%?M?%M/?%m%?n? New:%n?%?o? Old:%o?%?d? Del:%d?%?F? Flag:%F?%?t? Tag:%t?%?p? Post:%p?%?b? Inc:%b?%?l? %l?]---(%s)-%>-(%P)---" # statusline format set status_on_top # some people prefer the status bar on top set strict_threads=yes # don't thread by subject set tilde=yes # virtual lines to pad blank lines in the pager @@ -392,8 +392,8 @@ alternative_order text/enriched text/plain text # machines. # -source ~/.muttrc.local # config commands local to this site -#source ~/.muttrc.tuwien # config commands for imap to tuwien -#source ~/.muttrc.ionic # config commands for imap to ionic +source ~/.config/neomutt/muttrc.local # config commands local to this site +#source ~/.config/neomutt/muttrc.tuwien # config commands for imap to tuwien +#source ~/.config/neomutt/muttrc.ionic # config commands for imap to ionic # EOF |
