Absolute minimal neomutt config delete the builtin imap

This commit is contained in:
2025-12-30 13:57:04 +01:00
parent 94545abeb3
commit 847ad1f25f
2 changed files with 19 additions and 21 deletions

View File

@@ -1,38 +1,47 @@
[general]
accounts = Uni Gmx
accounts = Uni,Gmx
pythonfile = ~/.offlineimap.py # This is used for the password script
[Account Uni]
localrepository = Local
remoterepository = Remote
localrepository = LocalUni
remoterepository = RemoteUni
[Repository LocalUni]
type = Maildir
localfolders = ~/mail/offline/
sync_deletes = no
localfolders = ~/mail/Uni/
[Repository RemoteUni]
sslcacertfile = /etc/ssl/certs/ca-certificates.crt
type = IMAP
remoteuser = ug-student\j.hahn02
remotepasseval = get_pass("uniimap")
sync_deletes = no
remotehost = email.gwdg.de
# Gmx account
[Account Gmx]
localrepository = Local
remoterepository = Remote
localrepository = LocalGmx
remoterepository = RemoteGmx
[Repository LocalGmx]
type = Maildir
localfolders = ~/mail/offline/
sync_deletes = no
localfolders = ~/mail/Gmx/
[Repository RemoteGmx]
type = IMAP
remoteuser = jonashahn1@gmx.net
remotepasseval = get_pass("gmximap")
sslcacertfile = /etc/ssl/certs/ca-certificates.crt
sync_deletes = no
remotehost = imap.gmx.net
[mbnames]
enabled = yes
filename = ~/.mutt-mailboxes
header = "mailboxes "
peritem = "+%(accountname)s/%(foldername)s"
peritem = +%(accountname)s/%(foldername)s
sep = " "
footer = "\n"
incremental = no