Re-add ml mail address

This commit is contained in:
Jean-Claude 2024-01-06 15:02:04 +01:00
parent c997364c0a
commit 346ab4691c
Signed by: jeanclaude
GPG Key ID: 8A300F57CBB9F63E
4 changed files with 67 additions and 0 deletions

View File

@ -154,6 +154,31 @@ SyncState *
MaxMessages 0
ExpireUnread no
## ml@jeanclaudegraf.ch
IMAPStore ml@jeanclaudegraf.ch-remote
Host mail.hosting.de
Port 143
User ml@jeanclaudegraf.ch
PassCmd "pass online/hosting.de/ml@jeanclaudegraf.ch"
SSLType STARTTLS
CertificateFile /etc/ssl/certs/ca-certificates.crt
MaildirStore ml@jeanclaudegraf.ch-local
Subfolders Verbatim
Path ~/.local/share/mail/ml@jeanclaudegraf.ch/
Inbox ~/.local/share/mail/ml@jeanclaudegraf.ch/INBOX
Flatten .
Channel ml@jeanclaudegraf.ch
Expunge Both
Far :ml@jeanclaudegraf.ch-remote:
Near :ml@jeanclaudegraf.ch-local:
Patterns *
Create Both
SyncState *
MaxMessages 0
ExpireUnread no
## jegraf@ethz.ch
IMAPStore jegraf@ethz.ch-remote
Host mail.ethz.ch

View File

@ -44,6 +44,14 @@ from me@jeanclaudegraf.ch
user me@jeanclaudegraf.ch
passwordeval "pass online/hosting.de/me@jeanclaudegraf.ch"
# ml@jeanclaudegraf.ch
account ml@jeanclaudegraf.ch
host mail.hosting.de
port 587
from ml@jeanclaudegraf.ch
user ml@jeanclaudegraf.ch
passwordeval "pass online/hosting.de/ml@jeanclaudegraf.ch"
# bienen@jeanclaudegraf.ch
account bienen@jeanclaudegraf.ch
host mail.hosting.de

View File

@ -0,0 +1,31 @@
# muttrc file for account ml@jeanclaudegraf.ch
## Identification
set realname = "Jean-Claude"
set from = "ml@jeanclaudegraf.ch"
# set sig_dashes = "no"
# set signature = "somePath"
## Cache
set header_cache = "~/.cache/mutt/ml@jeanclaudegraf.ch/headers"
set message_cachedir = "~/.cache/mutt/ml@jeanclaudegraf.ch/bodies"
## Maildir
set mbox_type = Maildir
set folder = "~/.local/share/mail/ml@jeanclaudegraf.ch"
set spoolfile = "+INBOX"
set record = "+Sent"
set postponed = "+Drafts"
set trash = "+Trash"
named-mailboxes "--- ml@jeanclaudegraf.ch ---" ="."
named-mailboxes "Inbox" ="INBOX"
named-mailboxes "Drafts" ="Drafts"
named-mailboxes "Archive" ="Archive"
named-mailboxes "Sent" ="Sent"
named-mailboxes "Trash" ="Trash"
named-mailboxes "Junk" ="Junk"
# Hook Sendmail
set sendmail = "msmtp -a ml@jeanclaudegraf.ch"
# vim: filetype=neomuttrc

View File

@ -184,6 +184,9 @@ folder-hook $folder 'source ~/.config/mutt/accounts/git@jeanclaudegraf.ch.muttrc
source "~/.config/mutt/accounts/me@jeanclaudegraf.ch.muttrc"
folder-hook $folder 'source ~/.config/mutt/accounts/me@jeanclaudegraf.ch.muttrc'
source "~/.config/mutt/accounts/ml@jeanclaudegraf.ch.muttrc"
folder-hook $folder 'source ~/.config/mutt/accounts/ml@jeanclaudegraf.ch.muttrc'
source "~/.config/mutt/accounts/bienen@jeanclaudegraf.ch.muttrc"
folder-hook $folder 'source ~/.config/mutt/accounts/bienen@jeanclaudegraf.ch.muttrc'