summaryrefslogtreecommitdiff
path: root/mail
AgeCommit message (Collapse)AuthorFiles
2003-03-29(main): Use mu_argp_init.Sergey Poznyakoff1
2003-03-29(struct message_set): Changed type fo msg_part to size_t.Sergey Poznyakoff1
2003-03-23Use ARG_UNUSED where necessarySergey Poznyakoff15
2003-03-22(mail_from0): Bugfix.Sergey Poznyakoff1
2003-02-21Reflect changes to mailbox/date.cSergey Poznyakoff2
2003-02-16Declaration of check_set().Sergey Poznyakoff1
2003-02-16(util_noapp): Added prototype.Sergey Poznyakoff1
2003-02-14(undelete0): Set cursor if it is zero.Sergey Poznyakoff1
2003-02-14Skip deleted messages.Sergey Poznyakoff2
2003-02-14Bugfix. Asterisk should not select deleted messages.Sergey Poznyakoff1
2003-02-09Fixed typo in program name.Wojciech Polak2
2003-02-09Updated FSF address.Wojciech Polak54
2003-02-06UpdatedWojciech Polak1
2003-01-26 Use ngettextSergey Poznyakoff1
2003-01-22Renamed mu_errstring to mu_strerror for consistency with the usual practice.Sergey Poznyakoff6
2003-01-16(concat,strip_message_id,get_msgid_header): RemovedSergey Poznyakoff1
(make_in_reply_to,make_references): Rewritten using new rfc2822 functions.
2003-01-15Added missing NLS markers.Sergey Poznyakoff1
2003-01-14Forgotten to add next year to the copyrightSergey Poznyakoff2
2003-01-14Updated calls to msgset_parseSergey Poznyakoff13
2003-01-14(util_foreach_msg,util_range_msg): Updated calls to msgset_parse.Sergey Poznyakoff1
(util_isdeleted): Reverted to older declaration.
2003-01-14(msgset_parse): Take a new argument: flags (meaning the same as in theSergey Poznyakoff1
util_get_message call). (msgset_count): New function.
2003-01-14(msgset_parse,util_get_message):Sergey Poznyakoff1
In order to get rid of superfluous 'Inappropriate message' diagnostics and provide a behaviour consistent with that of standard implementations, moved the flags argument from util_get_message to msgset_parse. (msgset_count): New function. (util_isdeleted): Reverted to older declaration (before 2002-10-13).
2003-01-12Update year in copyright notice.Jordi Mallach1
2003-01-05(mail_z): Fixed scrolling.Sergey Poznyakoff1
2002-12-312002-12-31 Jeff Bailey <jbailey@gnu.org>Jeff Bailey2
* auth/Makefile.am: Correct copyright year, add license information. * sieve/testsuite/Makefile.am: Likewise. * testsuite/Makefile.am: Likewise. * sieve/Makefile.am: Likewise. * scripts/guile-1.6/Makefile.am: Likewise. * scripts/guile-1.4/Makefile.am: Likewise. * scripts/Makefile.am: Likewise. * readmsg/testsuite/Makefile.am: Likewise. * readmsg/Makefile.am: Likewise. * mh/Makefile.am: Likewise. * messages/testsuite/Makefile.am: Likewise. * messages/Makefile.am: Likewise. * pop3d/testsuite/Makefile.am: Likewise. * pop3d/Makefile.am: Likewise. * mapi/Makefile.am: Likewise. * mail.remote/testsuite/Makefile.am: Likewise. * mail.remote/Makefile.am: Likewise. * mail.local/testsuite/Makefile.am: Likewise. * mail.local/Makefile.am: Likewise. * mailbox2/pop3/Makefile.am: Likewise. * mailbox2/mbox/Makefile.am: Likewise. * mailbox2/include/mailutils/sys/Makefile.am: Likewise. * mailbox2/include/mailutils/Makefile.am: Likewise. * mailbox2/include/Makefile.am: Likewise. * mailbox2/Makefile.am: Likewise. * mailbox/testsuite/Makefile.am: Likewise. * mailbox/include/Makefile.am: Likewise. * mailbox/Makefile.am: Likewise. * mail/testsuite/Makefile.am: Likewise. * mail/Makefile.am: Likewise. * m4/Makefile.am: Likewise. * libsieve/Makefile.am: Likewise. * libmu_scm/Makefile.am: Likewise. * lib/posix/Makefile.am: Likewise. * lib/Makefile.am: Likewise. * include/mailutils/gnu/Makefile.am: Likewise. * include/mailutils/Makefile.am: Likewise. * include/Makefile.am: Likewise. * imap4d/Makefile.am: Likewise. * imap4d/testsuite/Makefile.am: Likewise. * guimb/scm/Makefile.am: Likewise. * guimb/Makefile.am: Likewise. * from/testsuite/Makefile.am: Likewise. * from/Makefile.am: Likewise. * frm/testsuite/Makefile.am: Likewise. * examples/Makefile.am: Likewise. * frm/Makefile.am: Likewise. * dotlock/Makefile.am: Likewise. * doc/texinfo/Makefile.am: Likewise. * doc/rfc/Makefile.am: Likewise. * doc/man/Makefile.am: Likewise. * doc/Makefile.am: Likewise. * comsat/Makefile.am: Likewise. * Makefile.am: Likewise. * configure.ac: Update FSF Address
2002-12-29Fixed FSF address.Wojciech Polak1
2002-12-29Rewritten using new iterator functions.Sergey Poznyakoff20
2002-12-29(util_msglist_command, util_msglist_esccmd): Removed.Sergey Poznyakoff2
(util_foreach_msg,util_range_msg): New functions. Iterate across message set or range calling given function for each message.
2002-12-29(realcursor): Removed. The position of the point is kept in the cursor ↵Sergey Poznyakoff1
variable.
2002-12-29Fixed C source copyrights to be compatible with the GNU 'Maintaining'Wojciech Polak1
document, i.e. "This program" -> "GNU Mailutils".
2002-12-29Removed unneded global env_cursor.Sergey Poznyakoff1
2002-12-28Bugfix: date field has always fixed length.Sergey Poznyakoff1
2002-12-28Bugfix: do not translate header namesSergey Poznyakoff1
2002-12-27Added missing N_() markers.Sergey Poznyakoff1
2002-12-27The To: and Cc: needn't be translatedSergey Poznyakoff1
2002-12-27Reflect recent changes in handling of the pluralsSergey Poznyakoff2
2002-12-27Use ngettextSergey Poznyakoff2
2002-12-27Removed startup banner.Sergey Poznyakoff1
Bugfix: --quit option was handled incorrectly
2002-12-27Small NLS improvementWojciech Polak2
2002-12-26Added NLS.Wojciech Polak1
2002-12-24Added @INTLINCS@ and @LTLIBINTL@ where appropriate.Sergey Poznyakoff1
2002-12-23Added initial NLS supportWojciech Polak53
2002-12-14Skip deleted messagesSergey Poznyakoff2
2002-12-11Add typecasts to the arguments of printf-like functions where necessary.Sergey Poznyakoff1
2002-12-10Include mu_asprintf.hSergey Poznyakoff1
2002-12-10Initialize automatic variable.Sergey Poznyakoff1
2002-11-30Removed traces of ansi2knr.cSergey Poznyakoff1
2002-11-24Bugfix. Use mail_from0(), not mail_from().Sergey Poznyakoff1
2002-11-21Call mail_stop at the end.Sergey Poznyakoff6
2002-11-21(default_mail_start): Save mail spawn id in the global variable.Sergey Poznyakoff1
(default_mail_stop): Moved functionality from mail_exit (mail_stop): Call default_mail_stop unless it has already been called. (mail_exit): Call mail_stop

Return to:

Send suggestions and report system problems to the System administrator.