Jens Chr. Lisner wrote:
> I've set my sent-mail folder to ~/Mail/sent-mail. Mutt creates the
> folder, but the mail is not saved.
>
> I suppose this should be done, if the $record variable is set.
Mr. Wade advised:
> You will need to set $copy as well as $record, e.g.
>
> set folder="~/Mail"
> set copy=yes
> set record="+sent-mail"
Jens Chr. Lisner replied:
> I've uncommented the $copy line in the .muttrc. It is explicitly set to
> "yes" now. But the mail is not written to the sent-mail file.
Hmm... be sure that $save_name and $force_name are unset. Also,
check to see if you have any fcc-hooks and fcc-save-hooks
interfering with what you want.
What about the perms on the ~/Mail/sent-mail file? If it's not
writable for you, that could cause a problem. This might be
wise:
$ chmod u+w ~/Mail/sent-mail
(I am assuming mbox mailbox format.)
If $copy is set to yes, $save_name and $force_name are unset,
there are no interfering fcc-hooks, $record is set to the correct
path, and you have write permission to that file, it _should_
work, as far as I can tell! =)
I hope this helps.
-- Mr. Wade
--
Linux: The Choice of the GNU Generation