Explorar o código

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.
Oswald Buddenhagen %!s(int64=5) %!d(string=hai) anos
pai
achega
e8caaaaf65
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/driver.h

+ 1 - 1
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 */