FreeBSD Bugzilla – Attachment 218521 Details for
Bug 250097
mail/neomutt: sidebar navigation broken, apply upstream hotfix
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
https://github.com/neomutt/neomutt/commit/6078653c9233644ca76c24bdb64e49bd443dd714
file_250097.txt (text/plain), 1.38 KB, created by
Michael Büker
on 2020-10-04 15:24:44 UTC
(
hide
)
Description:
https://github.com/neomutt/neomutt/commit/6078653c9233644ca76c24bdb64e49bd443dd714
Filename:
MIME Type:
Creator:
Michael Büker
Created:
2020-10-04 15:24:44 UTC
Size:
1.38 KB
patch
obsolete
>Index: files/patch-sidebar_functions.c >=================================================================== >--- files/patch-sidebar_functions.c (nonexistent) >+++ files/patch-sidebar_functions.c (working copy) >@@ -0,0 +1,20 @@ >+--- sidebar/functions.c.orig 2020-10-04 15:20:02 UTC >++++ sidebar/functions.c >+@@ -72,7 +72,7 @@ static struct SbEntry **next_new(struct >+ struct SbEntry **sbep = NULL; >+ ARRAY_FOREACH_FROM_TO(sbep, &wdata->entries, begin, end) >+ { >+- if ((*sbep)->mailbox->has_new && (*sbep)->mailbox->msg_unread != 0) >++ if ((*sbep)->mailbox->has_new || (*sbep)->mailbox->msg_unread != 0) >+ return sbep; >+ } >+ return NULL; >+@@ -143,7 +143,7 @@ static struct SbEntry **prev_new(struct >+ struct SbEntry **sbep = NULL, **prev = NULL; >+ ARRAY_FOREACH_FROM_TO(sbep, &wdata->entries, begin, end) >+ { >+- if ((*sbep)->mailbox->has_new && (*sbep)->mailbox->msg_unread != 0) >++ if ((*sbep)->mailbox->has_new || (*sbep)->mailbox->msg_unread != 0) >+ prev = sbep; >+ } >+ > >Property changes on: files/patch-sidebar_functions.c >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 250097
: 218521