Changeset 5059:339fd21bf139 for doc
- Timestamp:
- 2007-04-03 14:08:46 (20 months ago)
- Branch:
- HEAD
- Location:
- doc
- Files:
-
- 2 modified
-
manual.xml.head (modified) (2 diffs)
-
mutt.man (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
doc/manual.xml.head
r5007 r5059 5974 5974 5975 5975 <para> 5976 <literal>mutt</literal> [ -n ] [ -F <emphasis>muttrc</emphasis> ] [ -a <emphasis>file</emphasis> ] [ -c <emphasis>address</emphasis> ] [ -i <emphasis>filename</emphasis> ] [ -s <emphasis>subject</emphasis> ] <emphasis>address</emphasis> [ <emphasis>address</emphasis> ... ] 5976 <literal>mutt</literal> [ -n ] [ -F <emphasis>muttrc</emphasis> ] [ -a <emphasis>file</emphasis> ] [ -c <emphasis>address</emphasis> ] [ -i <emphasis>filename</emphasis> ] [ -s <emphasis>subject</emphasis> ] 5977 [ [ <emphasis>file</emphasis> ... ] -- ] <emphasis>address</emphasis> [ <emphasis>address</emphasis> ... ] 5977 5978 </para> 5978 5979 … … 5993 5994 </para> 5994 5995 5996 <para> 5997 All files passed with -a <emphasis>file</emphasis> will be attached as a MIME 5998 part to the message. To attach several files, use ``--'' to separate files and 5999 recipient addresses: <literal>mutt -a *.png -- some@one.org</literal> 6000 </para> 6001 5995 6002 </sect1> 5996 6003 -
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
