In response to an earlier rerquest for advice on enabling me to save copies of
outgoing mail, Suresh Ramasubrahamian and Frank Naumann suggested a couple of lines to
be added to .muttrc.
I've incorporated them into my .muttrc but still cannot store sent mail in my
/home/sam/Mail/outbox. (All cases correct)
Below is a copy of the relevant (and some irrelevant) parts of my .muttrc. Can anyone
spot the problem?
Thanks, sam
COPY of .muttrc
ignore "from " received content- mime-version status x-status message-id
ignore sender references return-path lines
bind editor "\e<delete>" kill-word
bind editor "\e<backspace>" kill-word
bind editor <delete> delete-char
unset use_domain
unset use_from
set sort=threads
unset write_bcc
unset bounce_delivered
macro index \eb '/~b ' 'search in message bodies'
macro index \cb |urlview\n 'call urlview to extract URLs out of a message'
macro pager \cb |urlview\n 'call urlview to extract URLs out of a message'
macro generic <f1> "!zless /usr/share/doc/mutt/manual.txt.gz\n" "Show Mutt
documentation"
macro index <f1> "!zless /usr/share/doc/mutt/manual.txt.gz\n" "Show Mutt
documentation"
macro pager <f1> "!zless /usr/share/doc/mutt/manual.txt.gz\n" "Show Mutt
documentation"
set hostname=wdn.com
color hdrdefault cyan default
color quoted green default
color signature cyan default
color attachment brightyellow default
color tree red default
color markers brightred default
color tilde blue default
color header brightcyan default ^From:
color header brightcyan default ^To:
color header brightcyan default ^Reply-To:
color header brightcyan default ^Cc:
color header brightcyan default ^Subject:
color body brightred default [\-\.+_a-zA-Z0-9]+@[\-\.a-zA-Z0-9]+
charset-hook US-ASCII ISO-8859-1
charset-hook x-unknown ISO-8859-1
charset-hook windows-1250 CP1250
charset-hook windows-1251 CP1251
charset-hook windows-1252 CP1252
charset-hook windows-1253 CP1253
charset-hook windows-1254 CP1254
charset-hook windows-1255 CP1255
charset-hook windows-1256 CP1256
charset-hook windows-1257 CP1257
charset-hook windows-1258 CP1258
mailboxes `echo $HOME/Mail/outbox`
set folder=/home/sam/Mail/outbox
set editor="/usr/bin/mcedit"
set smart_wrap=yes
BTW, my smart_wrap does not result in line wrapping, perhaps because the set
configuration to
smart_wrap=yes is a mutt instruction and I am using an external editor.
:wq