aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fish/.config/fish/config.fish1
-rw-r--r--notmuch/.notmuch-config3
2 files changed, 4 insertions, 0 deletions
diff --git a/fish/.config/fish/config.fish b/fish/.config/fish/config.fish
index 7677763..2c65a78 100644
--- a/fish/.config/fish/config.fish
+++ b/fish/.config/fish/config.fish
@@ -16,6 +16,7 @@ set -x LM_LICENSE_FILE 2100@ee-llic01.ee.ic.ac.uk:7193@ee-llic01.ee.ic.ac.uk:528
source /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.fish
fish_add_path $HOME/.nix-profile/bin
+fish_add_path $HOME/.local/bin
fish_add_path /usr/local/bin
function latestqr -d "Return the string corresponding to the latest QR code."
diff --git a/notmuch/.notmuch-config b/notmuch/.notmuch-config
index 230f73f..18fdd1d 100644
--- a/notmuch/.notmuch-config
+++ b/notmuch/.notmuch-config
@@ -85,3 +85,6 @@ exclude_tags=deleted;spam;
#
[maildir]
synchronize_flags=true
+
+[index]
+header.List=List-Id \ No newline at end of file