From 1c71f6a8ed74026c621608d9fabfa91078800cac Mon Sep 17 00:00:00 2001 From: Don Harper Date: Sat, 31 May 2025 17:53:05 -0500 Subject: [PATCH] notmuch | rename hook post-insert -> post-new --- home/common/files/notmuch/{post-insert => post-new} | 0 home/common/mail.nix | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename home/common/files/notmuch/{post-insert => post-new} (100%) diff --git a/home/common/files/notmuch/post-insert b/home/common/files/notmuch/post-new similarity index 100% rename from home/common/files/notmuch/post-insert rename to home/common/files/notmuch/post-new diff --git a/home/common/mail.nix b/home/common/mail.nix index ecdf20a..4f7816e 100644 --- a/home/common/mail.nix +++ b/home/common/mail.nix @@ -30,8 +30,8 @@ }; }; - xdg.configFile."notmuch/hooks/post-insert".source = - ./files/notmuch/post-insert; + xdg.configFile."notmuch/hooks/post-new".source = + ./files/notmuch/post-new; xdg.configFile."neomutt/neomuttrc".source = ./files/neomutt/neomuttrc; xdg.configFile."neomutt/mailcap".source = ./files/neomutt/mailcap;