Luke Smith
79ce5f9f79
Merge pull request #895 from Shane-XB-Qian/pr_make_o_O_macro_work
fix: make o and O macro work and really sync multiple/individual accounts
1年前
Luke Smith
499e2b1798
Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizard
1年前
Luke Smith
f29d1f4b1b
fix #898
1年前
shane.xb.qian
f6b5806af9
fix: make o and O macro work and really sync multiple/individual accounts
Signed-off-by: shane.xb.qian <shane.qian@foxmail.com>
1年前
Luke Smith
eb69a8891d
Merge pull request #893 from SheriffMediocre/master
add domains
1年前
Luke Smith
4413cfebea
Merge pull request #894 from alembiq/master
parse pop config only when file exists
2年前
Karel Křemel
05b8300422
parse pop config only when file exists
2年前
Caleb Noelke
eb0ebd27cf
add domains
2年前
Luke Smith
7978f41c6d
Merge pull request #891 from brauliohms/01-fix-spell
Fix spelling in manpages
2年前
Braulio Henrique Marques Souto
085700c498
Fix spelling in manpages
2年前
Luke Smith
60951ccbee
escape single quote in box, fix #880
2年前
Luke Smith
607b44e221
leftover from bugtesting
2年前
Luke Smith
c3f4ab8db0
better muting, suppress no mpop config, tabbing
2年前
Luke Smith
aa5139abfc
Merge branch 'insanerwayner-nonnotifyoption'
2年前
Luke Smith
11a0e879a2
Merge branch 'nonnotifyoption' of https://github.com/insanerwayner/mutt-wizard into insanerwayner-nonnotifyoption
2年前
Luke Smith
3fe9922ec3
Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizard
2年前
Luke Smith
3e9b64379a
close #883
2年前
Luke Smith
b2bf553567
Merge pull request #884 from parin23/pop3-notification-fix
Add Support for POP3 Notification
2年前
Parin Jasoliya
f723938a73
Add Support for POP3 Notification
2年前
Luke Smith
d3b162487f
Merge pull request #879 from alpacathunder1/master
add umbc.edu domain
2年前
Alex Taylor
0fed845bfd
add umbc.edu domain
2年前
Wayne Reeves
1946ff8aa1
readme updated
2年前
Wayne Reeves
d2a5d06d43
forgot escape on | to get variable; case condition s/no/mute/
2年前
Wayne Reeves
b7f2bc0ff1
check for MAILSYNC_MUTE
2年前
Wayne Reeves
a47042582c
Merge remote-tracking branch 'origin/master' into HEAD
2年前
Luke Smith
110a6ce785
Merge pull request #863 from i-c-u-p/readme-kbd-tag
(README.md) put keyboard shortcuts in <kbd> tag
2年前
Luke Smith
37895de4c5
Merge pull request #864 from BeauSLM/master
Update domains.csv
2年前
Beau McCartney
e35a9686c9
Update domains.csv
2年前
i-c-u-p
3844aa1404
put keyboard shortcuts in <kbd> tag
2年前
Luke Smith
36c87c512e
removed introduced bug, fix #861
2年前
Luke Smith
d16b5ffd2f
Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizard
2年前
Luke Smith
0b9135142a
move msmtp cache and reorder prep
2年前
Luke Smith
fdaae49e21
Merge pull request #858 from lokesh1197/master
pass: add feature to optionally add a prefix
2年前
Lokesh Mohanty
315069b5a2
pass: add feature to optionally add a prefix
2年前
Luke Smith
2aae3860a2
rm paypal crap, replace with xmr/btc. add website.
2年前
Luke Smith
0a58bf00b4
Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizard
2年前
Luke Smith
30c1c0d2ae
fix #785 since cron now silent
2年前
Luke Smith
26a6a1190a
Merge pull request #852 from f380cedric/fix/case-insensitive-fs
Fix: find & case-insensitive filesystem
2年前
Luke Smith
47d4ec1825
Merge branch 'wrigleyster-master'
2年前
Luke Smith
caf2681891
remove bashism
2年前
Luke Smith
9db5d1b4fc
Merge branch 'master' of https://github.com/wrigleyster/mutt-wizard into wrigleyster-master
2年前
Luke Smith
ef5bac2b55
remove Protonmail support. POP server now -p
2年前
jw
367c10ec3f
Silence mailsync, so cron doesn't spam e-mails on every update
2年前
Luke Smith
ef8cda91cf
fix #792 , fix #820
2年前
Luke Smith
05b9680e20
Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizard
2年前
Luke Smith
72fcb51e24
remove harmless sed error msg if no muttrc
2年前
f380cedric
3a2f4a55fa
Fix: find & case-insensitive filesystem
On case-insensitive filesystem,
`inbox` and `Inbox` are the same path.
Running `find Inbox inbox [expr]` will print twice the same information.
Use shell glob instead:
`find` will descend into path `inbox`,
ignoring letter cases, only once.
Fix #828 .
2年前
Luke Smith
cefb66a8f0
Merge pull request #838 from jpnadas/master
added domain for freedom.nl
2年前
Luke Smith
cc92d1f484
Merge pull request #846 from Kr1ss-XD/fix-845
fix notifications when the Xorg process is just X
2年前
Kr1ss
f2014408b9
fix notifications when the Xorg process is just X
To close #845 :
I added the `-x` flag to prevent the regex from matching on _every_ pro-
cess name containing an `X`.
Because I'm not entirely sure about portability (does every `pgrep` va-
riant support that flag), I didn't push this directly.
So what do you think @LukeSmithxyz ?
2年前