- 22 Jun, 2001 6 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 10 commits
-
-
-
-
-
use imap_parse_date_time() in util_parse_internal_date0() (Proposed by Sam)
Sergey Poznyakoff authored -
-
-
-
-
- 15 Jun, 2001 10 commits
-
-
-
Rename the confusing functions: util_parse_header_date -> util_parse_822_date util_parse_rfc822_date -> util_parse_ctime_date include <ctype.h>
Sergey Poznyakoff authored -
Fixed format bugs in util_parse.*_date functions. Use parse822_date_time() in util_parse_header_date(). Some changes to pacify gcc -Wall.
Sergey Poznyakoff authored -
-
-
-
-
-
-
-