7 Oct 2010 04:44
[sylpheed:34243] Re: Sylpheed 3.1beta3 released [patch]
Rich Coe <Richard.Coe <at> med.ge.com>
2010-10-07 02:44:43 GMT
2010-10-07 02:44:43 GMT
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)
<at> <at> -2741,7 +2741,7 <at> <at>
}
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)) {
--
--
RSS Feed