diff --git a/system/desktop/mail-stuff.nix b/system/desktop/mail-stuff.nix index a6a19ee..d1546b3 100644 --- a/system/desktop/mail-stuff.nix +++ b/system/desktop/mail-stuff.nix @@ -443,13 +443,20 @@ in { "TODO" "T" \ # notmuch bindings + bind index \\\\ noop + bind pager \\ noop + bind pager \\\\ noop macro index \\\\ "" # looks up a hand made query macro pager \\\\ "" # looks up a hand made query + macro index + "+*\n" # tag as starred macro pager + "+*\n" # tag as starred macro index - "-*\n" # tag as unstarred macro pager - "-*\n" # tag as unstarred + # Address Book + # ------------ + set query_command="${pkgs.notmuch-addrlookup}/bin/notmuch-addrlookup --mutt '%s'" # keys bindings # -------------