- 03 Jul, 2001 9 commits
-
- 02 Jul, 2001 4 commits
-
-
it will save the attribute flags. * imap4d/close.c: Typo. * imap4d/logout: Remove the mailbox_close() and mailbox_destroy() it is being call imap4d_bye (). * imap4d/select.c (imapr3d_select0): call mailbox_save_attributes() if a mailbox was already selected. Feedback from Sergey for the need of saving the attribute flags without expunging. Note, this is a hack, the code is taken from mbox_expunge(mbx_mbox.c) and there is lot of duplication. But since we are moving toward a new mailbox API, the code will be rewritten more cleanly in the new API. * include/mailutils/mailbox.h: Add proto mailbox_save_attributes() * mailbox/include/mailbox0.h: New field in struct _mailbox _save_attributes (mailbox_t); * mailbox/mailbox.c: New function mailbox_save_attributes (). * mailbox/mbx_mbox.c: New function mbox_save_attributes (), implement saving the attribute flags in header field "Status:"
Alain Magloire authored -
-
The problem is monitor.h, we will probably end up doing a monitor.h.in and set at compile time if threading is enable or not.
Alain Magloire authored
-
- 01 Jul, 2001 7 commits
-
-
by moving some code in util_strupper(), the comparison must be case insensitive. (util_strupper): Convert the string to uppercase.
Alain Magloire authored -
-
-
-
Implemented using doubled escape character to insert a single escape into the message body.
Sergey Poznyakoff authored -
For an empty mailbox output diagnostics and quit. Read system-wide mail.rc file. Implemented "set ignoreeof".
Sergey Poznyakoff authored -
-
- 30 Jun, 2001 16 commits
-
-
-
-
-
-
-
-
-
-
interrupts properly. Implemented `warranty' command. Warn user about arrival of a new mail.
Sergey Poznyakoff authored -
-
-
-
- 29 Jun, 2001 1 commit
-
-
:d All deleted messages :n All new messages :o All old messages :r All messages that have already been read :u All unread messages /string All messages with string in the subject line (the case of characters in string is ignored)
Alain Magloire authored
-
- 28 Jun, 2001 3 commits
-
-
-
-
at all because the test was faulty. * readmsg: New directory. * readmsg/readmsg.c: New file. * readmsg/readmsg.h: New file. * readmsg/msglist.c: New file. This is base on a old testing program Dave inglis wrote to test the mime parsing code. It is still work in progress but a good base for the readmsg(1) utility clone. Not enable yet in the TOP Makefile.
Alain Magloire authored
-