aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2023-03-19 13:19:27 +0000
committerYann Herklotz <git@yannherklotz.com>2023-03-19 13:19:27 +0000
commit8a07ba173360dbbadda19724169cff8a378f608e (patch)
tree252364834bb192cc232db9c23cc326a187d66335
parent8117dd4d63cc064d1c33673442adff0c4b7f5610 (diff)
downloaddotfiles-8a07ba173360dbbadda19724169cff8a378f608e.tar.gz
dotfiles-8a07ba173360dbbadda19724169cff8a378f608e.zip
Add $HOME/.local/bin and List in notmuch
-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