On Tue, Sep 28, 2004 at 11:40:06AM -0500, Scott Gose wrote:
> How do I create an IMAP mailbox with spaces in the name? I type "C" but
> it won't let me enter a space in the name. Is there an escape sequence?
You can unbind SPACE from the path completion feature. In your
muttrc, put:
# give me my spaces back!
bind editor <space> noop
Hope this helps.
--Justin