Luke Smith
e408f4b290
prep fix
пре 5 година
luukvbaal
effa100e04
fix multiline subject header regression
пре 5 година
luukvbaal
7955090f9f
fix forwarded emails and posix whitespace regex
пре 5 година
luukvbaal
e50d51d3e5
fix multiline subjects and single word senders
пре 5 година
luukvbaal
de2be5439d
perl decoding
пре 5 година
luukvbaal
70257daa83
Merge branch 'master' into patch-1
пре 5 година
luukvbaal
5d72b5da98
unnecessary sed command
пре 5 година
luukvbaal
7d3658238b
parallelize multiple accounts and mail preview
пре 5 година
Luke Smith
2157be7cec
Merge pull request #225 from EthanID/master
Added website
пре 5 година
Ethan Coe
3a46c622b3
Merge pull request #1 from EthanID/EthanID-patch-1
Added ethancoe.com
пре 5 година
Ethan Coe
3eb98e7f03
Added ethancoe.com
пре 5 година
Luke Smith
409f31b991
Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizard
пре 5 година
Luke Smith
68cc36a22f
luke self-hosting
пре 5 година
Luke Smith
695ca15940
Merge pull request #224 from Kr1ss-XD/clean-abort
restore default text color on 'Ctrl-C' exit
пре 5 година
Kr1ss
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
пре 5 година
Luke Smith
9cc2955424
Merge pull request #221 from Eddie-Jeselnik/master
Add RMIT student email
пре 5 година
Eddie Jeselnik
9e3f30f119
Add RMIT student email
пре 5 година
Luke Smith
4100a76519
Merge pull request #219 from MorganJamesSmith/master
Added Carleton University student email domain to domains.csv
пре 5 година
MorganJSmith
09d76eb4f9
Added Carleton University student email domain to domains.csv
пре 5 година
Luke Smith
017ceb00ea
Merge pull request #218 from stefanocereda/polimi
Added address for politecnico di milano university
пре 5 година
Stefano Cereda
e043d0fcc5
Added address for politecnico di milano university
пре 5 година
Luke Smith
b7462afa5d
Merge pull request #217 from sambadevi/feature/add-vivaldi-dot-net
fix: vivaldi settings
пре 5 година
Tim Otlik
3429330b08
fix: fix vivaldi settings
пре 5 година
Luke Smith
958056acd4
Merge pull request #215 from NorthSailor/patch-2
Use different SMTP server port for onet.pl
пре 5 година
Luke Smith
dbb05f9d70
Merge pull request #216 from sambadevi/feature/add-vivaldi-dot-net
feat: add vivaldi.net to known domains
пре 5 година
Tim Otlik
f48e039896
feat: add vivaldi.net to known domains
IMAP mail.vivaldi.net 993
SMTP mail.vivaldi.net 465
пре 5 година
Jason Barmparesos
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.
пре 5 година
Luke Smith
0a097fe234
Merge pull request #211 from voloshyn/master
use image resolution to display the image attachments
пре 5 година
Luke Smith
55b47447cb
fix
пре 5 година
Luke Smith
55e3bb683c
portable openfile
пре 5 година
Luke Smith
e4794af679
escape spaces in mailboxes
пре 5 година
Luke Smith
a6c81625c8
posix and mac fix
пре 5 година
Luke Smith
4c57b410fc
gnuisms removed
пре 5 година
Alex Voloshyn
f807448b64
use image resolution instead of window row/col size to display the image attachment
пре 5 година
Luke Smith
27655714ef
Merge pull request #207 from thecountoftuscany/patch-1
Update share/domains.csv
пре 5 година
Luke Smith
82f34777a0
Merge pull request #210 from hum6ug/master
Added datentopf.org and inf.h-brs.de
пре 5 година
Niklas
286d865e75
Added datentopf.org and inf.h-brs.de
пре 5 година
Luke Smith
46c796ef64
fatal breakage fixed
пре 5 година
Nishant Elkunchwar
31c53898d4
Update share/domains.csv
Added @uw.edu and @alumni.bits-pilani.ac.in in share/domains.csv
пре 5 година
Luke Smith
3f9c00de69
Merge pull request #205 from Kr1ss-XD/fix-pass-setup
check if .gpg-id is in the pass store on startup
пре 5 година
Kr1ss
49d2e12125
check if .gpg-id is in the pass store on startup
The current test did not terminate the script in cases when the user
already has a private GPG key, but they'd not initialized the password
store.
This leads to an infinite loop in the `getpass()` function.
The commit fixes https://github.com/LukeSmithxyz/mutt-wizard/issues/204
пре 5 година
Luke Smith
bc3cceaf77
Merge pull request #203 from lucianonooijen/master
Added Eneco to domains.csv
пре 5 година
Luciano Nooijen
e2b905b45d
Added Eneco to domains.csv
Signed-off-by: Luciano Nooijen <luciano@bytecode.nl>
пре 5 година
luukvbaal
15eeddc235
don't allow to be run concurrently with itself
This allows mailsync to be called like this `bindsym $mod+e exec --no-startup-id mailsync; exec $term -e neomutt && pkill -RTMIN+12 i3blocks` such that it refreshes your mail when you open mutt without it needlessly syncing if a sync is already running.
пре 5 година
Luke Smith
b6a60f8965
posteo.net
пре 5 година
Luke Smith
f4759d9b8f
Merge pull request #199 from fsmiamoto/patch-1
Added UTFPR Student Mail domain
пре 5 година
Luke Smith
71703f8f55
Merge pull request #200 from Kr1ss-XD/master
mailsync: fix early exit on graphical(-only) login
пре 5 година
Kr1ss
c56b139614
mailsync: fix early exit on graphical(-only) login
Resolves https://github.com/LukeSmithxyz/mutt-wizard/issues/197 .
пре 5 година
Francisco Miamoto
1c7ec02c81
Added UTFPR Student Mail domain
пре 5 година
Luke Smith
c5e12600b9
fix
пре 5 година