From adfdd790ffc7cdd18237d15fb4808f909a1320a8 Mon Sep 17 00:00:00 2001 From: A Farzat Date: Tue, 1 Oct 2024 01:52:48 +0900 Subject: Add notmuch-config --- .config/notmuch-config | 9 +++++++++ .profile | 2 ++ 2 files changed, 11 insertions(+) create mode 100644 .config/notmuch-config 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. -- cgit v1.2.3-70-g09d2