commit 7b4a956f28c038487018610bfd60a4d707b1c0ee
parent 22dc72e8f4789d6a3e19ed3cc7ac2952c1bb9108
Author: linusbehrens <mail@linus-behrens.de>
Date: Sat, 19 Jul 2025 22:38:37 +0200
email client mblaze
Diffstat:
5 files changed, 69 insertions(+), 0 deletions(-)
diff --git a/.config/bash/.bashrc b/.config/bash/.bashrc
@@ -64,6 +64,8 @@ export GPG_TTY=$(tty)
export XDG_CONFIG_HOME="$HOME/.config"
export MANPAGER='nvim +Man!'
export EDITOR=vim
+export MAIL="/home/linus/Mail/mail@linus-behrens.de/"
+# export ISYNCRC="$HOME/Mail/mail@linus-behrens.de/.mbsyncrc"
########## PS1 ##########
diff --git a/.config/isyncrc b/.config/isyncrc
@@ -0,0 +1,24 @@
+IMAPAccount mail@linus-behrens.de
+Host imap.strato.de
+Port 993
+User mail@linus-behrens.de
+PassCmd "pass show email/mail@linus-behrens.de"
+TLSType IMAPS
+AuthMechs LOGIN
+CertificateFile /etc/ssl/certs/ca-certificates.crt
+
+IMAPStore strato-remote
+Account mail@linus-behrens.de
+
+MaildirStore strato-local
+Path ~/Mail/mail@linus-behrens.de/
+Inbox ~/Mail/mail@linus-behrens.de/
+SubFolders Verbatim
+
+Channel mail@linus-behrens.de
+Far :strato-remote:
+Near :strato-local:
+Create Both
+SyncState *
+Expunge Both
+Patterns *
diff --git a/.config/mblaze/profile b/.config/mblaze/profile
@@ -0,0 +1,5 @@
+from: Linus Behrens <mail@linus-behrens.de>
+sendmail: /usr/bin/msmtp
+auto-from: -f # let msmtp pick the right account
+editor: nvim # or $EDITOR of choice
+pager: less -R
diff --git a/.config/msmtp/config b/.config/msmtp/config
@@ -0,0 +1,14 @@
+defaults
+auth on
+tls on
+tls_trust_file /etc/ssl/certs/ca-certificates.crt
+logfile ~/.local/share/msmtp.log
+
+account mail@linus-behrens.de
+host smtp.strato.de
+port 465
+from mail@linus-behrens.de
+user mail@linus-behrens.de
+passwordeval "pass show email/mail@linus-behrens.de"
+
+account default : mail@linus-behrens.de
diff --git a/.mbsyncrc b/.mbsyncrc
@@ -0,0 +1,24 @@
+IMAPAccount mail@linus-behrens.de
+Host imap.strato.de
+Port 993
+User mail@linus-behrens.de
+PassCmd "pass show email/mail@linus-behrens.de"
+TLSType IMAPS
+AuthMechs LOGIN
+CertificateFile /etc/ssl/certs/ca-certificates.crt
+
+IMAPStore strato-remote
+Account mail@linus-behrens.de
+
+MaildirStore strato-local
+Path ~/Mail/mail@linus-behrens.de/
+Inbox ~/Mail/mail@linus-behrens.de/
+SubFolders Verbatim
+
+Channel strato
+Far :strato-remote:
+Near :strato-local:
+Create Both
+SyncState *
+Expunge Both
+Patterns *