I've been using mutt-kz for several months and absolutely love it. I suspect this is a dumb question, so apologies in advance.
I use 'set record="+sent"', and I find that my sent mail is automatically indexed (good), but that it gets tagged as +inbox. I considered adding sent to the new.ignore option in notmuch-config, but I definitely like having it indexed.
I'm thinking I can ignore sent and then use a post send hook to index my sentmail folder without adding +inbox, but I'm guessing there may be some simpler way to do this. Any advice appreciated.
.andy
I have committed a better notmuch integration with the mutt $record.
For example I use:
set record="~/Mail/Maildir/sent-mail" set nm_record = yes set nm_record_tags ="-inbox me archive"
Features:
- mutt automatically add sent mails to notmuch DB (controlled by $nm_record"), so "notmuch new" is unnecessary
- if you reply to the email then the copy stored into $record inherits tags from the original email
- tags are controlled by $nm_record_tags, so you can add or remove tags.
Karel
On Wed, Sep 26, 2012 at 10:50:17AM -0400, R. Andrew Bailey wrote:
I've been using mutt-kz for several months and absolutely love it. I suspect this is a dumb question, so apologies in advance.
I use 'set record="+sent"', and I find that my sent mail is automatically indexed (good), but that it gets tagged as +inbox. I considered adding sent to the new.ignore option in notmuch-config, but I definitely like having it indexed.
I'm thinking I can ignore sent and then use a post send hook to index my sentmail folder without adding +inbox, but I'm guessing there may be some simpler way to do this. Any advice appreciated.
.andy
mutt-kz mailing list mutt-kz@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/mutt-kz
mutt-kz@lists.fedoraproject.org