Commit e00e7040 e00e7040497c662dba783552afcfe400230abf9f by Alain Magloire

Updated.

1 parent c7a7accb
Showing 1 changed file with 15 additions and 1 deletions
1 2001-03-12 Sam Roberts
2
3 * frm/frm.c (main) : Changed to only print subject if
4 header_get_value(SUBJECT) returned success, otherwise I assume
5 it would print the stack.
6 (usage): Corrected a tiny typo in usage message.
7 (long_options): Added an option -f,--field that prints the named field
8 in the mailbox, and nothing else.
9
10 2001-03-09 Alain Magloire
11
12 * mailbox/Makefile.am : add property.c in the src list.
13 * doc/mailutils.texi : add Sam to the list of acknowlegment.
14
1 2001-03-09 Sam Roberts 15 2001-03-09 Sam Roberts
2 16
3 * doc/address.texi: documented all the functions in address.h 17 * doc/address.texi: documented all the functions in address.h
...@@ -12,7 +26,7 @@ ...@@ -12,7 +26,7 @@
12 2001-03-03 Alain Magloire 26 2001-03-03 Alain Magloire
13 27
14 * imap4d/fetch.c (fetch_operation) : HEADER.FIELDS.NOT implemented. 28 * imap4d/fetch.c (fetch_operation) : HEADER.FIELDS.NOT implemented.
15 fetch_opertaion() tak e a new argument. 29 fetch_opertaion() take a new argument.
16 * imap4d/util.c (util_upper) : New function string upper. 30 * imap4d/util.c (util_upper) : New function string upper.
17 31
18 * mailbox/heder.c : Added new functionnalities to help the imap4d 32 * mailbox/heder.c : Added new functionnalities to help the imap4d
......