]> granicus.if.org Git - neomutt/commit
Add $change_folder_next option to control mailbox suggestion order.
authorKevin McCarthy <kevin@8t8.us>
Sat, 11 Nov 2017 23:49:15 +0000 (15:49 -0800)
committerRichard Russon <rich@flatcap.org>
Wed, 15 Nov 2017 23:16:49 +0000 (23:16 +0000)
commit1040d7d6046bd4844aa18550c99f623d222c329f
tree51e4b8143abad0291a899642b2d8ee17b8db85ff
parent1f069754072807e9fbf5963ac9e4bc6ddbb43a04
Add $change_folder_next option to control mailbox suggestion order.

This patch is out of the Gentoo package maintained by Fabian Groffen.
From the link below, it appears the original author was Simon Burge.

I made some minor changes to get it to apply correctly, and cleaned up
the documentation a bit.

Original patch description:
This patch brings back the original behaviour of change-folder, which
some people find more useful.  It suggests the next folder in your
mailboxes list that has new mail measured from the current folder,
instead of the first folder from your mailboxes list in any case.  This
prevents starvation of folders defined at the back of your list ;)
See discussion: http://thread.gmane.org/gmane.mail.mutt.devel/12457
curs_main.c
init.h
options.h