changelog
Showing
1 changed file
with
19 additions
and
0 deletions
1 | 2002-01-19 Sam Roberts | 1 | 2002-01-19 Sam Roberts |
2 | 2 | ||
3 | * sieve/: svcb.c, svutil.c: sv_mu_save_to() became | ||
4 | mailbox/message.c:message_save_to_mailbox() | ||
5 | * sieve/sieve.c: Was setting debug on the mailbox before creating | ||
6 | it... | ||
7 | * include/mailutils/message.h, mailbox/message.c: | ||
8 | message_save_to_mailbox(): convenience function, perhaps it should | ||
9 | go in mailbox/mutil.c, but nothing else in there is a mailutils API | ||
10 | wrapper. | ||
11 | * include/mailutils/mailbox.h, mailbox/mailbox.c: | ||
12 | mailbox_has_debug(): wasn't a way to see if a mailbox had one | ||
13 | * mailbox/folder_mbox.c: Give mbox folders a null authentication | ||
14 | object, mailbox_get_authority() will now return one instead of | ||
15 | suceeding, but not returning an object. | ||
16 | * include/mailutils/folder.h, mailbox/folder.c: folder_has_debug(): | ||
17 | there wasn't a way to see if folder had a debug object | ||
18 | * include/mailutils/auth.h, mailbox/auth.c: | ||
19 | authority_create_null(): creates an authority that successfully | ||
20 | does nothing, useful for concrete types that need to return an | ||
21 | authority, but don't do any authentication. | ||
3 | * mailbox/mbx_imap.c: Append to INBOX if an explicit path wasn't | 22 | * mailbox/mbx_imap.c: Append to INBOX if an explicit path wasn't |
4 | supplied. | 23 | supplied. |
5 | * mailbox/mbx_mbox.c: X-UID is 5 chars, not 4, and this line will | 24 | * mailbox/mbx_mbox.c: X-UID is 5 chars, not 4, and this line will | ... | ... |
-
Please register or sign in to post a comment