summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorA Farzat <a@farzat.xyz>2024-10-01 01:52:48 +0900
committerA Farzat <a@farzat.xyz>2024-10-01 01:52:48 +0900
commitadfdd790ffc7cdd18237d15fb4808f909a1320a8 (patch)
treee8ff0876b7922654c82203d6260d70321629533c
parentade1f44f40fa07699e25b5c7d0c37cd2a6f1a131 (diff)
downloaddotfiles-adfdd790ffc7cdd18237d15fb4808f909a1320a8.tar.gz
dotfiles-adfdd790ffc7cdd18237d15fb4808f909a1320a8.zip
Add notmuch-config
-rw-r--r--.config/notmuch-config9
-rw-r--r--.profile2
2 files changed, 11 insertions, 0 deletions
diff --git a/.config/notmuch-config b/.config/notmuch-config
new file mode 100644
index 0000000..460fd0b
--- /dev/null
+++ b/.config/notmuch-config
@@ -0,0 +1,9 @@
+[new]
+tags=unread;inbox;
+ignore=.mbsyncstate;.uidvalidity
+[search]
+exclude_tags=deleted;spam;
+[maildir]
+synchronize_flags=true
+[crypto]
+gpg_path=gpg
diff --git a/.profile b/.profile
index d0368b8..4bed3ea 100644
--- a/.profile
+++ b/.profile
@@ -37,6 +37,8 @@ fi
# Some environment variable settings for some programs.
+export MAILDIR="$XDG_DATA_HOME/mail"
+export NOTMUCH_CONFIG="$XDG_CONFIG_HOME/notmuch-config"
# Pipenv.
export PIPENV_VENV_IN_PROJECT=1
# Go.