- 24 Oct, 2001 1 commit
-
-
properly overriden given the wrong size and line number, fixed. * mailbox/mbx_imap.c (mailbox_imap_close): Not to send another SELECT but rather just close the mailbox if not selected. (imap_scan0): If there is no messages in the mailbox no need to send the FETCH 1:*. * mailbox/message.c (message_is_modified): Protect against null pointer. * TODO: Some stuff todo 8).
Alain Magloire authored
-
- 23 Oct, 2001 14 commits
-
-
-
-
-
-
-
-
-
-
mu_scm_message_free(): Destroy the underlying message if its owner is NULL.
Sergey Poznyakoff authored -
-
-
-
-
- 22 Oct, 2001 1 commit
-
-
- 21 Oct, 2001 2 commits
-
-
- 20 Oct, 2001 2 commits
-
-
-
* 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.
Alain Magloire authored
-
- 19 Oct, 2001 12 commits
-
-
-
-
-
-
-
-
-
-
keeps current context (as a MU header). mh_init(): Use new globals. New functions: mh_save_context, mh_write_context_file, mh_check_folder, mh_getyn.
Sergey Poznyakoff authored -
-
-
- 17 Oct, 2001 8 commits
-
-
-
--enable-debug switch. Changed the last log's header line: apparently was a result of some copy-and-paste :^)
Sergey Poznyakoff authored -
-
-
-
adds -ggdb to the invocation of gcc, and removes any optimization directives from CFLAGS.
Sergey Poznyakoff authored -
-