LukeSmithxyz / mutt-wizard

A system for automatically configuring mutt and isync with a simple interface and safe passwords
GNU General Public License v3.0
2.39k stars 382 forks source link

No way to create a new mailbox? #952

Open lukerb52 opened 1 year ago

lukerb52 commented 1 year ago

Perhaps something like bind index C create-mailbox will work.

lukerb52 commented 1 year ago

https://neomutt.org/guide/optionalfeatures.html

lukerb52 commented 1 year ago

When I do this, mutt prompts me to create a new folder. The folder is created in the filesystem, but is not visible in mutt.

T
Tag messages matching: ~m 1-100
;
tag-s
Save tagged to mailbox ('?' for list) = 102Service
lukerb52 commented 1 year ago

According to https://github.com/neomutt/neomutt/issues/2593, I believe we need to change the sidebar_format to %D. Currently it is '%D%?F? [%F]?%* %?N?%N/? %?S?%S?'. I am not sure what that means.

lukerb52 commented 1 year ago

That didn't work. It looks like there already is %D in there with some other enhancements.