diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2007-07-12 04:52:01 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2007-07-12 04:52:01 +0000 |
commit | d5d2eac2da2157a8bbd188d9108e37b941b1bf1a (patch) | |
tree | a0149e9fdff7c114bd14eb8dab9e3aa9f415618d /libsylph | |
parent | 1093df8f250e0b7e62bb2417d0163e36a8edb021 (diff) |
refactored add-reply-or-forward-mark-after-sending.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1857 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph')
-rw-r--r-- | libsylph/procmsg.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libsylph/procmsg.c b/libsylph/procmsg.c index 4d3114fa..5797625d 100644 --- a/libsylph/procmsg.c +++ b/libsylph/procmsg.c @@ -1586,10 +1586,8 @@ MsgInfo *procmsg_get_msginfo(FolderItem *item, gint num) if (type == F_MH || type == F_NEWS) { MsgPermFlags flags = 0; - if (procmsg_get_flags(item, num, &flags)) { - g_print("set msg %d's flag\n", num); + if (procmsg_get_flags(item, num, &flags)) msginfo->flags.perm_flags = flags; - } } return msginfo; |