Package: devscripts
Version: 2.10.46
Severity: important
Tags: patch
X-Debbugs-CC: [email protected]

Hello,

apparently as of recently Mutt has started assuming that all arguments
after "-a" are now files to attach, rather than only taking the next
argument as a file, and the rest as addresses. Compare, eg. between
Lenny and unstable:

    % mutt -a /lib/libc.so.6 [email protected]

In unstable, it will complain that [email protected] does not exist (as a
file).

I'm not sure if this is a bug in Mutt or not, but the manual page seems
to imply you should use:

    % mutt -a /lib/libc.so.6 -- [email protected]

However, this will also work:

    % mutt [email protected] -a /lib/libc.so.6

Cheers,

-- 
Adeodato Simó                                     dato at net.com.org.es
Debian Developer                                  adeodato at debian.org
 
Russian roulette in bash: ((RANDOM%6)) || rm -rf ~





--
To unsubscribe, send mail to [email protected].

Reply via email to