diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2016-10-05 11:25:13 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2017-06-01 18:37:35 +0200 |
commit | 57824707eeade3ec3be7be4950410ec85034fed5 (patch) | |
tree | 2b9518bd101144e20d9ff8b284f7d2f19f57b8bf /mutt/muttrc | |
parent | 7483672dfceca31e55e0ac311d8ffaf11d89da60 (diff) | |
download | dotfiles-57824707eeade3ec3be7be4950410ec85034fed5.tar.xz |
mutt: Bump
(This should be rewritten some day.)
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'mutt/muttrc')
-rw-r--r-- | mutt/muttrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mutt/muttrc b/mutt/muttrc index 13f0c87..14518ae 100644 --- a/mutt/muttrc +++ b/mutt/muttrc @@ -39,7 +39,7 @@ set record = "+sent" mailboxes +inbox +sent +drafts +trash +archive mailboxes +Spam +Ham +learn-spam +learn-ham -mailboxes +arch-dev-public +arch-bugs +arch-mirrors +aur-general +aur-requests +mailboxes +arch-dev-public +arch-bugs +arch-mirrors +arch-projects +aur-general +aur-requests mailboxes +arch-women +pacman-dev mailboxes +isync-devel +opensmtpd @@ -56,7 +56,7 @@ set nm_record_tags = "-inbox,sent,me" set nm_default_uri = "notmuch:///home/kyrias/mail" virtual-mailboxes \ - "inbox" "notmuch://?query=tag:inbox and NOT tag:archive" \ + "inbox" "notmuch://?query=tag:inbox" \ "sent" "notmuch://?query=tag:sent" \ "drafts" "notmuch://?query=tag:drafts" \ "trash" "notmuch://?query=tag:trash" \ |