commit 81b62ab4e325edfa29e46128dec43faa736d6f3d
Author: Oswald Buddenhagen <o...@users.sf.net>
Date:   Sat Dec 28 17:45:09 2019 +0100

    rename F_PASSED => F_FORWARDED
    
    the flag names are supposed to reflect the IMAP names (that's why
    their #defines are followed by comments with the Maildir names).
    
    amends c4d7f018.

 src/driver.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/driver.h b/src/driver.h
index c2db41f..d40e5f0 100644
--- a/src/driver.h
+++ b/src/driver.h
@@ -49,7 +49,7 @@ typedef struct store_conf {
 /* The order is according to alphabetical maildir flag sort */
 #define F_DRAFT             (1<<0) /* Draft */
 #define F_FLAGGED    (1<<1) /* Flagged */
-#define F_PASSED     (1<<2) /* Passed */
+#define F_FORWARDED  (1<<2) /* Passed */
 #define F_ANSWERED   (1<<3) /* Replied */
 #define F_SEEN       (1<<4) /* Seen */
 #define F_DELETED    (1<<5) /* Trashed */


_______________________________________________
isync-devel mailing list
isync-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/isync-devel

Reply via email to