mutt stable branch with some hacks
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix new option order in the manual.

I actually intended to push commit abfaa0e0 to a remote branch, but
accidentally ended up pushing it to stable. :-O

Anyway, I think the option is okay, but may have to tweek it a bit.
This fixes a mistake where it was placed out of order in init.h.

+9 -9
+9 -9
init.h
··· 3272 3272 ** \fC<sidebar-prev-new>\fP command is similarly affected, wrapping around to 3273 3273 ** the end of the list. 3274 3274 */ 3275 - { "sidebar_use_mb_shortcuts", DT_BOOL, R_SIDEBAR, {.l=OPTSIDEBARUSEMBSHORTCUTS}, {.l=1} }, 3276 - /* 3277 - ** .pp 3278 - ** When set, sidebar mailboxes will be displayed with mailbox shortcut prefixes 3279 - ** "=" or "~". 3280 - ** .pp 3281 - ** When unset, the sidebar will use pre-1.13.0 behavior: trimming off a matching 3282 - ** $$folder but otherwise not using mailbox shortcuts. 3283 - */ 3284 3275 { "sidebar_short_path", DT_BOOL, R_SIDEBAR, {.l=OPTSIDEBARSHORTPATH}, {.l=0} }, 3285 3276 /* 3286 3277 ** .pp ··· 3315 3306 ** .pp 3316 3307 ** You may optionally use the ``reverse-'' prefix to specify reverse sorting 3317 3308 ** order (example: ``\fCset sort_browser=reverse-date\fP''). 3309 + */ 3310 + { "sidebar_use_mb_shortcuts", DT_BOOL, R_SIDEBAR, {.l=OPTSIDEBARUSEMBSHORTCUTS}, {.l=1} }, 3311 + /* 3312 + ** .pp 3313 + ** When set, sidebar mailboxes will be displayed with mailbox shortcut prefixes 3314 + ** "=" or "~". 3315 + ** .pp 3316 + ** When unset, the sidebar will use pre-1.13.0 behavior: trimming off a matching 3317 + ** $$folder but otherwise not using mailbox shortcuts. 3318 3318 */ 3319 3319 { "sidebar_visible", DT_BOOL, R_REFLOW, {.l=OPTSIDEBAR}, {.l=0} }, 3320 3320 /*