X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=blobdiff_plain;f=mymail.1;h=24a5ea53995761cfd1d0cb2ce1411cae39343418;hb=9385a49c7a296bdaf163a280d68173a896f11f78;hp=5fe569e413e00157e943088c36ff16e4408d1ca3;hpb=c7dd0337a78674576cbda563bc45c998e82bdbe0;p=mymail.git diff --git a/mymail.1 b/mymail.1 index 5fe569e..24a5ea5 100644 --- a/mymail.1 +++ b/mymail.1 @@ -1,4 +1,4 @@ -.TH "MYMAIL" "0.9.7" "March 2013" "Francois Fleuret" "User Commands" +.TH "MYMAIL" "0.9.8" "March 2013" "Francois Fleuret" "User Commands" \" This man page was written by Francois Fleuret \" and is distributed under a Creative Commons Attribution-Share Alike @@ -87,12 +87,9 @@ followed by a space and a regexp, which can itself contain spaces. If the condition is prefaced by the character "!" it is negated, and has to be false for a mail to be selected. -The time-based conditions use as reference the time indicated in the -heading From line, and not in the Date: field. - .TP \fBf \fR (from) -selects mails whose leading line From, or fields From:, Sender:, +selects mails whose leading line 'From', or fields From:, Sender:, Reply-To:, or Return-Path: matches the regexp. .TP \fBt \fR (to) @@ -163,13 +160,14 @@ days, and create an mbox file /tmp/mymail/mbox. The search in the mail bodies does not decode mimencoding mails, hence will not catch patterns in encoded text. -The mbox format is not clear for multipart messages, since the ^"From -" may not always be quoted properly (at least the ones I use for +The mbox format is not clear for multipart messages, since the 'From' +may not always be quoted properly (at least the ones I use for testing). -The date format for the ^Date: field is not standardized, and may not -be parsed properly, in which case the time stamp from the mail leading -^"From " will be used. +The date format for the Date: field is not standardized, and may not +be parsed properly. When that happens, the time stamp from the +leading 'From' line of the mail, which has a canonical form, is be +used. .SH "AUTHOR"