summaryrefslogtreecommitdiff
path: root/sieve/sieve.c
AgeCommit message (Collapse)AuthorFiles
2005-08-27Normalize global namespace. Part 2Wojciech Polak1
2005-08-26Normalize global namespace. Part 1Sergey Poznyakoff1
2005-08-16Remove __P() and __PMT() wrappers.Sergey Poznyakoff1
2005-05-17Updated FSF addressalpha_0_6_90Sergey Poznyakoff1
2005-03-06Use a uniform way of filename quoting in diagnostic messages.Sergey Poznyakoff1
2005-02-21Further unification of diagnostic styleSergey Poznyakoff1
2005-01-04Revise error messages for accordance with GNU standards:Sergey Poznyakoff1
begin messages with a capital letter, unless they are prefixed with `file:line:' or their exact look is important due to compatibility reasons. Do not end messages with a period. Avoid using contracted negations.
2004-04-08Make info text clearer.Sergey Poznyakoff1
2004-01-08(main): Use mu_register_all_formatsSergey Poznyakoff1
2004-01-05Use mu_true_answer_p()Sergey Poznyakoff1
2004-01-05Brought in sync with recent changes to libsieveSergey Poznyakoff1
2003-12-26Changed multiline doc string touid656971
a single-line one: gettext 0.13 is unable to handle translator comments with multiline msgids.
2003-12-25Minor changeuid656971
2003-12-25Added translators' commentuid656971
2003-09-05(tickets_default): New variable.Wojciech Polak1
(main): Check the tickets_default.
2003-08-29Destroy the mailbox if the attempt to open it has failed.Sergey Poznyakoff1
2003-08-28 Use "tls" command line capability.Sergey Poznyakoff1
2003-03-29(main): Use mu_argp_init.Sergey Poznyakoff1
2003-02-09Fixed copyright.Wojciech Polak1
2003-02-09Updated FSF address.Wojciech Polak1
2003-01-26Fixed use of OPTION_DOC options.Sergey Poznyakoff1
2003-01-22Renamed mu_errstring to mu_strerror for consistency with the usual practice.Sergey Poznyakoff1
2002-12-27Added missing N_() markers.Sergey Poznyakoff1
2002-12-26Added missing string (NLS)Wojciech Polak1
2002-12-26Enabled NLS.Wojciech Polak1
2002-12-24Added NLS (guimb/imap4d/mailutils-config/sieve)Wojciech Polak1
2002-12-11Include mu_asprintf.hSergey Poznyakoff1
2002-12-10(argp_capa): Added "sieve" capability.Sergey Poznyakoff1
(main): Invoke mu_sieve_argp_init().
2002-11-24(options): Fixed spelling in the help line.Sergey Poznyakoff1
2002-11-22(main): Removed unneded goto. Added call to sieve_machine_destroy at the end.Sergey Poznyakoff1
2002-11-20Added "mailer" capability. Removed spuriousSergey Poznyakoff1
--mailer-url command line switch. (main): Do not create mailer. sieve_message() will do it if necessary.
2002-11-19New options: --verbose to verbosely log executedSergey Poznyakoff1
actions, --log-facility to switch all diagnostic output to syslog.
2002-11-18New option --email sets user email address.Sergey Poznyakoff1
2002-11-14Use libsieve calls.Sergey Poznyakoff1
2002-10-29Option -M none disables creating the mailer.Sergey Poznyakoff1
2002-09-12Include mailutils/argcv.hSergey Poznyakoff1
2002-08-28 Handle --license option. Additional debuggingSergey Poznyakoff1
flags: 'a' to produce address parser traces, 'g' to produce main parser traces.
2002-08-07Removed argp_program_bug_address. Use PACKAGE_STRING, provided by the new ↵Sergey Poznyakoff1
autoconf.
2002-05-14Removed redundant mu_ prefix from mailutils/mu_argp.h.Sam Roberts1
2002-05-13Changed mu_argp.h to mailutils/mu_argp.hSergey Poznyakoff1
2002-03-25Finished split of forward declarations into <mailutils/types.h>. Now youSam Roberts1
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.
2002-03-19Now using mu_argp_parse(), but not the capa[] (yet).Sam Roberts1
2002-02-26Replaced strerror() with mu_errstring().Sam Roberts1
2002-02-21Now supports a ~/.sieverc file. Mine looks like:Sam Roberts1
# ~/.sieverc # Just moves my mail into my local spool. -dTt --ticket=~/.tickets -f pop://pop.uniserve.com ~/.filter.sv
2002-02-12better logging and error reportingSam Roberts1
2002-02-09buglet, forgot to initialize optsSam Roberts1
2002-01-27Now parsing options with argp instead of getopts.Sam Roberts1
2002-01-23Implemented redirect action, and added option for sieve to specifySam Roberts1
the mailer.
2002-01-19Was setting debug on the mailbox before creating it...Sam Roberts1
2002-01-16More testing and resultant polishing, -k switch to sieve to keep on goingSam Roberts1
after an error sieving a message, don't discard a message unless the script completed all the actions sucesfully on a message, better error reporting and logging, workarounds around problems/differences between mailbox types, and a test script that exercises sieve on an mbox.

Return to:

Send suggestions and report system problems to the System administrator.