summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-07-09Update README.md (#255)blinklad
Clarify 'long' to 'longer'. Pedantic, 50% more bloat in characters but correct.
2019-07-08Added yahoo.gr to domains.csv (#252)Konstantinos Vlachopoulos
2019-07-08Added stevens.edu server info (#253)Tyler Kaminski
2019-07-08Update domains.csv (#254)blinklad
Add utas.edu.au
2019-07-03added forpsi.com, sorted domains alphabetically (#248)ZethJack
2019-06-20Add infomaniak.ch to domains.csv (#245)Jacob Lamoure
Referencing https://www.infomaniak.com/en/support/faq/1524/mozilla-thunderbird-configuring-a-new-infomaniak-email-address
2019-06-19Added UT Dallas mail settings (#244)Youssef Mahmoud
pretty easy to find on their website, yet a short timesaver for students who bump into this in the future
2019-06-17Add clarkson.edu and odu.edu (#242)Geometer1729
2019-06-16Avoid lags with some email providers while using IMAP (#238)badmrfrosty
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-07actually terminate the script on Ctrl-C (#236)Kriss
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-06Handle + in notmuch queries (#233)Oleksandr Vlasiuk
2019-06-02mailbox.org fixLuke Smith
2019-06-01check mbsync, not mailsyncLuke Smith
2019-06-01compat for PASSWORD_STORE_DIRLuke Smith
2019-06-01starttls off for port 465Luke Smith
2019-06-01Merge branch 'luukvbaal-patch-1'Luke Smith
2019-06-01only sync active mbsync accountsLuke Smith
2019-06-01prep fixLuke Smith
2019-06-01fix multiline subject header regressionluukvbaal
2019-06-01fix forwarded emails and posix whitespace regexluukvbaal
2019-06-01fix multiline subjects and single word sendersluukvbaal
2019-05-31Merge pull request #228 from ghuter/patch-1Luke Smith
Update domains.csv
2019-05-31Update domains.csvghuter
2019-05-30Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizardLuke Smith
2019-05-30todo updateLuke Smith
2019-05-31perl decodingluukvbaal
2019-05-30Merge branch 'master' into patch-1luukvbaal
2019-05-30unnecessary sed commandluukvbaal
2019-05-30parallelize multiple accounts and mail previewluukvbaal
2019-05-28Merge pull request #225 from EthanID/masterLuke Smith
Added website
2019-05-28Merge pull request #1 from EthanID/EthanID-patch-1Ethan Coe
Added ethancoe.com
2019-05-28Added ethancoe.comEthan Coe
2019-05-28Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizardLuke Smith
2019-05-27luke self-hostingLuke Smith
2019-05-27Merge pull request #224 from Kr1ss-XD/clean-abortLuke Smith
restore default text color on 'Ctrl-C' exit
2019-05-28restore default text color on 'Ctrl-C' exitKr1ss
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-24Merge pull request #221 from Eddie-Jeselnik/masterLuke Smith
Add RMIT student email
2019-05-24Add RMIT student emailEddie Jeselnik
2019-05-23Merge pull request #219 from MorganJamesSmith/masterLuke Smith
Added Carleton University student email domain to domains.csv
2019-05-23Added Carleton University student email domain to domains.csvMorganJSmith
2019-05-23Merge pull request #218 from stefanocereda/polimiLuke Smith
Added address for politecnico di milano university
2019-05-23Added address for politecnico di milano universityStefano Cereda
2019-05-22Merge pull request #217 from sambadevi/feature/add-vivaldi-dot-netLuke Smith
fix: vivaldi settings
2019-05-22fix: fix vivaldi settingsTim Otlik
2019-05-22Merge pull request #215 from NorthSailor/patch-2Luke Smith
Use different SMTP server port for onet.pl
2019-05-22Merge pull request #216 from sambadevi/feature/add-vivaldi-dot-netLuke Smith
feat: add vivaldi.net to known domains
2019-05-22feat: add vivaldi.net to known domainsTim Otlik
IMAP mail.vivaldi.net 993 SMTP mail.vivaldi.net 465
2019-05-22Use different SMTP server port for onet.plJason Barmparesos
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-20Merge pull request #211 from voloshyn/masterLuke Smith
use image resolution to display the image attachments
2019-05-20fixLuke Smith