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;