From 8a07ba173360dbbadda19724169cff8a378f608e Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sun, 19 Mar 2023 13:19:27 +0000 Subject: Add $HOME/.local/bin and List in notmuch --- fish/.config/fish/config.fish | 1 + notmuch/.notmuch-config | 3 +++ 2 files changed, 4 insertions(+) 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 -- cgit