From cba7929a64d9a7b443e3b0ac8d0ca75bc247adb0 Mon Sep 17 00:00:00 2001 From: Mart Lubbers Date: Mon, 2 Dec 2019 09:45:15 +0100 Subject: [PATCH] mutt new keyid for work --- email/.config/mutt/muttrc | 3 --- shell/.local/bin/update | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/email/.config/mutt/muttrc b/email/.config/mutt/muttrc index 45e9f91..7f3a76f 100644 --- a/email/.config/mutt/muttrc +++ b/email/.config/mutt/muttrc @@ -26,9 +26,6 @@ send2-hook '((~f m.lubbers@cs.ru.nl)|(~f m.lubbers@science.ru.nl)|(~f mart@cs.ru # Macro for switching to the ru address macro compose 2 "f^UMart Lubbers " -# Disable pgp when sending from a ru address -send2-hook '((~f m.lubbers@cs.ru.nl)|(~f m.lubbers@science.ru.nl)|(~f mart@cs.ru.nl)) (~g|~G)'\ - 'push c' # Key bindings bind index gg first-entry diff --git a/shell/.local/bin/update b/shell/.local/bin/update index c73968f..9c4991e 100755 --- a/shell/.local/bin/update +++ b/shell/.local/bin/update @@ -7,4 +7,4 @@ cmd() { } sudo sh -c "$(cmd)" -sh -c "tlmgr update --all && offlineimap -o -u ttyui && khal $NUL && khard $NUL && pass git pull origin master" +sh -c "tlmgr update --self && tlmgr update --all && offlineimap -o -u ttyui && khal $NUL && khard $NUL && pass git pull origin master" -- 2.20.1