summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2024-03-14 12:35:14 +0100
committerAlejandro Colomar <alx@kernel.org>2024-03-14 13:14:49 +0100
commitd8b883dba211703107f8779e6150a75d313ac7b8 (patch)
tree2bd0eb27d64b1422018368bc1cdb545cc702abc5
parent3a3b7c8a95bcf234ea06233b108a4d7472e821ee (diff)
mbsync, mutt: Add <llum@alejandro-colomar.es>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r--home/.config/mutt/account/migadu/llum/account.muttrc4
-rw-r--r--home/.config/mutt/account/migadu/llum/folder.muttrc1
-rw-r--r--home/.config/mutt/account/migadu/llum/smtp.muttrc5
-rw-r--r--home/.config/mutt/accounts.muttrc14
-rw-r--r--home/.mbsyncrc25
5 files changed, 43 insertions, 6 deletions
diff --git a/home/.config/mutt/account/migadu/llum/account.muttrc b/home/.config/mutt/account/migadu/llum/account.muttrc
new file mode 100644
index 0000000..742e22d
--- /dev/null
+++ b/home/.config/mutt/account/migadu/llum/account.muttrc
@@ -0,0 +1,4 @@
+source ~/.config/mutt/account/migadu/llum/smtp.muttrc
+source ~/.config/mutt/account/migadu/llum/folder.muttrc
+source ~/.config/mutt/account/maildir/migadu.muttrc
+source ~/.config/mutt/crypt/auto.muttrc
diff --git a/home/.config/mutt/account/migadu/llum/folder.muttrc b/home/.config/mutt/account/migadu/llum/folder.muttrc
new file mode 100644
index 0000000..de6fb85
--- /dev/null
+++ b/home/.config/mutt/account/migadu/llum/folder.muttrc
@@ -0,0 +1 @@
+set folder = "~/mail/migadu/llum/"
diff --git a/home/.config/mutt/account/migadu/llum/smtp.muttrc b/home/.config/mutt/account/migadu/llum/smtp.muttrc
new file mode 100644
index 0000000..ea18081
--- /dev/null
+++ b/home/.config/mutt/account/migadu/llum/smtp.muttrc
@@ -0,0 +1,5 @@
+set from = "llum@alejandro-colomar.es"
+set realname = "Alejandro Colomar"
+
+set smtp_url = "smtps://llum@alejandro-colomar.es@smtp.migadu.com:465/"
+set smtp_pass = $my_migadu_pass
diff --git a/home/.config/mutt/accounts.muttrc b/home/.config/mutt/accounts.muttrc
index 15952e4..ac42214 100644
--- a/home/.config/mutt/accounts.muttrc
+++ b/home/.config/mutt/accounts.muttrc
@@ -2,14 +2,16 @@ source ~/.config/mutt/account/migadu/alx/account.muttrc
source ~/.config/mutt/account/migadu/foss/account.muttrc
source ~/.config/mutt/account/migadu/gov/account.muttrc
source ~/.config/mutt/account/migadu/legal/account.muttrc
+source ~/.config/mutt/account/migadu/llum/account.muttrc
source ~/.config/mutt/account/migadu/spam/account.muttrc
source ~/.config/mutt/account/gmail/alx/account.muttrc
source ~/.config/mutt/account/migadu/foss/account.muttrc
-macro index,compose,pager <f2> '<enter-command>source ~/.config/mutt/account/migadu/alx/account.muttrc<enter>'
-macro index,compose,pager <f3> '<enter-command>source ~/.config/mutt/account/migadu/foss/account.muttrc<enter>'
-macro index,compose,pager <f4> '<enter-command>source ~/.config/mutt/account/migadu/gov/account.muttrc<enter>'
-macro index,compose,pager <f5> '<enter-command>source ~/.config/mutt/account/migadu/legal/account.muttrc<enter>'
-macro index,compose,pager <f6> '<enter-command>source ~/.config/mutt/account/migadu/spam/account.muttrc<enter>'
-macro index,compose,pager <f7> '<enter-command>source ~/.config/mutt/account/gmail/alx/account.muttrc<enter>'
+macro index,compose,pager <F2><F2> '<enter-command>source ~/.config/mutt/account/migadu/alx/account.muttrc<enter>'
+macro index,compose,pager <F2><F3> '<enter-command>source ~/.config/mutt/account/migadu/foss/account.muttrc<enter>'
+macro index,compose,pager <F2><F4> '<enter-command>source ~/.config/mutt/account/migadu/gov/account.muttrc<enter>'
+macro index,compose,pager <F2><F5> '<enter-command>source ~/.config/mutt/account/migadu/legal/account.muttrc<enter>'
+macro index,compose,pager <F2><F6> '<enter-command>source ~/.config/mutt/account/migadu/llum/account.muttrc<enter>'
+macro index,compose,pager <F2><F7> '<enter-command>source ~/.config/mutt/account/migadu/spam/account.muttrc<enter>'
+macro index,compose,pager <F3><F2> '<enter-command>source ~/.config/mutt/account/gmail/alx/account.muttrc<enter>'
diff --git a/home/.mbsyncrc b/home/.mbsyncrc
index 2b89d20..1839d28 100644
--- a/home/.mbsyncrc
+++ b/home/.mbsyncrc
@@ -98,6 +98,31 @@ Patterns *
SyncState *
+IMAPAccount migadu-llum-imap
+Host imap.migadu.com
+Port 993
+User llum@alejandro-colomar.es
+PassCmd "pass show email/migadu/alx/mailbox/alx/pass"
+SSLType IMAPS
+CertificateFile /etc/ssl/certs/ca-certificates.crt
+
+IMAPStore migadu-llum-remote
+Account migadu-llum-imap
+
+MaildirStore migadu-llum-local
+Path ~/mail/migadu/llum/
+Inbox ~/mail/migadu/llum/Inbox
+SubFolders Verbatim
+
+Channel migadu-llum
+Far :migadu-llum-remote:
+Near :migadu-llum-local:
+Create Both
+Expunge Both
+Patterns *
+SyncState *
+
+
IMAPAccount migadu-spam-imap
Host imap.migadu.com
Port 993