From 599fab56366bf79ee6cdc8a3f0b6f0e317d61e9b Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Tue, 28 Jan 2020 14:44:30 +1300 Subject: [PATCH] mail: add some shortcuts and address book --- system/desktop/mail-stuff.nix | 7 +++++++ 1 file changed, 7 insertions(+) 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 # -------------