aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-06-29 01:19:15 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-06-29 01:23:01 +1200
commitf7a0380fc1f2c9569db1b00efb081a8c3b795c31 (patch)
treef3d289b90039de827265cbb4e093902e5cc628b4
parentCorrect a few typos (diff)
downloaddotfiles-f7a0380fc1f2c9569db1b00efb081a8c3b795c31.tar.gz
dotfiles-f7a0380fc1f2c9569db1b00efb081a8c3b795c31.zip
Break a couple of long lines
-rw-r--r--mutt/muttrc9
1 files changed, 6 insertions, 3 deletions
diff --git a/mutt/muttrc b/mutt/muttrc
index 58941f0f..26be2bdb 100644
--- a/mutt/muttrc
+++ b/mutt/muttrc
@@ -191,15 +191,18 @@ url=https://keys.openpgp.org/vks/v1/by-fingerprint/$pgp_default_key
# a hook for sending or changing a message that forces a signature if it's
# encrypted but not signed. This may not suit anyone else reading.
#
-send-hook '~G !~g' 'push <pgp-menu>s'
-send2-hook '~G !~g' 'push <pgp-menu>s'
+send-hook '~G !~g' \
+ 'push <pgp-menu>s'
+send2-hook '~G !~g' \
+ 'push <pgp-menu>s'
# Because of the order in which opportunistic encryption is applied, we queue
# up a no-op change by opening the PGP menu and then doing nothing (pressing
# Enter), to trigger send2-hooks to run and turn signatures on if opportunistic
# encryption happens to have decided to switch encryption on.
#
-send-hook '!~G !~g' 'push <pgp-menu><enter>'
+send-hook '!~G !~g' \
+ 'push <pgp-menu><enter>'
# Failing all of the above, maybe autocrypt will passively give us a key to
# use, but don't store its keys in our primary keyring.