Commit Graph

645 Commits

Author SHA1 Message Date
86cd3ad33f Add infomaniak.ch to domains.csv (#245)
Referencing https://www.infomaniak.com/en/support/faq/1524/mozilla-thunderbird-configuring-a-new-infomaniak-email-address
2019-06-20 18:19:05 -04:00
68b323cb28 Added UT Dallas mail settings (#244)
pretty easy to find on their website, yet a short timesaver for students who bump into this in the future
2019-06-19 22:26:13 -04:00
c5ec2dab26 Add clarkson.edu and odu.edu (#242) 2019-06-17 13:41:34 -04:00
b3ce4277ab Avoid lags with some email providers while using IMAP (#238)
I contacted MUTT irc channel to solve severe lags while navigating mailboxes of certain email providers with IMAP) (the emails were not stored locally). After extensive testing, changing the default value of mail_check from 5 to 60 solved my problem. I propose this change because several other people might encounter the same problem (especially yahoo users)
2019-06-16 16:30:57 -04:00
d7dd9f89fe actually terminate the script on Ctrl-C (#236)
In my [PR 224](https://github.com/LukeSmithxyz/mutt-wizard/pull/224), I
introduced a bug.  While I was catching SIGINT with the trap statement,
I did not actually exit the script and returned into the shell.

Fixes https://github.com/LukeSmithxyz/mutt-wizard/issues/234
2019-06-07 12:12:20 -04:00
9738316ab5 Handle + in notmuch queries (#233) 2019-06-06 12:53:58 -04:00
069d8eeb01 mailbox.org fix 2019-06-02 09:14:09 -04:00
f3a7f2b6fd check mbsync, not mailsync 2019-06-01 22:46:26 -04:00
7c1da4d168 compat for PASSWORD_STORE_DIR 2019-06-01 22:13:06 -04:00
bd3818ff11 starttls off for port 465 2019-06-01 18:08:17 -04:00
6d7cba7eac Merge branch 'luukvbaal-patch-1' 2019-06-01 18:01:01 -04:00
dd73533565 only sync active mbsync accounts 2019-06-01 17:59:47 -04:00
e408f4b290 prep fix 2019-06-01 17:58:35 -04:00
effa100e04 fix multiline subject header regression 2019-06-01 21:56:55 +02:00
7955090f9f fix forwarded emails and posix whitespace regex 2019-06-01 20:34:09 +02:00
e50d51d3e5 fix multiline subjects and single word senders 2019-06-01 16:16:58 +02:00
e5fff0b82e Merge pull request #228 from ghuter/patch-1
Update domains.csv
2019-05-31 18:50:51 -04:00
6a553a6be2 Update domains.csv 2019-05-31 17:29:34 +02:00
d9089b0017 Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizard 2019-05-30 21:28:47 -04:00
8f35bb6cfe todo update 2019-05-30 21:28:33 -04:00
de2be5439d perl decoding 2019-05-31 00:02:48 +02:00
70257daa83 Merge branch 'master' into patch-1 2019-05-30 16:54:38 +02:00
5d72b5da98 unnecessary sed command 2019-05-30 16:46:12 +02:00
7d3658238b parallelize multiple accounts and mail preview 2019-05-30 16:23:41 +02:00
2157be7cec Merge pull request #225 from EthanID/master
Added website
2019-05-28 22:40:00 -04:00
3a46c622b3 Merge pull request #1 from EthanID/EthanID-patch-1
Added ethancoe.com
2019-05-28 22:35:38 -04:00
3eb98e7f03 Added ethancoe.com 2019-05-28 22:35:08 -04:00
409f31b991 Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizard 2019-05-28 16:37:36 -04:00
68cc36a22f luke self-hosting 2019-05-27 20:50:12 -04:00
695ca15940 Merge pull request #224 from Kr1ss-XD/clean-abort
restore default text color on 'Ctrl-C' exit
2019-05-27 19:26:32 -04:00
e4813ae215 restore default text color on 'Ctrl-C' exit
The terminal text color  wasn't reset when the user  aborted the wizard
while being prompted for input.
This resolves https://github.com/LukeSmithxyz/mutt-wizard/issues/224
2019-05-28 01:09:25 +02:00
9cc2955424 Merge pull request #221 from Eddie-Jeselnik/master
Add RMIT student email
2019-05-24 07:57:48 -04:00
9e3f30f119 Add RMIT student email 2019-05-24 20:57:04 +10:00
4100a76519 Merge pull request #219 from MorganJamesSmith/master
Added Carleton University student email domain to domains.csv
2019-05-23 21:20:27 -04:00
09d76eb4f9 Added Carleton University student email domain to domains.csv 2019-05-23 21:06:45 -04:00
017ceb00ea Merge pull request #218 from stefanocereda/polimi
Added address for politecnico di milano university
2019-05-23 11:36:22 -04:00
e043d0fcc5 Added address for politecnico di milano university 2019-05-23 16:54:19 +02:00
b7462afa5d Merge pull request #217 from sambadevi/feature/add-vivaldi-dot-net
fix: vivaldi settings
2019-05-22 18:29:22 -04:00
3429330b08 fix: fix vivaldi settings 2019-05-22 23:56:52 +02:00
958056acd4 Merge pull request #215 from NorthSailor/patch-2
Use different SMTP server port for onet.pl
2019-05-22 17:16:03 -04:00
dbb05f9d70 Merge pull request #216 from sambadevi/feature/add-vivaldi-dot-net
feat: add vivaldi.net to known domains
2019-05-22 17:15:41 -04:00
f48e039896 feat: add vivaldi.net to known domains
IMAP mail.vivaldi.net 993
SMTP mail.vivaldi.net 465
2019-05-22 22:43:30 +02:00
ee13994051 Use different SMTP server port for onet.pl
Even though the following official help page says that port 465 should be used, this didn't work for me (msmtp just hang indefinitely).
Instead port 587 seems to work fine, even though I couldn't fine some official document by the e-mail provider mentioning it.
https://pomoc.poczta.onet.pl/baza-wiedzy/adresy-serwerow-potrzebne-do-konfiguracji/

If someone else can confirm that indeed, 587 works for them as well, feel free to merge this PR.
2019-05-22 22:44:19 +03:00
0a097fe234 Merge pull request #211 from voloshyn/master
use image resolution to display the image attachments
2019-05-20 15:58:04 -04:00
55b47447cb fix 2019-05-20 15:42:24 -04:00
55e3bb683c portable openfile 2019-05-20 15:41:03 -04:00
e4794af679 escape spaces in mailboxes 2019-05-20 13:44:51 -04:00
a6c81625c8 posix and mac fix 2019-05-20 13:09:11 -04:00
4c57b410fc gnuisms removed 2019-05-20 12:59:27 -04:00
f807448b64 use image resolution instead of window row/col size to display the image attachment 2019-05-20 13:48:14 +09:00