Changeset 5419:4b790909a037
- Timestamp:
- 2008-06-14 18:23:14 (5 months ago)
- Author:
- Christoph Berg <cb@…>
- Branch:
- HEAD
- Message:
-
Document that From_ lines use asctime-style dates, not RFC2822 dates.
Closes #3077.
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r5417
|
r5419
|
|
| | 1 | 2008-06-11 22:45 -0700 Alexey I. Froloff <raorn@altlinux.org> (1e8ca708a52f) |
| | 2 | |
| | 3 | * attach.c: Do not attempt to close invalid descriptors. Closes #3075 |
| | 4 | |
| | 5 | 2008-06-05 13:06 +0200 Vladimir Marek <Vladimir.Marek@Sun.COM> (5ab92dd44ce2) |
| | 6 | |
| | 7 | * alias.c: Wrap Fqdn in NONULL() to prevent crash with -d5 if Fqdn |
| | 8 | is NULL |
| | 9 | |
| 1 | 10 | 2008-06-02 09:45 +0200 Rocco Rutte <pdmef@gmx.net> (d6d04a7f5aea) |
| 2 | 11 | |
| … |
… |
|
| 4 | 13 | characters |
| 5 | 14 | |
| 6 | | 2008-06-02 09:44 +0200 Rocco Rutte <pdmef@gmx.net> (b2b844141ac1) |
| 7 | | |
| 8 | | * ChangeLog, rfc822.c: Allow for mail addresses longer than 256 |
| | 15 | * rfc822.c: Allow for mail addresses longer than 256 |
| 9 | 16 | characters (closes #3066). |
| 10 | 17 | |
| … |
… |
|
| 16 | 23 | 2008-05-29 14:18 +0200 Rocco Rutte <pdmef@gmx.net> (bf74c85070c4) |
| 17 | 24 | |
| 18 | | * ChangeLog, menu.c: Respect $wrap_search in generic menu search (e.g. |
| 19 | | for browser) |
| 20 | | |
| 21 | | 2008-05-29 11:20 +0200 Rocco Rutte <pdmef@gmx.net> (18e7849e4c7c) |
| | 25 | * menu.c: Respect $wrap_search in generic menu search (e.g. for |
| | 26 | browser) |
| 22 | 27 | |
| 23 | 28 | * doc/Makefile.am: Only install mutt_dotlock(1) if binary is |
| … |
… |
|
| 26 | 31 | 2008-05-28 22:22 -0700 Paul Walker <paul@black-sun.demon.co.uk> (f4259a92dab6) |
| 27 | 32 | |
| 28 | | * ChangeLog, doc/Muttrc.head: Make default muttrc header weeding |
| | 33 | * doc/Muttrc.head: Make default muttrc header weeding |
| 29 | 34 | tidier. Closes #286. |
| 30 | 35 | |
-
|
r3660
|
r5419
|
|
| 37 | 37 | as defined in \fBRFC2822\fP 3.4.1. The date is expected to be |
| 38 | 38 | .B date-time |
| 39 | | as defined in \fBRFC2822\fP 3.3. |
| | 39 | as output by |
| | 40 | .BR asctime(3) . |
| 40 | 41 | For compatibility reasons with legacy software, two-digit years |
| 41 | 42 | greater than or equal to 70 should be interpreted as the years |
| … |
… |
|
| 169 | 170 | .BR link (2), |
| 170 | 171 | .BR stat (2), |
| | 172 | .BR asctime (3), |
| 171 | 173 | .BR maildir (5), |
| 172 | 174 | .BR mmdf (5), |