Hi everyone,
This muttrc line:
macro index A "<modify-labels-then-hide>+archive -inbox\n<sync-mailbox>"
Archives a message. Is there a way to do this for a whole thread? I know I can tag the thread and then archive the tagged messages, but I'm hoping for muttrc solution.
-chris
On 13/06/12 10:26 -0600, Chris Mason wrote:
Hi everyone,
This muttrc line:
macro index A "<modify-labels-then-hide>+archive -inbox\n<sync-mailbox>"
Archives a message. Is there a way to do this for a whole thread? I know I can tag the thread and then archive the tagged messages, but I'm hoping for muttrc solution.
-chris
I've been dying for a "kill-thread" or "mute-thread" function a la Sup. I've pondered it a little but have yet to start on something- I figured I'd script something to tag and archive the thread, and then write an update to my notmuch hooks to catch future thread members.
.andy
mutt-kz mailing list mutt-kz@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/mutt-kz
On Wed, Jun 13, 2012 at 12:26:58PM -0400, Chris Mason wrote:
Hi everyone,
This muttrc line:
macro index A "<modify-labels-then-hide>+archive -inbox\n<sync-mailbox>"
Archives a message. Is there a way to do this for a whole thread?
Currently, we don't have a special set of commands for work with threads. You have to tag the thread and then modify labels.
know I can tag the thread and then archive the tagged messages, but I'm hoping for muttrc solution.
Yep,
macro index A "<tag-thread><tag-prefix><modify-labels-then-hide>+archive -inbox\n<sync-mailbox>"
but it's useless if you already have tagged another emails.
The notmuch library has nice support or work with threads, so it should not be a problem to implement things like <modify-thread-labels-then-hide> and <modify-thread-labels>.
Karel
mutt-kz@lists.fedoraproject.org