Hi, * Luciano Rocha wrote:
On Tue, Jan 15, 2008 at 02:18:33PM +0100, Rocco Rutte wrote:
So it's rather undocumented, also see ticket #1719 (http://dev.mutt.org/trac/ticket/1719).
Saving to \-Casamento.pps should work.
Yeah, but as Francis mentioned, mutt should escape all magic chars from the attachment name.
Oh, escaping doesn't work as mutt treats the \ literally. So you need to prepend './' (like in deleting a file named '-f' in the current dir). That's what mutt should be abled to do more or less easily.
Rocco