From 3b514b066ff94a10a5471c8871011fc30cc84300 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Sun, 5 Sep 2010 12:37:47 +0300 Subject: [PATCH] * mu-msg-(fields|flags): cosmetics --- src/mu-msg-fields.h | 5 +++-- src/mu-msg-flags.h | 3 +-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/mu-msg-fields.h b/src/mu-msg-fields.h index a114b276..a79635b6 100644 --- a/src/mu-msg-fields.h +++ b/src/mu-msg-fields.h @@ -1,5 +1,5 @@ /* -** Copyright (C) 2010 Dirk-Jan C. Binnema +** Copyright (C) 2008-2010 Dirk-Jan C. Binnema ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License as published by @@ -24,7 +24,8 @@ G_BEGIN_DECLS -/* don't change the order, add new types at the end */ +/* don't change the order, add new types at the end, as these numbers + * are used in the database */ enum _MuMsgFieldId { MU_MSG_FIELD_ID_BODY_TEXT, MU_MSG_FIELD_ID_BODY_HTML, diff --git a/src/mu-msg-flags.h b/src/mu-msg-flags.h index f7850b48..596246ac 100644 --- a/src/mu-msg-flags.h +++ b/src/mu-msg-flags.h @@ -62,8 +62,7 @@ typedef enum _MuMsgFlags MuMsgFlags; MuMsgFlags mu_msg_flags_from_str (const char* str) G_GNUC_PURE; /** - * convert the char-per-flag description into a MuMsgFlags value; NOTE, each - * of the characters must be a valid + * convert the char-per-flag description into a MuMsgFlags value * * @param c a character *