[dovecot-cvs] dovecot/src/imap cmd-store.c,1.28,1.29
cras at dovecot.org
cras at dovecot.org
Mon Jan 10 19:37:23 EET 2005
- Previous message: [dovecot-cvs] dovecot/src/lib-storage/index/maildir maildir-sync.c,
1.48, 1.49
- Next message: [dovecot-cvs] dovecot/src/lib-index mail-index-private.h, 1.45,
1.46 mail-index-sync-keywords.c, 1.1,
1.2 mail-index-sync-private.h, 1.18,
1.19 mail-index-transaction-private.h, 1.19,
1.20 mail-index-transaction.c, 1.37, 1.38 mail-index.c, 1.184,
1.185 mail-index.h, 1.140, 1.141 mail-transaction-log.c, 1.80, 1.81
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /var/lib/cvs/dovecot/src/imap
In directory talvi:/tmp/cvs-serv8728/imap
Modified Files:
cmd-store.c
Log Message:
Keyword fixes.
Index: cmd-store.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/imap/cmd-store.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- cmd-store.c 26 Dec 2004 09:12:40 -0000 1.28
+++ cmd-store.c 10 Jan 2005 17:37:20 -0000 1.29
@@ -85,8 +85,8 @@
return TRUE;
t = mailbox_transaction_begin(box, silent);
- keywords = keywords_list == NULL ? NULL :
- mailbox_keywords_create(t, keywords_list);
+ keywords = keywords_list != NULL || modify_type == MODIFY_REPLACE ?
+ mailbox_keywords_create(t, keywords_list) : NULL;
search_ctx = mailbox_search_init(t, NULL, search_arg, NULL,
MAIL_FETCH_FLAGS, NULL);
- Previous message: [dovecot-cvs] dovecot/src/lib-storage/index/maildir maildir-sync.c,
1.48, 1.49
- Next message: [dovecot-cvs] dovecot/src/lib-index mail-index-private.h, 1.45,
1.46 mail-index-sync-keywords.c, 1.1,
1.2 mail-index-sync-private.h, 1.18,
1.19 mail-index-transaction-private.h, 1.19,
1.20 mail-index-transaction.c, 1.37, 1.38 mail-index.c, 1.184,
1.185 mail-index.h, 1.140, 1.141 mail-transaction-log.c, 1.80, 1.81
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the dovecot-cvs
mailing list