diff options
Diffstat (limited to '')
-rw-r--r-- | dot_muttrc | 18 |
1 files changed, 4 insertions, 14 deletions
@@ -59,8 +59,8 @@ set sort_aux=date set move=no set mark_old=no ignore * # ignore all headers except for ... -unignore Date: From: To: CC: Bcc: Subject: -hdr_order Subject: Date: From: To: CC: Bcc: +unignore date from to cc bcc subject +hdr_order date from to cc bcc subject # MessageNo Mo Day (To if sent by me, from if sent to me) List [Flags (Hidden Messages/line count) Subject set index_format="%4C %{%m%d} %-16.16F [%Z] %?M?(#%03M)&(%4l)? %s" # Narrow / wide versions. @@ -122,6 +122,8 @@ set mbox_type=mbox # In case it's unset set sendmail="sendmail -oem -oi" +set fcc_before_send=yes + # For the -f option to work properly with account-hooks, it looks like I need # to unset the folder option unset folder @@ -138,18 +140,6 @@ source ~/.mutt/savehooks.rc source ~/.mutt/gpg.rc source ~/.mutt/news.rc -#set folder="/home/ryan/.maildb/GMAIL/" -#set spoolfile='/home/ryan/.maildb/GMAIL/INBOX' -#mailboxes ! + `sed -e 's/\(.*\)$/"+.\1"/g' .maildb/GMAIL/subscriptions | tr '\n' ' '` -#mailboxes ! + `\ -#for file in ~/.maildb/GMAIL/.*; do \ -#box=$(basename "$file"); \ -#if [ ! "$box" = '.' -a ! "$box" = '..' -a ! "$box" = '.customflags' \ -# -a ! "$box" = '.subscriptions' ]; then \ -# echo -n "\"+$box\" "; \ -#fi; \ -#done` - set tmpdir='~/.mutt/tmp' macro index <F7> \ |