My Maildir is structured with folders like INBOX/ INBOX/Folder/ INBOX/Folder/Subfolder/
rather than flat-with-delimiter INBOX/ INBOX.Folder/ INBOX.Folder.Subfolder/ When I press "c" to change the current folder (or any other context where a folder-path is expected like "s"ave), is there a way to specify the deep part and have tab-completion find it? E.g. typing "Sub" and having <tab> complete to "INBOX/Folder/Subfolder"? In some utilities (vim, zsh, etc), using "**" would be the typical way of specifying this: **/Sub*<tab> but that doesn't seem to do anything special (doesn't expand, and complains there's no folder named "**/Sub*"). Is there some way to get tab-expansion to drill into subdirectories for completion? Thanks! -tkc