- 26 Jun, 2001 1 commit
-
-
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 11 commits
-
-
-
-
-
-
-
-
source.c. Quits gracefully upon reading EOF. Expand '~' in pathnames. Upon startup in read mode, display first screenfull of from lines, instead of listing the whole mailbox. This is compatible with existing implementations. Do not display prompt when stdin is not a terminal.
Sergey Poznyakoff authored -
-
-
-
- 21 Jun, 2001 2 commits
-
-
-
mu_mktime (now mu_tm2time). The comment on mu_tm2time() describes it. Revert the sign of the return value of mu_utc_offset(), so it agrees with the accepted timezone rules (+ for eastern hemisphere, - for western).
Sergey Poznyakoff authored
-
- 20 Jun, 2001 5 commits
-
-