Update 2024-01-02 08:22 OpenBSD/amd64-x13

This commit is contained in:
c0dev0id
2024-01-02 08:22:26 +01:00
parent 47af094f94
commit f64dd05c28
9 changed files with 170 additions and 1 deletions

33
.mutt/rc-account-offline Normal file
View File

@@ -0,0 +1,33 @@
set from="sh@codevoid.de"
set realname="Stefan Hagen"
unmy_hdr *
my_hdr Precedence: first-class
my_hdr Priority: normal
my_hdr X-Editor: `vim --version | head -n1 | cut -d"(" -f1`
my_hdr X-Operating-System: `uname -rms`
my_hdr X-Mailer: `mutt -v | head -1`
my_hdr X-PGP-Fingerprint: CBD3 C468 64B4 6517 E8FB B90F B6BC 2EC5 52BE 43BA
my_hdr OpenPGP: id=52BE43BA\; url=https://codevoid.de/0/gpg\; preference=signencrypt
set text_flowed = no
set indent_string = "> "
set spoolfile = ~/.emails/INBOX
set folder = ~/.emails
set postponed = ~/.emails/Drafts
set record = ~/.emails/Sent\ Items
set trash = ~/.emails/Deleted\ Items
set realname = "Hagen, Stefan"
set signature = "$HOME/.mutt/signature"
set sendmail = "msmtp -a privat"
set ssl_starttls = no
set ssl_force_tls = no
set mail_check = 120
set timeout = 15
account-hook $folder "unset imap_user imap_pass"
source ~/.mutt/rc-common