summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-11-23Fix script removal (#310)Kipras Melnikovas
The `script` variable you were referring to previously is actually the relative path to a script, for example `bin/mw`. This fails to remove the script, because, obviously, the path is incorrect. I'd suggest renaming `script` to `scriptPath` in line 13 and `shared` to `sharedPath` in line 18 (or whatever variable names you prefer that make it clearer) to avoid confusion in the future. Signed-off-by: Kipras Melnikovas <kipras@kipras.org>
2019-11-22Update domains.csv with hs-mittweida mail (#336)Jensun Ravichandran
hs-mittweida.de,mail.hs-mittweida.de,993,mail.hs-mittweida.de,465
2019-11-16added icloud.com server info (#330)jgwatkins
2019-11-12pseudomailboxes fixLuke Smith
2019-11-12Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizardLuke Smith
2019-11-08Fix Malformed UTF-8 Character in Mailsync fixes #322 (#323)Wayne Reeves
* line 5 defined the variable DBUS_SESSION_BUS_ADDRESS before exporting it in the next line * change the pgrep line * Revert "Update domains.csv (#321)" This reverts commit a92c01e13121f42b9f9b8962ae2c07b0a0ce5d4d. * Revert "Revert "Update domains.csv (#321)"" This reverts commit af0c0826b9a699780256dc8492e74a157cab2a85. * Revert "line 5 defined the variable DBUS_SESSION_BUS_ADDRESS before exporting it in the next line" This reverts commit ca64a6ae56a31ead28cc638d8d8dac7e28f9df68. * Revert "Revert "line 5 defined the variable DBUS_SESSION_BUS_ADDRESS before exporting it in the next line"" This reverts commit 4304eb731c109289251e06ef86377d372cef07e4.
2019-11-05Update domains.csv (#321)Niklas
Updated datentopf.org and added humbug.pw and resch.pw
2019-11-01Protonmail Config Fixes (#313)trevDev()
* Run serverinfo query based on if proton or not * If domain is already protonmail don't ask if it is * Fix protonmail fingerprint extraction * Update docs re: protonmail bridge timing out
2019-10-31Update domains.csv (#316)Roberto Polverelli Monti
2019-10-30Update domains.csv (#315)Vlad Doster
2019-10-26lynx gives more loyal rendering of some html pagesLuke Smith
2019-10-26Makefile uninstall: Remove `mw.1` (#308)Kipras Melnikovas
2019-10-17add Technische Universität Dresden to the domains.csv (#306)Jannusch Bigge
2019-10-14Fixed national diacritics for adding sender to abook (#304)Karel Křemel
2019-10-12Fixed stevens.edu imap/smtp server info (#303)Tyler Kaminski
2019-10-02Add polito.it domain (#300)Merlini Adrien
2019-09-25Updated Gmail accounts warning to current standard. (#292)someotherkyle
2019-09-25macro index O runs mbsync, not offlineimap (#294)xorcc
2019-09-25Update domains.csv (#295)alexbrenvero
Updated domains from mail.outlook.com to outlook.office365.com for hotmail.fr domain
2019-09-22Update domains.csv (#291)Schueni1
2019-09-22Update domains.csv (#290)Schueni1
2019-09-20Update domains.csv (#289)Schueni1
2019-09-20Update domains.csv (#288)Schueni1
2019-09-17Add Lisbon's Tecnico Institute (#287)Pedro Mendes
2019-09-16outlook.es server information (#286)czoon
Spanish outlook domain infomation (IMAP and SMTP).
2019-09-09Updated domains.csv with ua.pt (#284)Daniel Silva
2019-09-07add uni-bamberg (#283)psychosis448
2019-09-02Update domains.csv for McGill (#280)Cole Killian
2019-09-01Update domains.csv with mailo.com (#278)Jensun Ravichandran
2019-09-01Add domain info for Texas Lutheran University (#277)Daniel Stevenson
2019-08-23Add kth.se to `domains.csv` (#275)Per Modin
2019-08-18Added itu.dk (#273)Holger Dell
2019-08-12fix cronjob removed on purge (#269)mkomo
2019-08-06sort domainsLuke Smith
2019-08-06Add Düsseldorf University mail servers. (#265)Joseph Adams
2019-08-06adding html emails file extenstion for the browsers to know what to do with ↵Karel Křemel
it (#259)
2019-08-06Merge branch 'Amanuense-del-diavolo-master'Luke Smith
2019-08-06junk removedLuke Smith
2019-08-06Merge branch 'master' of ↵Luke Smith
https://github.com/Amanuense-del-diavolo/mutt-wizard into Amanuense-del-diavolo-master
2019-08-06Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizardLuke Smith
2019-08-06raw message bindLuke Smith
2019-08-06Modified code to work better with Protonmail (#267)WhaleJ84
Added new search location for certificates and modified command that caused errors for Protonmail users.
2019-08-06added hotmail.co.id domainAmanuense_del_diavolo
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-05added hotmail.it domaniAmanuense_del_diavolo
2019-08-03Add etu.upmc.fr to domains.csv (#264)Allen Sobot
2019-08-03Added tquad.ai to domains.csv (#263)4every1
2019-07-24unnecessaryLuke Smith
2019-07-24vars in script; msg if failLuke Smith
2019-07-24parent fixLuke Smith
2019-07-22Surround value of imap_pass with quotes (#260)Robert White
If the password contains single quotes and is not surrounded by quotes, Mutt removes the single quotes, rendering an incorrect password.