- 28 Mar, 2002 7 commits
-
-
-
-
(tilde_expand): Return MU_ERR_NO_SUCH_USER if an invalid username was specified.
Sergey Poznyakoff authored -
-
(Help output): Print additional note about --file taking optional argument. However, nobody reads help :( (parse_opt): Try to figure out if argument to -f was separated by a whitespace. If so, print a warning and switch to mail-reading mode. (main): Print more detailed diagnostics if mailbox_scan failed.
Sergey Poznyakoff authored -
-
-
- 25 Mar, 2002 22 commits
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
have to include the header for the functions you want to use, but you can change a header without causing a recompile of everything. Also added some missing LGPL file headers.
Sam Roberts authored -
-
-
-
-
the locking. Default is "dotlock", which is setgid mail so can lock in a mailspool that users may not have write permissions to.
Sam Roberts authored
-
- 21 Mar, 2002 4 commits
-
-
- 19 Mar, 2002 6 commits
-
-
- 15 Mar, 2002 1 commit
-
-
when required. * mailbox/include/imap0.h: warning: comma at end of enumerator list. * mailbox/locker.c (locker_set_expire_time): warning: declaration of `time' shadows global declaration (locker_get_expire_time): declaration of `time' shadows global declaration * mailbox/mbx_default.c (mu_path_maildir): Use "const" to reinforce a constant string. * include/mailutils/mailbox.h (mu_path_maildir): constant "const". * mailbox/mbx_mbox.c (mbox_append_message): status already declared. * mailbox/memory_stream.c (_memory_truncate): Cast before doing the comparison. * mailbox/parse822.c (parse822_time): useless ';' outside function definition. * mailbox/smtp.c (smtp_send_message): warning: declaration of `from' shadows a parameter declaration of `to' shadows a parameter.
Alain Magloire authored
-