Changeset 5059:339fd21bf139 for doc/mutt.man
- Timestamp:
- 2007-04-03 14:08:46 (22 months ago)
- Branch:
- HEAD
- Files:
-
- 1 modified
-
doc/mutt.man (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
doc/mutt.man
r4988 r5059 30 30 [-nx] 31 31 [-e \fIcmd\fP] 32 [-a \fIfile\fP]33 32 [-F \fIfile\fP] 34 33 [-H \fIfile\fP] … … 37 36 [-b \fIaddr\fP] 38 37 [-c \fIaddr\fP] 39 [--] 38 [\-a \fIfile\fP [...]] 39 [\-\-] 40 40 \fIaddr\fP [...] 41 41 .PP … … 63 63 .IP "-A \fIalias\fP" 64 64 An expanded version of the given alias is passed to stdout. 65 .IP "-a \fIfile\fP "65 .IP "-a \fIfile\fP [...]" 66 66 Attach a file to your message using MIME. 67 To attach multiple files, separating filenames and recipient addresses with 68 "\-\-" is mandatory, e.g. \fBmutt \-a img.jpg *.png \-\- addr1 addr2\fP. 67 69 .IP "-b \fIaddress\fP" 68 70 Specify a blind-carbon-copy (BCC) recipient … … 118 120 Causes Mutt to open the first mailbox specified by the \fImailboxes\fP 119 121 command which contains new mail. 120 .IP " --"122 .IP "\-\-" 121 123 Treat remaining arguments as \fIaddr\fP even if they start with a dash. 124 See also "\-a" above. 122 125 .SH ENVIRONMENT 123 126 .PP
