diff options
| -rw-r--r-- | .config/aerc/accounts.conf | 2 | ||||
| -rw-r--r-- | .mbsyncrc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.config/aerc/accounts.conf b/.config/aerc/accounts.conf index 43e1ec7..86170a3 100644 --- a/.config/aerc/accounts.conf +++ b/.config/aerc/accounts.conf @@ -1,7 +1,7 @@ [migadu] source = maildir://~/mail outgoing = smtps+plain://sam%40samnystrom.dev@smtp.migadu.com:465 -outgoing-cred-cmd = hiq -d -F password proto=smtp user=sam@samnystrom.dev +outgoing-cred-cmd = hiq -1d -F password proto=smtp user=sam@samnystrom.dev from = Sam Nystrom <sam@samnystrom.dev> default = INBOX copy-to = Sent @@ -2,7 +2,7 @@ IMAPAccount migadu Host imap.migadu.com SSLType IMAPS User sam@samnystrom.dev -PassCmd "hiq -d -F password proto=imap user=sam@samnystrom.dev" +PassCmd "hiq -1d -F password proto=imap user=sam@samnystrom.dev" IMAPStore migadu Account migadu |
