Kriss
4ea5f0fc2a
Merge pull request #659 from varun-iyer/patch-1
Add ucsb.edu to domains.csv
преди 3 години
Varun Iyer
9ddb824cc0
Add ucsb.edu to domains.csv
преди 3 години
Luke Smith
ebb81bbcaa
Merge pull request #649 from pryme-svg/patch-1
Update domains.csv
преди 3 години
pryme-svg
65b00cc445
Update domains.csv
преди 3 години
Luke Smith
d6d241a5fd
POP support added with mpop. Closes #609
преди 3 години
Luke Smith
1e7a2fa0d3
-X to delete local mail when deleting account
преди 3 години
Luke Smith
ddbf60ac09
prepare for addition of pop (not finished)
преди 3 години
Luke Smith
a95ff5a471
no longer flatten mailboxes at all, fix #648
преди 3 години
Luke Smith
06ec18b8a6
fix #643
преди 3 години
Luke Smith
5e6c8b48f1
Merge pull request #646 from soywod/master
Fix notifications on Wayland-based environments
преди 3 години
Clément DOUIN
0ff14fee55
fix notifications on Xwayland
преди 3 години
Luke Smith
dccd4d4cbf
dox
преди 3 години
Luke Smith
ea98dd6678
fix #606
преди 3 години
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 години
Luke Smith
b6928fe4a6
Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizard
преди 3 години
Luke Smith
978cd4eb98
for zdotdir changes; close #639
преди 3 години
Luke Smith
cafc945138
Merge pull request #640 from Maugrift/master
Fix duplicate mailsync notifications
преди 3 години
Aaron Friesen
c3aa6733f2
Fix duplicate mailsync notifications
преди 3 години
Luke Smith
039dec817e
Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizard
преди 3 години
Luke Smith
3bd61cbc97
Merge pull request #637 from BachoSeven/master
mailsync: Check for ZDOTDIR when looking for environmental variables inside .zprofile and .zshrc
преди 3 години
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 години
Luke Smith
1404bca462
Merge pull request #636 from PRESFIL/fix-run-mbsync-macro-overlap
Fix: `macro index o` overlapping with next account
преди 3 години
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 години
Luke Smith
7a90055468
Merge pull request #635 from giannivh/feature/protonmail-login-fix
🐛 Fix ProtonMail log-on failure when adding a new account
преди 3 години
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 години
Gianni Van Hoecke
79bb043726
🐛 Set protocol to `imap` when using ProtonMail
Part 1 of 2 for "Log-on not successful" bug when using ProtonMail.
The curl login check defaults to `imaps` when `protocol` isn't set.
Because ProtonMail isn't using any TLS, we have to use the `imap`
protocol.
The `protocol` variable was never set, so now we set it when the
ProtonMail flag (-p) is set.
Bug mentioned in:
Fixes:
- https://github.com/LukeSmithxyz/mutt-wizard/issues/608
- https://github.com/LukeSmithxyz/mutt-wizard/issues/622
преди 3 години
Luke Smith
158f28b294
Merge pull request #630 from dgrisham/impl/mutt-config-xdg
Update mailsync to check XDG_CONFIG_HOME for mutt config dir
преди 3 години
dgrisham
b11dcf53dc
mailsync: Check whether XDG_CONFIG_HOME is defined before defaulting to $HOME/.config for mutt dir
преди 3 години
Luke Smith
bfb95780d4
Merge pull request #626 from as3ii/patch-1
added unitn.it related email infos
преди 3 години
Lorenzo IN3HBB (as3ii)
153c799470
added unitn.it related email infos
possible email are:
- username@studenti.unitn.it
- username@ex-studenti.unitn.it
- username@alumni.unitn.it
- username@unitn.it
преди 3 години
Luke Smith
14d7c49642
Merge pull request #625 from ret2hell/mybranch
changed 'gpg --fullgenkey' to the correct command.
преди 3 години
ret2hell
3c3daa3508
changed 'gpg --fullgenkey' to the correct command.
преди 3 години
Luke Smith
7865405bc9
Merge pull request #624 from Cloud11665/patch-1
remove https://lukesmith.xyz/crypto
преди 3 години
Cloud11665
e5d7ac10f0
remove https://lukesmith.xyz/crypto
преди 3 години
Luke Smith
b56686aae5
fix notification duplication
преди 3 години
Luke Smith
c5dcb95de9
Merge pull request #616 from Kr1ss-XD/master
[README] add info and link to stable AUR package
преди 3 години
Kr1ss
3f54e68365
[README] add info and link to stable AUR package
Since version tags/releases have been introduced lately, Arch users are
now able to choose between a 'stable' and a 'development' package.
преди 3 години
Luke Smith
d7fd47516f
fix #615
преди 3 години
Luke Smith
913c877448
detect all Xorgs #fixes #607
преди 3 години
Luke Smith
aec0f88c13
Merge branch 'vladdoster-patch-1'
преди 3 години
Luke Smith
c05b6aa92c
final
преди 3 години
Luke Smith
4742f9d6b0
Merge branch 'master' into patch-1
преди 3 години
Luke Smith
8b9f8c1c38
Merge pull request #578 from machocam/patch-1
Formatting changes, precision to TFA google
преди 3 години
Luke Smith
50916f9fab
Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizard
преди 3 години
Luke Smith
038b90bb46
tweaks
cloe #367
преди 3 години
Luke Smith
4ca3a05886
Merge pull request #605 from Novite5/master
add Sina and Sohu Mail
преди 3 години
Luke Smith
c8f2aa2c52
close #566
преди 3 години
Luke Smith
564c529f8e
curl redirects and times out
преди 3 години
Luke Smith
16de5dc350
don't ask realname if not given; assume userid
преди 3 години
Luke Smith
f83c45689b
temporary soydevery
преди 3 години