Skip to content

Commit 8a07ba1

Browse files
committed
Add $HOME/.local/bin and List in notmuch
1 parent 8117dd4 commit 8a07ba1

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

fish/.config/fish/config.fish

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ set -x LM_LICENSE_FILE [email protected]:[email protected]:528
1616
source /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.fish
1717

1818
fish_add_path $HOME/.nix-profile/bin
19+
fish_add_path $HOME/.local/bin
1920
fish_add_path /usr/local/bin
2021

2122
function latestqr -d "Return the string corresponding to the latest QR code."

notmuch/.notmuch-config

+3
Original file line numberDiff line numberDiff line change
@@ -85,3 +85,6 @@ exclude_tags=deleted;spam;
8585
#
8686
[maildir]
8787
synchronize_flags=true
88+
89+
[index]
90+
header.List=List-Id

0 commit comments

Comments
 (0)