#3669: save-hook ignores %b expando after <change-folder> with tab complete --------------------+---------------------- Reporter: dirkg | Owner: mutt-dev Type: defect | Status: new Priority: minor | Milestone: Component: mutt | Version: 1.5.22 Keywords: | --------------------+---------------------- Forwarding from http://bugs.debian.org/729310 {{{ the %b expando isn't evaluated as part of a save-hook mailbox if the current mailbox was reached by <change-folder> and the name of the folder was tab completed. If the name of the folder was not tab completed but written out, the expando will work as advertised.
e.g. try to save message from folder =foobar to =bar/foobar a) save-hook . '=bar/%b' b) change folder to =foo<tab complete> -> =foobar c) s for save-message will default to =bar/ c) change folder to =foobar without tab completion d) s for save-message will default to =bar/foobar }}} -- Ticket URL: <http://dev.mutt.org/trac/ticket/3669> Mutt <http://www.mutt.org/> The Mutt mail user agent