diff options
| author | Ben Sima <ben@bsima.me> | 2018-11-27 09:45:46 -0800 |
|---|---|---|
| committer | Ben Sima <ben@bsima.me> | 2018-11-27 11:38:43 -0800 |
| commit | 90718b743244197107322a84c7faa8e5e093a843 (patch) | |
| tree | 5f03c148b8bc448bc0cbc7903bcc0083332e6df4 | |
| parent | 3a15c9175c9301f3dae05344c85f72873e337a56 (diff) | |
Fix notmuch new tags (again?)
I think this was already fixed in ac3b60ac4f2c0ef3d1108ddef57098111851c560
| -rw-r--r-- | email.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,7 @@ in programs = { notmuch = { enable = true; - new.tags = [ "unread" "inbox" ]; + new.tags = [ "new" ]; hooks = { preNew = '' msmtp-queue -r |
