Show
Ignore:
Timestamp:
2007-04-03 14:08:46 (22 months ago)
Author:
Christoph Berg <cb@…>
Branch:
HEAD
Message:

When -- is present in the argument list, allow attachment globs.
The -- separates file names from recipients.
Also works for -A and -Q.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • doc/mutt.man

    r4988 r5059  
    3030[-nx]  
    3131[-e \fIcmd\fP]  
    32 [-a \fIfile\fP] 
    3332[-F \fIfile\fP] 
    3433[-H \fIfile\fP] 
     
    3736[-b \fIaddr\fP] 
    3837[-c \fIaddr\fP] 
    39 [--] 
     38[\-a \fIfile\fP [...]] 
     39[\-\-] 
    4040\fIaddr\fP [...] 
    4141.PP 
     
    6363.IP "-A \fIalias\fP" 
    6464An expanded version of the given alias is passed to stdout. 
    65 .IP "-a \fIfile\fP" 
     65.IP "-a \fIfile\fP [...]" 
    6666Attach a file to your message using MIME. 
     67To attach multiple files, separating filenames and recipient addresses with 
     68"\-\-" is mandatory, e.g. \fBmutt \-a img.jpg *.png \-\- addr1 addr2\fP. 
    6769.IP "-b \fIaddress\fP" 
    6870Specify a blind-carbon-copy (BCC) recipient 
     
    118120Causes Mutt to open the first mailbox specified by the \fImailboxes\fP 
    119121command which contains new mail. 
    120 .IP "--" 
     122.IP "\-\-" 
    121123Treat remaining arguments as \fIaddr\fP even if they start with a dash. 
     124See also "\-a" above. 
    122125.SH ENVIRONMENT 
    123126.PP