summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorAlain Magloire <alainm@gnu.org>2001-10-20 04:19:38 +0000
committerAlain Magloire <alainm@gnu.org>2001-10-20 04:19:38 +0000
commit149583b547636023968c738295a0042e7cd80174 (patch)
treeec71b92aa771a203253e86f537119beb14c7503c /configure.in
parentbd6da6fcb7b48ebe041eabeb1e14d87cea908980 (diff)
downloadmailutils-149583b547636023968c738295a0042e7cd80174.tar.gz
mailutils-149583b547636023968c738295a0042e7cd80174.tar.bz2
* configure.in: Set to 0.0.9c.
* doc/texinfo/mbox.texi: Update the doc for mbox(Unix). * doc/texinfo/pop.texi: Update the doc for mbox(Unix). * imap4d/expunge.c: Bug: Expunge was not sending the untag "* %d EXPUNGED" for message deleted. Call imap4d_sync () which will do the right thing. * imap4d/noop.c: Bug: It should call imap4d_sync () to notify the client of any changes. * imap4d/sync.c (notify_deleted): Typo should be EXPUNGED with a D. (imap4d_sync): Bug: Checked also if the number of messages changed. * mailbox/folder_imap.c (imap_flags): Bug: Rewrite it to be generic and sets the flags for the attribute. (imap_fetch_flags): Call imap_flags(). (imap_permanentflags): Call imap_flags(). * mailbox2/include/mailutils/mbox.h: Update prototypes. * mailbox2/include/mailutils/sys/mbox.h: Update prototypes. * mailbox2/include/mailutils/pop3.h: Update prototypes. * mailbox2/mbox/mbox_expunge.c (mbox_expunge): Calls mbox_expunge0 (). (mbox_save): Calls mbox_expunge0(). * mailbox2/mbox/mbox_scan.c (mbox_scan): Calls mbox_scan0 (). (mbox_count): Calls mbox_scan0(). * mailbox2/pop3/pop3_capa.c: Provide a special iterator. * mailbox2/pop3/pop3_lista.c: Provide a special iterator. * mailbox2/pop3/pop3_uidla.c: Provide a special iterator.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index fdc9bb522..c9d727a9a 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to procude a configure script.
AC_INIT(mailbox/mailbox.c)
-AM_INIT_AUTOMAKE(mailutils, 0.0.9b)
+AM_INIT_AUTOMAKE(mailutils, 0.0.9c)
AM_CONFIG_HEADER(config.h)
dnl Check for programs

Return to:

Send suggestions and report system problems to the System administrator.