- 28 Jun, 2001 3 commits
-
-
-
-
at all because the test was faulty. * readmsg: New directory. * readmsg/readmsg.c: New file. * readmsg/readmsg.h: New file. * readmsg/msglist.c: New file. This is base on a old testing program Dave inglis wrote to test the mime parsing code. It is still work in progress but a good base for the readmsg(1) utility clone. Not enable yet in the TOP Makefile.
Alain Magloire authored
-
- 26 Jun, 2001 15 commits
-
-
is not need it, header only prints one page that includes the message specified i.e. the header command only takes a message number as an argument that will serve as a reference to display a screen full. * mail/help.c: Use the pager code, the help is long.
Alain Magloire authored -
-
-
-
-
-
-
-
-
-
-
-
util_do_command(): Added missing va_end(). util_get_sender(): Returns sender email for the given msgno. Optionally strips off domain part. util_slist_.*(): "string lists" used by alias,alt,retain,ignore. util_strcat(): Concat two strings, reallocating first to the necessary length (Rather clumsy, we'd be better off using obstack I guess). util_escape_percent(): Excape % signs in a string, so it can be used as format in .*printf calls.
Sergey Poznyakoff authored
- 25 Jun, 2001 21 commits
-
-
-
* imap4d/imap4d.c (imap4d_usage): Cut and paste typo. * pop3d/pop3d.c (pop3d_usage): Cut and paste typo. * include/mailutils/Makefile.am: add mutil.h to the list. * lib/strisignal.c: Define __P if not set. * m4/Makefile.am: Added tm_gmtoff.m4 tm_isdst.m4 tm_zone.m4 * mail/mail.c (main): typo "z." --> "z"
Alain Magloire authored -
-
-
util_do_command(): Added missing va_end(). util_get_sender(): Returns sender email for the given msgno. Optionally strips off domain part. util_slist_.*(): "string lists" used by alias,alt,retain,ignore. util_strcat(): Concat two strings, reallocating first to the necessary length (Rather clumsy, we'd be better off using obstack I guess). util_escape_percent(): Excape % signs in a string, so it can be used as format in .*printf calls.
Sergey Poznyakoff authored -
-
-
-
Print statistics information on closing the mailbox (number of messages held and saved in mbox).
Sergey Poznyakoff authored -
-
-
-
-
Display current mailbox name when called without args. Honour %, &, and + in mailbox names (possibly should be implemented in mailbox_open_default ?). Use mail_mbox_close(). After opening new mailbox, run "z." instead of "from *".
Sergey Poznyakoff authored -
-
-
-
and mail_save. Implemented Copy command. Use mailbox_open_default() instead of mailbox_open(). Fixed possible memory leaks.
Sergey Poznyakoff authored -
-
- 22 Jun, 2001 1 commit
-
-