diff options
author | Vincent Ambo <tazjin@google.com> | 2019-12-14T11·44+0000 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2019-12-14T11·44+0000 |
commit | 3f199f96506d2559dd51d8fff629790e057c9149 (patch) | |
tree | 2ffdc8289f70568fa63ed97097d8da04ccaee989 /infra/nixos/dotfiles/notmuch-config | |
parent | 83f1b769fb433c1f3be1fe38c8d31910753a6123 (diff) |
chore(nixos): Move NixOS config to infra/nixos
Diffstat (limited to 'infra/nixos/dotfiles/notmuch-config')
-rw-r--r-- | infra/nixos/dotfiles/notmuch-config | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/infra/nixos/dotfiles/notmuch-config b/infra/nixos/dotfiles/notmuch-config new file mode 100644 index 000000000000..eb8b2c79bb13 --- /dev/null +++ b/infra/nixos/dotfiles/notmuch-config @@ -0,0 +1,21 @@ +# .notmuch-config - Configuration file for the notmuch mail system +# +# For more information about notmuch, see https://notmuchmail.org + +[database] +path=/home/vincent/mail + +[user] +name=Vincent Ambo +primary_email=vincent@aprila.no +other_email=mail@tazj.in;tazjin@gmail.com; + +[new] +tags=unread;inbox; +ignore= + +[search] +exclude_tags=deleted;spam;draft; + +[maildir] +synchronize_flags=true |