<<< Date Index >>>     <<< Thread Index >>>

Re: setting default directory for saving attachments



Hello,

> Is there some setting I can put into my .muttrc file to change the
> location where I save attachment to from the current directory to
> something else?

I don't think so but would be easy to add. You could also use the dirty
hack:

        alias mutt='cd /path/to/attachmentdir; mutt'

for example.

        Thomas