Roland Puntaier
4ff99f2136
maildir/email, to avoid private names (backport of fix from shortcuts branch)
6 vuotta sitten
Roland Puntaier
74f193248f
fix: rm -rf $HOME if ~/.mbsyncrc when $XDG_CONFIG_HOME not defined
6 vuotta sitten
Roland Puntaier
79f78a12b9
same default ~/Mail as Mutt
6 vuotta sitten
Roland Puntaier
1ecd6be1a3
drop XDG_DATA_HOME: just $MAILDIR defaulting to $HOME/mail (mail is user data, not app data)
6 vuotta sitten
Roland Puntaier
470701533a
further tests and fixes
6 vuotta sitten
Roland Puntaier
14c2572c73
fix mutt cache folder cannot have @
6 vuotta sitten
Roland Puntaier
36498079d4
debug last change
6 vuotta sitten
Roland Puntaier
c05076903d
place iX macro inside the account rc
6 vuotta sitten
Roland Puntaier
078b4b8bb5
folder-hook and account-hook
6 vuotta sitten
Roland Puntaier
483d72b38f
fix macro
6 vuotta sitten
Roland Puntaier
9e88c2d632
tests and fixes
6 vuotta sitten
Roland Puntaier
8c29e3d73b
fix sidebar header showed only 'com'
6 vuotta sitten
Roland Puntaier
d819f295c3
check whether up-to-date
6 vuotta sitten
Roland Puntaier
2649f5d506
further fixes and refactoring
6 vuotta sitten
Roland Puntaier
b2c8aa66f2
integration tests
6 vuotta sitten
Roland Puntaier
4700ac74ef
test and refactor
6 vuotta sitten
Roland Puntaier
e5c3d42ba9
XDG compliance, o/O -> gm/gM
6 vuotta sitten
Holger Dell
75c1d44a84
Added itu.dk ( #273 )
6 vuotta sitten
mkomo
856eea6d71
fix cronjob removed on purge ( #269 )
6 vuotta sitten
Luke Smith
a244df88ef
sort domains
6 vuotta sitten
Joseph Adams
603454909e
Add Düsseldorf University mail servers. ( #265 )
6 vuotta sitten
Karel Křemel
e277718540
adding html emails file extenstion for the browsers to know what to do with it ( #259 )
6 vuotta sitten
Luke Smith
b759f255bc
Merge branch 'Amanuense-del-diavolo-master'
6 vuotta sitten
Luke Smith
46ad20ee73
junk removed
6 vuotta sitten
Luke Smith
1f5a6d0b31
Merge branch 'master' of https://github.com/Amanuense-del-diavolo/mutt-wizard into Amanuense-del-diavolo-master
6 vuotta sitten
Luke Smith
681b74aa92
Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizard
6 vuotta sitten
Luke Smith
c7a042d9ff
raw message bind
6 vuotta sitten
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.
6 vuotta sitten
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
6 vuotta sitten
Amanuense_del_diavolo
8df678923c
added hotmail.it domani
6 vuotta sitten
Allen Sobot
c41d0949b2
Add etu.upmc.fr to domains.csv ( #264 )
6 vuotta sitten
4every1
7a31e3f466
Added tquad.ai to domains.csv ( #263 )
6 vuotta sitten
Luke Smith
952cb75de3
unnecessary
6 vuotta sitten
Luke Smith
c270bdb5df
vars in script; msg if fail
6 vuotta sitten
Luke Smith
35a6ce1e66
parent fix
6 vuotta sitten
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.
6 vuotta sitten
blinklad
ed2bb03f2d
Update README.md ( #255 )
Clarify 'long' to 'longer'. Pedantic, 50% more bloat in characters but correct.
6 vuotta sitten
Konstantinos Vlachopoulos
ed30adc63c
Added yahoo.gr to domains.csv ( #252 )
6 vuotta sitten
Tyler Kaminski
274b32877a
Added stevens.edu server info ( #253 )
6 vuotta sitten
blinklad
735d34347b
Update domains.csv ( #254 )
Add utas.edu.au
6 vuotta sitten
ZethJack
8fb26e4cea
added forpsi.com, sorted domains alphabetically ( #248 )
6 vuotta sitten
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
6 vuotta sitten
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
6 vuotta sitten
Geometer1729
c5ec2dab26
Add clarkson.edu and odu.edu ( #242 )
6 vuotta sitten
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)
6 vuotta sitten
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
6 vuotta sitten
Oleksandr Vlasiuk
9738316ab5
Handle + in notmuch queries ( #233 )
6 vuotta sitten
Luke Smith
069d8eeb01
mailbox.org fix
6 vuotta sitten
Luke Smith
f3a7f2b6fd
check mbsync, not mailsync
6 vuotta sitten
Luke Smith
7c1da4d168
compat for PASSWORD_STORE_DIR
6 vuotta sitten