João Vanzuita
b95d5f2810
chore: typo
3 years ago
João Vanzuita
b5cde63ada
fix: update mbsync call for macos
3 years ago
Luke Smith
de58c98693
no msg
3 years ago
Kriss
412145d4c1
Merge pull request #684 from nicolas-s/add-domain-ik.me
add ik.me domain
3 years ago
Nicolas Serafini
48d73d79dd
add ik.me domain
Signed-off-by: Nicolas Serafini <serafini.nicolas@gmail.com>
3 years ago
Luke Smith
c9419f72b0
Revert "compliance with libtard upstream"
This reverts commit c95428f0f1
.
3 years ago
Kriss
b74966fa92
Merge pull request #679 from amhlair/patch-1
add uni.strath.ac.uk
3 years ago
amhlair
99af2cf322
add uni.strath.ac.uk
3 years ago
Luke Smith
0ec78309ae
Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizard
3 years ago
Luke Smith
b9b3f7f685
zshenv checked for variables. fix #677
3 years ago
Kriss
1a8d041f64
Merge pull request #674 from sahidvelji/domains
3 years ago
Sahid Velji
995e0680fe
Add mail.utoronto.ca and sheridancollege.ca
3 years ago
Sahid Velji
eb291bac7c
Sort and remove duplicate
3 years ago
Luke Smith
c95428f0f1
compliance with libtard upstream
3 years ago
Luke Smith
5a52997a5f
Merge pull request #671 from chilledfrogs/patch-1
Update UPMC/SU email address configuration
3 years ago
Allen Sobot
31692fef8a
Update UPMC/SU email address configuration
These might need STARTTLS explicitly disabled in the msmtp config file though
3 years ago
Luke Smith
2230c4153a
protonmail smtp, fix #667
3 years ago
Luke Smith
4d411d8179
avoid regex issue
3 years ago
Luke Smith
203fa4f68e
Merge branch 'Kr1ss-XD-fix-661'
3 years ago
Luke Smith
bf9aa99930
Merge branch 'fix-661' of https://github.com/Kr1ss-XD/mutt-wizard into Kr1ss-XD-fix-661
3 years ago
Luke Smith
4b30e06d05
inbox.lv
3 years ago
Kr1ss
747af1cccb
mailsync/notify-send: provide a default `$DISPLAY`
A user reports notifications not working on their setup because there is
no display id contained in the `ps`/`pgrep` output concerning the Xorg
process.
This commit checks if there's a display server running at all, and if so
it sends notifications even if there's no display id.
Resolves https://github.com/LukeSmithxyz/mutt-wizard/issues/661
3 years ago
Kriss
4ea5f0fc2a
Merge pull request #659 from varun-iyer/patch-1
Add ucsb.edu to domains.csv
3 years ago
Varun Iyer
9ddb824cc0
Add ucsb.edu to domains.csv
3 years ago
Luke Smith
fff2625e77
minor
3 years ago
Luke Smith
7413dc6d5a
since logons check before, delete not nec w/ error
3 years ago
Luke Smith
423112a3ab
minor improvement of regex
3 years ago
Luke Smith
ebb81bbcaa
Merge pull request #649 from pryme-svg/patch-1
Update domains.csv
3 years ago
pryme-svg
65b00cc445
Update domains.csv
3 years ago
Luke Smith
d6d241a5fd
POP support added with mpop. Closes #609
3 years ago
Luke Smith
1e7a2fa0d3
-X to delete local mail when deleting account
3 years ago
Luke Smith
ddbf60ac09
prepare for addition of pop (not finished)
3 years ago
Luke Smith
a95ff5a471
no longer flatten mailboxes at all, fix #648
3 years ago
Luke Smith
06ec18b8a6
fix #643
3 years ago
Luke Smith
5e6c8b48f1
Merge pull request #646 from soywod/master
Fix notifications on Wayland-based environments
3 years ago
Clément DOUIN
0ff14fee55
fix notifications on Xwayland
3 years ago
Luke Smith
dccd4d4cbf
dox
3 years ago
Luke Smith
ea98dd6678
fix #606
3 years ago
Luke Smith
9662299d4e
bugfixes and simplification. fixes #517 #546 #600 #632
remove old vars like pass_prefix, muttdir
reorder mailbox detection to find inbox case and later delim
offline delim set to _ which should avoid most issues
3 years ago
Luke Smith
b6928fe4a6
Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizard
3 years ago
Luke Smith
978cd4eb98
for zdotdir changes; close #639
3 years ago
Luke Smith
cafc945138
Merge pull request #640 from Maugrift/master
Fix duplicate mailsync notifications
3 years ago
Aaron Friesen
c3aa6733f2
Fix duplicate mailsync notifications
3 years ago
Luke Smith
039dec817e
Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizard
3 years ago
Luke Smith
3bd61cbc97
Merge pull request #637 from BachoSeven/master
mailsync: Check for ZDOTDIR when looking for environmental variables inside .zprofile and .zshrc
3 years ago
Francesco Minnocci
718e586f4a
mailsync: Check for ZDOTDIR when looking for environmental variables
inside .zprofile and .zshrc.
~/.profile is not necessarily present when using zsh for login and
setting $ZDOTDIR in ~/.zshenv
3 years ago
Luke Smith
1404bca462
Merge pull request #636 from PRESFIL/fix-run-mbsync-macro-overlap
Fix: `macro index o` overlapping with next account
3 years ago
PRESFIL
3589c36a38
Fix: `macro index o` overlapping with next account
When the transition is made from an offline profile to an online
profile, there is still someone else's macro - side effects...
Variables, macros, and so on must be taken-into-account
**symmetrically** with any of the `mutt-wizard`'s profiles.
3 years ago
Luke Smith
7a90055468
Merge pull request #635 from giannivh/feature/protonmail-login-fix
🐛 Fix ProtonMail log-on failure when adding a new account
3 years ago
Gianni Van Hoecke
5920ca462d
🐛 Supply imap port to curl login check
Part 2 of 2 for "Log-on not successful" bug when using ProtonMail.
The curl login check uses the imap(s) protocol, which means it will use
the default ports. However, when using ProtonMail, these ports are
different (namely 1143 instead of 993).
We now use the port variable in the curl login command, defaulting to
993 when the port was not overridden.
The port variable was already set when the ProtonMail flag (-p) was set.
Bug mentioned in:
Fixes:
- https://github.com/LukeSmithxyz/mutt-wizard/issues/608
- https://github.com/LukeSmithxyz/mutt-wizard/issues/622
3 years ago