diff options
| author | Sam Nystrom <sam@samnystrom.dev> | 2023-04-26 17:43:25 -0400 |
|---|---|---|
| committer | Sam Nystrom <sam@samnystrom.dev> | 2023-04-26 17:43:25 -0400 |
| commit | a7cf938b4d632ab56714711c3d7802d06c0b1f84 (patch) | |
| tree | fb3ee712406a2b67a981864b71ce8c52294b01d7 | |
| parent | 0e5660c697920af99ac5a3d52105db3e3b10dff0 (diff) | |
fix: only output 1 himitsu result
| -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 |
