diff options
author | Thanos Apollo <[email protected]> | 2024-08-24 10:49:48 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-08-24 10:50:03 +0300 |
commit | 2f16635a14e72be9015a716cb3cd51507b86931b (patch) | |
tree | e8b1b45db7b55850c03dbc71d5168b268f83160c /.config | |
parent | 02885b2e58838b0c716d753af469cd3e493d5247 (diff) |
isync: Use 2993 port for forwardemail.
* 2993 is faster than 993 as of now.
Diffstat (limited to '.config')
-rw-r--r-- | .config/isyncrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/isyncrc b/.config/isyncrc index bafe8c9..7ea285e 100644 --- a/.config/isyncrc +++ b/.config/isyncrc @@ -28,7 +28,7 @@ SyncState * IMAPAccount forwardemail Host imap.forwardemail.net -Port 993 +Port 2993 User [email protected] PassCmd "pass forwardemail/[email protected]" TLSType IMAPS |