summaryrefslogtreecommitdiff
path: root/.config/mutt/paplevetoe
diff options
context:
space:
mode:
authorPaul Iannetta <paul.iannetta@ens-lyon.fr>2022-04-21 23:53:31 +0200
committerPaul Iannetta <paul.iannetta@ens-lyon.fr>2022-04-22 08:24:15 +0200
commite83c4515e0179221e7315abb606452ab2f7b561d (patch)
tree355f7c3fd0e9e05c5d8d7ddc2786521eb8bd8b5c /.config/mutt/paplevetoe
parente5cb4057fda66962ccb710b460a363bd8aab7414 (diff)
add partial mutt config
Diffstat (limited to '.config/mutt/paplevetoe')
-rwxr-xr-x.config/mutt/paplevetoe22
1 files changed, 22 insertions, 0 deletions
diff --git a/.config/mutt/paplevetoe b/.config/mutt/paplevetoe
new file mode 100755
index 0000000..79df6e1
--- /dev/null
+++ b/.config/mutt/paplevetoe
@@ -0,0 +1,22 @@
+# paplevetoe configuration
+
+# save copies of sent emails to the ${folder}Sent directory
+# the '+' expands to $folders (like '~' to $HOME in the bash shell)
+set record = +paplevetoe/sent
+set postponed = +paplevetoe/drafts
+set signature = ~/.mail_config/mutt/sig_paplevetoe.sig
+set from = ""
+
+# use msmtp to send outgoing mail to the mailserver
+# see ~/.msmtp for configuration
+set sendmail="/usr/bin/msmtp -C $HOME/.config/msmtp/msmtprc -a paplevetoe"
+
+# bcc myself to make gmail style threaded conversations
+my_hdr bcc: name@domain
+
+# pgp settings
+#my_hdr X-PGP-Key: http://my.website.com/pubkey.asc
+#set pgp_sign_as=MY_PGP_KEY_ID
+#set pgp_autosign=yes
+
+# vim: set ft=muttrc