-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make possible to unset virtual-mailboxes #144
Comments
flatcap
added a commit
to neomutt/neomutt
that referenced
this issue
Jul 23, 2016
This new command removes virtual mailboxes (notmuch queries). It works OK, but there are still some display issues. References: karelzak/mutt-kz#76 karelzak/mutt-kz#144
flatcap
added a commit
to neomutt/neomutt
that referenced
this issue
Aug 21, 2016
This new command removes virtual mailboxes (notmuch queries). It works OK, but there are still some display issues. References: karelzak/mutt-kz#76 karelzak/mutt-kz#144
flatcap
added a commit
to neomutt/neomutt
that referenced
this issue
Aug 24, 2016
This new command removes virtual mailboxes (notmuch queries). It works OK, but there are still some display issues. References: karelzak/mutt-kz#76 karelzak/mutt-kz#144
flatcap
added a commit
to neomutt/neomutt
that referenced
this issue
Sep 3, 2016
This new command removes virtual mailboxes (notmuch queries). It works OK, but there are still some display issues. References: karelzak/mutt-kz#76 karelzak/mutt-kz#144
flatcap
added a commit
to neomutt/neomutt
that referenced
this issue
Sep 9, 2016
This new command removes virtual mailboxes (notmuch queries). It works OK, but there are still some display issues. References: karelzak/mutt-kz#76 karelzak/mutt-kz#144
flatcap
added a commit
to neomutt/neomutt
that referenced
this issue
Oct 3, 2016
This new command removes virtual mailboxes (notmuch queries). It works OK, but there are still some display issues. References: karelzak/mutt-kz#76 karelzak/mutt-kz#144
flatcap
added a commit
to neomutt/neomutt
that referenced
this issue
Oct 28, 2016
This new command removes virtual mailboxes (notmuch queries). It works OK, but there are still some display issues. References: karelzak/mutt-kz#76 karelzak/mutt-kz#144
flatcap
added a commit
to neomutt/neomutt
that referenced
this issue
Dec 24, 2016
This new command removes virtual mailboxes (notmuch queries). It works OK, but there are still some display issues. References: karelzak/mutt-kz#76 karelzak/mutt-kz#144
flatcap
added a commit
to neomutt/neomutt
that referenced
this issue
Dec 27, 2016
This new command removes virtual mailboxes (notmuch queries). Closes: karelzak/mutt-kz#76 Closes: karelzak/mutt-kz#144
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem
I'm trying to use multiple accounts on mutt. I do that using a couple of folder-hooks like this:
macro index,pager <f3> '<sync-mailbox><enter-command>source ~/.mutt/blabla@blabla.com<enter><change-folder>!<enter>'
When I execute that macro, it keeps sourcing that file, but the virtual-mailboxes are appended and not substituted.
Feature request
This could be prevented if it could be posible to initialize virtual-mailboxes to an empty string, for example. Something like
unset mailboxes
on regular mutt.Thanks for all your work, the notmuch patch really makes mutt cool.
The text was updated successfully, but these errors were encountered: