Commit Graph

818 Commits

Author SHA1 Message Date
Joseph Adams 603454909e Add Düsseldorf University mail servers. (#265) 2019-08-06 08:19:42 -04:00
Karel Křemel e277718540 adding html emails file extenstion for the browsers to know what to do with it (#259) 2019-08-06 08:19:23 -04:00
Luke Smith b759f255bc Merge branch 'Amanuense-del-diavolo-master' 2019-08-06 08:18:13 -04:00
Luke Smith 46ad20ee73 junk removed 2019-08-06 08:17:36 -04:00
Luke Smith 1f5a6d0b31 Merge branch 'master' of https://github.com/Amanuense-del-diavolo/mutt-wizard into Amanuense-del-diavolo-master 2019-08-06 08:15:50 -04:00
Luke Smith 681b74aa92 Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizard 2019-08-06 08:15:01 -04:00
Luke Smith c7a042d9ff raw message bind 2019-08-06 08:13:07 -04:00
WhaleJ84 48f61faef7 Modified code to work better with Protonmail (#267)
Added new search location for certificates and modified command that caused errors for Protonmail users.
2019-08-06 08:07:18 -04:00
Amanuense_del_diavolo f68daad553 added hotmail.co.id domain
added hotmail.co.il domain
added hotmail.co.in domain
added hotmail.co.jp domain
added hotmail.co.kr domain
added hotmail.co.th domain
added hotmail.co.uk domain
added hotmail.co.za domain
added hotmail.com.ar domain
added hotmail.com.au domain
added hotmail.com.br domain
added hotmail.com.hk domain
added hotmail.com.tr domain
added hotmail.com.tw domain
added hotmail.com.vn domain
added hotmail.ca domain
added hotmail.cl domain
added hotmail.cz domain
added hotmail.de domain
added hotmail.dk domain
added hotmail.es domain
added hotmail.fi domain
added hotmail.gr domain
added hotmail.hu domain
added hotmail.lt domain
added hotmail.lu domain
added hotmail.my domain
added hotmail.nl domain
added hotmail.no domain
added hotmail.ph domain
added hotmail.rs domain
added hotmail.se domain
added hotmail.sg domain
added hotmail.sk domain
2019-08-06 10:29:53 +02:00
Amanuense_del_diavolo 8df678923c added hotmail.it domani 2019-08-05 14:32:17 +02:00
Allen Sobot c41d0949b2 Add etu.upmc.fr to domains.csv (#264) 2019-08-03 09:44:10 -04:00
4every1 7a31e3f466 Added tquad.ai to domains.csv (#263) 2019-08-03 09:18:16 -04:00
Luke Smith 952cb75de3 unnecessary 2019-07-24 15:27:36 -04:00
Luke Smith c270bdb5df vars in script; msg if fail 2019-07-24 15:27:22 -04:00
Luke Smith 35a6ce1e66 parent fix 2019-07-24 15:26:42 -04:00
Robert White c37a748227 Surround value of imap_pass with quotes (#260)
If the password contains single quotes and is not surrounded by quotes,
Mutt removes the single quotes, rendering an incorrect password.
2019-07-22 18:24:58 -04:00
blinklad ed2bb03f2d Update README.md (#255)
Clarify 'long' to 'longer'. Pedantic, 50% more bloat in characters but correct.
2019-07-09 09:22:31 -04:00
Konstantinos Vlachopoulos ed30adc63c Added yahoo.gr to domains.csv (#252) 2019-07-08 19:43:21 -04:00
Tyler Kaminski 274b32877a Added stevens.edu server info (#253) 2019-07-08 19:43:11 -04:00
blinklad 735d34347b Update domains.csv (#254)
Add utas.edu.au
2019-07-08 19:42:53 -04:00
ZethJack 8fb26e4cea added forpsi.com, sorted domains alphabetically (#248) 2019-07-03 08:24:29 -04:00
Ayman Bagabas 04528a0fb9 Fix make uninstall
for loop directory wildcard includes the directory name. No need to
specify the dir name when removing file.

Signed-off-by: Ayman Bagabas <ayman.bagabas@gmail.com>
2019-07-01 19:20:27 -04:00
Ayman Bagabas cd5fd9bde2 Make use of PREFIX environment variable
This patch puts the environment variable PREFIX in more use. If
specified, mull-wizard Makefile substitute all instances of prefix with
the provided environment variable.

Signed-off-by: Ayman Bagabas <ayman.bagabas@gmail.com>
2019-07-01 18:34:07 -04:00
Jacob Lamoure 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
Youssef Mahmoud 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
Geometer1729 c5ec2dab26 Add clarkson.edu and odu.edu (#242) 2019-06-17 13:41:34 -04:00
badmrfrosty 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
Kriss 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
Oleksandr Vlasiuk 9738316ab5 Handle + in notmuch queries (#233) 2019-06-06 12:53:58 -04:00
Luke Smith 069d8eeb01 mailbox.org fix 2019-06-02 09:14:09 -04:00
Luke Smith f3a7f2b6fd check mbsync, not mailsync 2019-06-01 22:46:26 -04:00
Luke Smith 7c1da4d168 compat for PASSWORD_STORE_DIR 2019-06-01 22:13:06 -04:00
Luke Smith bd3818ff11 starttls off for port 465 2019-06-01 18:08:17 -04:00
Luke Smith 6d7cba7eac Merge branch 'luukvbaal-patch-1' 2019-06-01 18:01:01 -04:00
Luke Smith dd73533565 only sync active mbsync accounts 2019-06-01 17:59:47 -04:00
Luke Smith e408f4b290 prep fix 2019-06-01 17:58:35 -04:00
luukvbaal effa100e04 fix multiline subject header regression 2019-06-01 21:56:55 +02:00
luukvbaal 7955090f9f fix forwarded emails and posix whitespace regex 2019-06-01 20:34:09 +02:00
luukvbaal e50d51d3e5 fix multiline subjects and single word senders 2019-06-01 16:16:58 +02:00
Luke Smith e5fff0b82e Merge pull request #228 from ghuter/patch-1
Update domains.csv
2019-05-31 18:50:51 -04:00
ghuter 6a553a6be2 Update domains.csv 2019-05-31 17:29:34 +02:00
Luke Smith d9089b0017 Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizard 2019-05-30 21:28:47 -04:00
Luke Smith 8f35bb6cfe todo update 2019-05-30 21:28:33 -04:00
luukvbaal de2be5439d perl decoding 2019-05-31 00:02:48 +02:00
luukvbaal 70257daa83 Merge branch 'master' into patch-1 2019-05-30 16:54:38 +02:00
luukvbaal 5d72b5da98 unnecessary sed command 2019-05-30 16:46:12 +02:00
luukvbaal 7d3658238b parallelize multiple accounts and mail preview 2019-05-30 16:23:41 +02:00
Luke Smith 2157be7cec Merge pull request #225 from EthanID/master
Added website
2019-05-28 22:40:00 -04:00
Ethan Coe 3a46c622b3 Merge pull request #1 from EthanID/EthanID-patch-1
Added ethancoe.com
2019-05-28 22:35:38 -04:00
Ethan Coe 3eb98e7f03 Added ethancoe.com 2019-05-28 22:35:08 -04:00