summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Nystrom <sam@samnystrom.dev>2023-04-26 17:43:25 -0400
committerSam Nystrom <sam@samnystrom.dev>2023-04-26 17:43:25 -0400
commita7cf938b4d632ab56714711c3d7802d06c0b1f84 (patch)
treefb3ee712406a2b67a981864b71ce8c52294b01d7
parent0e5660c697920af99ac5a3d52105db3e3b10dff0 (diff)
fix: only output 1 himitsu result
-rw-r--r--.config/aerc/accounts.conf2
-rw-r--r--.mbsyncrc2
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
diff --git a/.mbsyncrc b/.mbsyncrc
index 6fd7b42..7a04305 100644
--- a/.mbsyncrc
+++ b/.mbsyncrc
@@ -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