* mu-msg-(fields|flags): cosmetics

This commit is contained in:
Dirk-Jan C. Binnema
2010-09-05 12:37:47 +03:00
parent b8f5451b06
commit 3b514b066f
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
/* /*
** Copyright (C) 2010 Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> ** Copyright (C) 2008-2010 Dirk-Jan C. Binnema <djcb@djcbsoftware.nl>
** **
** This program is free software; you can redistribute it and/or modify ** 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 ** it under the terms of the GNU General Public License as published by
@ -24,7 +24,8 @@
G_BEGIN_DECLS 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 { enum _MuMsgFieldId {
MU_MSG_FIELD_ID_BODY_TEXT, MU_MSG_FIELD_ID_BODY_TEXT,
MU_MSG_FIELD_ID_BODY_HTML, MU_MSG_FIELD_ID_BODY_HTML,

View File

@ -62,8 +62,7 @@ typedef enum _MuMsgFlags MuMsgFlags;
MuMsgFlags mu_msg_flags_from_str (const char* str) G_GNUC_PURE; MuMsgFlags mu_msg_flags_from_str (const char* str) G_GNUC_PURE;
/** /**
* convert the char-per-flag description into a MuMsgFlags value; NOTE, each * convert the char-per-flag description into a MuMsgFlags value
* of the characters must be a valid
* *
* @param c a character * @param c a character
* *