[sylpheed:34243] Re: Sylpheed 3.1beta3 released [patch]

Rich Coe Richard.Coe at med.ge.com
Thu Oct 7 11:44:43 JST 2010


On Mon, 6 Sep 2010 16:45:28 +0900
Hiroyuki Yamamoto <hiro-y at kcn.ne.jp> wrote:
> Hello,
> > I'm running 3.1beta3 on opensuse 11.3.
> > 
> > When I delete an unread message with either the keyboard or icon,
> > the 'un-read' flag on the message is not getting cleared.
> > 
> > If I hit 'n' or next, it clears the unread message flag.
> 
> Since there are needs for automatic-mark-as-read with cursor keys,
> I'll add a new option in the next version.

I'm not sure what 'always_show_msg' is fully supposed to do.
It was added to src/summaryview.c in the last update.

This patch seems to work for me.

Index: src/summaryview.c
===================================================================
--- src/summaryview.c   (revision 2688)
+++ src/summaryview.c   (working copy)
@@ -2741,7 +2741,7 @@
        }
 
        if (val == 0 &&
-           (new_window || (!prefs_common.always_show_msg &&
+           (new_window || (prefs_common.always_show_msg &&
                            !prefs_common.mark_as_read_on_new_window))) {
                if (MSG_IS_NEW(msginfo->flags) ||
                    MSG_IS_UNREAD(msginfo->flags)) {


-- 


More information about the Sylpheed mailing list