commit 9e8372a5dbb2dfb63a100d4c30b8b5d73a0c72c0
parent 0526892b66f3dfb01dd3efe9ca45f419b4be4931
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Fri, 1 Feb 2019 11:21:22 +0100
Do not include signature by default, but add sig snippet to mail
Diffstat:
2 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/links/.mutt/muttrc b/links/.mutt/muttrc
@@ -33,7 +33,6 @@ folder-hook geomail 'set \
realname="Anders Damsgaard"\
record=+geomail/Sent\
postponed=+geomail/Drafts\
- signature=~/.signature\
sendmail = "msmtp -a geomail"'
folder-hook ucsd 'set \
@@ -41,7 +40,6 @@ folder-hook ucsd 'set \
realname="Anders Damsgaard"\
record=+ucsd/Sent\ Items\
postponed=+ucsd/Drafts\
- signature=~/.signature\
sendmail = "msmtp -a ucsd"'
folder-hook gmail 'set \
@@ -56,7 +54,6 @@ folder-hook princeton 'set \
realname="Anders Damsgaard"\
record=+princeton/Sent\ Items\
postponed=+princeton/Drafts\
- signature=~/.signature\
sendmail = "msmtp -a princeton"'
folder-hook noaa 'set \
@@ -98,6 +95,7 @@ set mime_forward # Forward message as MIME attachments.
set pager_context=3 # Display 3 lines of context in pager.
set nostrict_threads # Lets have some fuzzy threading.
set fcc_clear # Keep fcc's clear of signatues and encryption.
+set signature="" # Unset signature by default
set nopipe_decode # Don't decode messages when piping.
set text_flowed # label messages as format-flowed
set sleep_time=0 # speed up IMAP folders switch
diff --git a/links/.vim/UltiSnips/mail.snippets b/links/.vim/UltiSnips/mail.snippets
@@ -0,0 +1,8 @@
+snippet sig "Insert plain-text email signature"
+--
+Anders Damsgaard
+--
+Academia: https://adamsgaard.dk
+Photography: https://andersdamsgaard.com
+PGP public key: https://adamsgaard.dk/ad-public-key.txt
+endsnippet