]> git.llucax.com Git - software/mutt-debian.git/blobdiff - doc/mbox.man
adding a missing bug number
[software/mutt-debian.git] / doc / mbox.man
index 4a37b118c227dc09c8d731a782263b445fc9a028..09eaf91f0ee581c424130935cceca569cc084355 100644 (file)
@@ -36,7 +36,8 @@ The sender address is expected to be
 .B addr-spec
 as defined in \fBRFC2822\fP 3.4.1. The date is expected to be
 .B date-time
-as defined in \fBRFC2822\fP 3.3.
+as output by
+.BR asctime(3) .
 For compatibility reasons with legacy software, two-digit years
 greater than or equal to 70 should be interpreted as the years
 1970+, while two-digit years less than 70 should be interpreted as
@@ -59,15 +60,15 @@ line; the second (\fBMBOXRD\fP) also quotes already quoted "From "
 lines by prepending a '>' (i.e. ">From ", ">>From ", ...). The later
 has the advantage that lines like
 .IP "" 1
->From the command line you can use the '-p' option
+>From the command line you can use the '\-p' option
 .PP
 aren't dequoted wrongly as a \fBMBOXRD\fP-MDA would turn the line
 into
 .IP "" 1
->>From the command line you can use the '-p' option
+>>From the command line you can use the '\-p' option
 .PP
 before storing it. Besides \fBMBOXO\fP and \fBMBOXRD\fP there is also
-\fBMBOXCL\fP which is \fBMBOXO\fP with a "Content-Length:"-field with the
+\fBMBOXCL\fP which is \fBMBOXO\fP with a "Content-Length:"\-field with the
 number of bytes in the message body; some MUAs (like
 .BR mutt (1))
 do automatically transform \fBMBOXO\fP mailboxes into \fBMBOXCL\fP ones when
@@ -168,6 +169,7 @@ format folders.
 .BR flock (2),
 .BR link (2),
 .BR stat (2),
+.BR asctime (3),
 .BR maildir (5),
 .BR mmdf (5),
 .BR RFC822 ,