neomutt/isync: add uni mail
crispy-caesus crispy@crispy-caesus.eu
Fri, 01 May 2026 16:26:09 +0200
4 files changed,
38 insertions(+),
0 deletions(-)
M
isync/.config/isyncrc
→
isync/.config/isyncrc
@@ -52,6 +52,35 @@ Remove Near
SyncState * CopyArrivalDate yes +#============= s4005904@edu.dhsn.de ==============# +IMAPAccount s4005904@edu.dhsn.de-imap +Host imap.dhsn.de +User s4005904@edu.dhsn.de +PassCmd "gpg --quiet --for-your-eyes-only --no-tty --decrypt ~/.config/neomutt/login3.gpg" +TLSType IMAPS +AuthMechs Login + +IMAPStore s4005904@edu.dhsn.de-remote +Account s4005904@edu.dhsn.de-imap + +MaildirStore s4005904@edu.dhsn.de-local +Path ~/mail/spool/s4005904@edu.dhsn.de +Inbox ~/mail/spool/s4005904@edu.dhsn.de +Subfolders Verbatim + +Channel s4005904@edu.dhsn.de +Far :s4005904@edu.dhsn.de-remote: +Near :s4005904@edu.dhsn.de-local: +Patterns INBOX +Sync All +Expunge Both +Create Near +Remove Near +SyncState * +CopyArrivalDate yes + +#=============== groups =============# Group all Channel crispy@crispy-caesus.eu Channel jasper.bauerschaper@crispy-caesus.eu +Channel s4005904@edu.dhsn.de
M
neomutt/.config/neomutt/neomuttrc
→
neomutt/.config/neomutt/neomuttrc
@@ -37,10 +37,12 @@ set postponed = +drafts
mailboxes -label cspool -notify -nopoll ~/mail/spool/crispy@crispy-caesus.eu \ -label jspool -notify -nopoll ~/mail/spool/jasper.bauerschaper@crispy-caesus.eu \ + -label uspool -notify -nopoll ~/mail/spool/s4005904@edu.dhsn.de \ -label people -nonotify -nopoll +people \ -label chorepeople -nonotify -nopoll +chorepeople \ -label purchases -nonotify -nopoll +purchases \ -label me -nonotify -nopoll +me \ + -label uni -nonotify -nopoll +uni \ -label sent -nonotify -nopoll +sent set mail_check = 10@@ -58,3 +60,4 @@ alternates = "^.+@crispy-caesus.eu$ ^crispy@deutschehaus.vodka$"
folder-hook cspool 'source ~/.config/neomutt/crispy@crispy-caesus.eu-neomuttrc' folder-hook jspool 'source ~/.config/neomutt/jasper.bauerschaper@crispy-caesus.eu-neomuttrc' +folder-hook uspool 'source ~/.config/neomutt/s4005904@edu.dhsn.de-neomuttrc'
A
neomutt/.config/neomutt/s4005904@edu.dhsn.de-neomuttrc
@@ -0,0 +1,6 @@
+set from = s4005904@edu.dhsn.de +set real_name = "Jasper Bauerschaper" + +set smtp_url = smtps://s4005904@edu.dhsn.de@mail.dhsn.de +set smtp_pass="`gpg --quiet --for-your-eyes-only --no-tty --decrypt \ + ~/.config/neomutt/login3.gpg`"