- 25 Jun, 2001 6 commits
-
-
-
-
-
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
-
-
- 16 Jun, 2001 9 commits
-
-
-
-
-
use imap_parse_date_time() in util_parse_internal_date0() (Proposed by Sam)
Sergey Poznyakoff authored -
-
-
-