1
0
mirror of https://github.com/djcb/mu.git synced 2024-06-20 06:46:50 +02:00

* cosmetics

This commit is contained in:
Dirk-Jan C. Binnema 2011-08-02 08:11:50 +03:00
parent 8e83a1c952
commit 8722110864
3 changed files with 5 additions and 2 deletions

View File

@ -123,7 +123,7 @@ mu_msg_flag_char (MuMsgFlags flag)
case MU_MSG_FLAG_DRAFT: return 'd';
case MU_MSG_FLAG_FLAGGED: return 'f';
/* NEW OR NOT SEEN */
/* NEW OR NOT SEEN */
case MU_MSG_FLAG_UNREAD: return 'u';
case MU_MSG_FLAG_SIGNED: return 'z';

View File

@ -77,7 +77,7 @@ typedef enum _MuMsgFlags MuMsgFlags;
* characters
* D=draft,F=flagged,N=new,P=passed,R=replied,S=seen,T=trashed
* a=has-attachment,s=signed, x=encrypted if any other characters are
* seen, MU_MSG_FLAG_UNKNOWN is returned.
* seen, MU_MSG_FLAG_NONE is returned.
*
* @param str a string
*

View File

@ -20,6 +20,7 @@
#include "mu-str.h"
#include "mu-msg.h"
#include "mu-maildir.h"
static void
append_sexp_attr (GString *gstr, const char* elm, const char *str)
@ -182,6 +183,8 @@ mu_msg_to_sexp (MuMsg *msg, gboolean dbonly)
append_sexp_attr (gstr, "msgid", mu_msg_get_msgid (msg));
append_sexp_attr (gstr, "path", mu_msg_get_path (msg));
append_sexp_attr (gstr, "maildir", mu_msg_get_maildir (msg));
g_string_append_printf (gstr, "\t:priority %s\n",