Updated.
Showing
1 changed file
with
21 additions
and
0 deletions
1 | 2001-02-01 Alain Magloire | ||
2 | |||
3 | "Premature Optimization Is The Root Of All Evil", Knuth. | ||
4 | |||
5 | * mailbox/attachment.c: Typo should be "Content-Disposition" | ||
6 | |||
7 | * mailbox/mbx_mbox.c mailbox/mbx_mboxscan.c mailbox/header.c : | ||
8 | Attempt to optimze the header, header_get_fvalue() is created, | ||
9 | The mailbox save/cache the most common headers, when doing a | ||
10 | header_get_value(), header_get_fvalue() is call first hoping | ||
11 | that the requested header was cache, if it fails we fall back | ||
12 | to the usual parsing. The common elected headers are : From, | ||
13 | To, Cc, Subject, Date, Content-Type, X-UIDL, X-UID. | ||
14 | |||
15 | * mailbox/mailbox.c mailbox/mbx_mbox.c mailbox/mbx_imap.c : | ||
16 | I've confuse the semantic of "unseen" and "recent", "unseen" | ||
17 | means new mail, not recent. Renamed mailbox_recent_count() | ||
18 | to mailbox_unseen_count(). | ||
19 | * include/mailutils/mailbox.h : updated for mailbox_unseen_count() | ||
20 | |||
21 | |||
1 | 2001-01-25 Alain Magloire | 22 | 2001-01-25 Alain Magloire |
2 | 23 | ||
3 | * frm/frm.c : Forget to add --summary option and fix return status. | 24 | * frm/frm.c : Forget to add --summary option and fix return status. | ... | ... |
-
Please register or sign in to post a comment