Commit b85b02d7 b85b02d7614d48a21acd76b84adcca74adaaf710 by Sergey Poznyakoff

Updated

1 parent 909e2f61
1 2005-06-13 Sergey Poznyakoff <gray@Mirddin.farlep.net> 1 2005-06-13 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2 2
3 * mailbox/amd.c (amd_expunge): Unlink the message file if
4 msg_file_name returns NULL.
5 * mailbox/maildir/mbox.c (maildir_message_name): Return NULL for
6 deleted messages.
7
3 * mailbox/include/stream0.h (struct rbuffer.count): Changed type 8 * mailbox/include/stream0.h (struct rbuffer.count): Changed type
4 to size_t. Reported by Joseph Caputo <caputo@qedinfo.com> 9 to size_t. Reported by Joseph Caputo <caputo@qedinfo.com>
5 * mailbox/stream.c (refill): Removed useless typecase 10 * mailbox/stream.c (refill): Removed useless typecast
6 11
7 * mail/util.c (util_save_outgoing): Rewritten using mailbox 12 * mail/util.c (util_save_outgoing): Rewritten using mailbox
8 functions. `set record' can now point to any valid mailbox type. 13 functions. `set record' can now point to any valid mailbox type.
......