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年前
Luke Smith
e489ae965a
Merge pull request #843 from GilOliveira/master
Add purelymail.com to domains.csv
2年前
Gil Oliveira
7c4f552cfb
Add purelymail.com to domains.csv
2年前
Luke Smith
a70718c00d
Merge pull request #841 from rickylinden/master
added encryption shortcut in neomutt interface description
2年前
rickylinden
162441dde0
Update README.md
Clearer description of encryption shortcut.
2年前
rl
e1d47ea483
added encryption shortcut in neomutt interface description
2年前
João Pedro Battistella Nadas
04a1e46ee1
added domain for freedom.nl
2年前
Luke Smith
b4b1323a25
sort
2年前
Luke Smith
97f7c62bd4
Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizard
2年前
Luke Smith
4911a7eff3
openfile to lib
2年前
Luke Smith
e7746a4151
Merge pull request #836 from ghalv/patch-1
Added domain
2年前
Luke Smith
dcbaab19aa
dumb
2年前
Luke Smith
5ae4758790
mailsync manual per debian requirements
2年前
Luke Smith
480fc82f9b
openfile moved to lib, not for sole running
2年前
Gunnar K. Halvorsen
22fc8cfdea
Added domain
2年前
Luke Smith
32d63b12db
Revert "Hard link the file instead of copying"
This reverts commit 95687867d1
.
2年前
Luke Smith
6446c12a92
Merge pull request #833 from jakubkaczor/master
Force hard linking the file
2年前
Jakub Kaczor
c7524bdd96
Force hard linking the file
It was forgotten to add `-f` (force) option for `ln` in
95687867d1
. This enables opening files
with the same names, but different contents, with a new NeoMutt
instance, after the previous is closed.
2年前
Luke Smith
c912f3d655
Merge pull request #832 from jakubkaczor/master
Hard link the file instead of copying
2年前
Jakub Kaczor
95687867d1
Hard link the file instead of copying
In the latest neomutt release (2022-04-08), neomutt/neomutt/pull/3267 is
merged. Neomutt doesn't overwrite files with zeros on closing anymore,
just unlinks it. Therefore, instead of copying, files can be hard
linked.
2年前
Luke Smith
e9f5851453
for color update
2年前
Luke Smith
e0f34910f3
Revert "Wrap text when reading emails at 80 chars"
This reverts commit 67b704808d
.
2年前
Luke Smith
7739a95994
Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizard
2年前