* mu-msg-flags.c: cosmetic

This commit is contained in:
Dirk-Jan C. Binnema
2011-08-09 22:53:10 +03:00
parent 6cdd0f0571
commit 5ff92a2e4c

View File

@ -91,13 +91,13 @@ mu_msg_flag_name (MuMsgFlags flag)
switch (flag) { switch (flag) {
/* real maildir flags */ /* real maildir flags */
case MU_MSG_FLAG_DRAFT: return "draft";
case MU_MSG_FLAG_FLAGGED: return "flagged";
case MU_MSG_FLAG_NEW: return "new"; case MU_MSG_FLAG_NEW: return "new";
case MU_MSG_FLAG_PASSED: return "passed"; case MU_MSG_FLAG_PASSED: return "passed";
case MU_MSG_FLAG_REPLIED: return "replied"; case MU_MSG_FLAG_REPLIED: return "replied";
case MU_MSG_FLAG_SEEN: return "seen"; case MU_MSG_FLAG_SEEN: return "seen";
case MU_MSG_FLAG_TRASHED: return "trashed"; case MU_MSG_FLAG_TRASHED: return "trashed";
case MU_MSG_FLAG_DRAFT: return "draft";
case MU_MSG_FLAG_FLAGGED: return "flagged";
/* ie., NEW or NOT SEEN */ /* ie., NEW or NOT SEEN */
case MU_MSG_FLAG_UNREAD: return "unread"; case MU_MSG_FLAG_UNREAD: return "unread";