1. 21 Mar, 2002 3 commits
  2. 19 Mar, 2002 6 commits
  3. 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
  4. 14 Mar, 2002 3 commits
  5. 13 Mar, 2002 13 commits
  6. 12 Mar, 2002 9 commits
  7. 09 Mar, 2002 4 commits
  8. 08 Mar, 2002 1 commit
    • mailutils' command line options. Command line is parsed using
      mu_argp_parse() call. mu_argp_parse scans global configuration
      file and processes any options found there before those from
      the command line. The options are separated by categories
      (capabilities):
      
        mailutils  --maildir, --license
        auth       --sql-.* family, --pam-service
        logging    --log-facility
        daemon     --daemon, --inetd, --port, --timeout
      
      If the capability name appears in configuration file, it
      should be prefixed with : to discern it from the utility
      name.
      Sergey Poznyakoff authored