]> granicus.if.org Git - neomutt/commit
Sensible-browser behaviour fixes
authorPierre-Elliott Bécue <becue@crans.org>
Sun, 18 Sep 2016 17:40:01 +0000 (19:40 +0200)
committerRichard Russon <rich@flatcap.org>
Fri, 23 Sep 2016 13:30:11 +0000 (14:30 +0100)
commitae65f3418a800a9e441661624c587552ead1e532
tree938d8a84c74eb50f768216868fb0fa474869129b
parentd6b6ee98edf06b2f739abc6260ad4273daa2e688
Sensible-browser behaviour fixes

 * Feedbacks highlighted issues in menu position when people switch
   between mailboxes mode and browser mode.
 * A preferred behaviour is to have 'c?' display $folder in "local" mode
   if existant on startup. For IMAP, we keep using the current directory
   in any case.
 * A '=' binding have been added:
   When in browser mode, not in mailboxes mode, '=' allows to jump back to
   $folder from anywhere one is. It stores in a variable the place the
   user was. Another hit on '=' will bring him back. When a new directory
   is explored, the variable is purged.
 * Closes #146
OPS
browser.c
functions.h
main.c