- 25 Jun, 2001 15 commits
-
-
-
-
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 8 commits
-
-
-
-
-
-
-
fixed problems with portability of timezone information in struct tm, and moved created a new structure to hold timezone information, since struct tm doesn't do so reliably.
Sam Roberts authored -
Added braces to initializers and removed unused variables prototyped shared functions, made functions that didn't return return void. (to quiet gcc -Wall),
Sam Roberts authored
-
- 18 Jun, 2001 3 commits
-
-
- 17 Jun, 2001 1 commit
-
-