Luke Smith
26a6a1190a
Merge pull request #852 from f380cedric/fix/case-insensitive-fs
Fix: find & case-insensitive filesystem
pirms 2 gadiem
Luke Smith
47d4ec1825
Merge branch 'wrigleyster-master'
pirms 2 gadiem
Luke Smith
caf2681891
remove bashism
pirms 2 gadiem
Luke Smith
9db5d1b4fc
Merge branch 'master' of https://github.com/wrigleyster/mutt-wizard into wrigleyster-master
pirms 2 gadiem
Luke Smith
ef5bac2b55
remove Protonmail support. POP server now -p
pirms 2 gadiem
jw
367c10ec3f
Silence mailsync, so cron doesn't spam e-mails on every update
pirms 2 gadiem
Luke Smith
ef8cda91cf
fix #792 , fix #820
pirms 2 gadiem
Luke Smith
05b9680e20
Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizard
pirms 2 gadiem
Luke Smith
72fcb51e24
remove harmless sed error msg if no muttrc
pirms 2 gadiem
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 .
pirms 2 gadiem
Luke Smith
cefb66a8f0
Merge pull request #838 from jpnadas/master
added domain for freedom.nl
pirms 2 gadiem
Luke Smith
cc92d1f484
Merge pull request #846 from Kr1ss-XD/fix-845
fix notifications when the Xorg process is just X
pirms 2 gadiem
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 ?
pirms 2 gadiem
Luke Smith
e489ae965a
Merge pull request #843 from GilOliveira/master
Add purelymail.com to domains.csv
pirms 2 gadiem
Gil Oliveira
7c4f552cfb
Add purelymail.com to domains.csv
pirms 2 gadiem
Luke Smith
a70718c00d
Merge pull request #841 from rickylinden/master
added encryption shortcut in neomutt interface description
pirms 2 gadiem
rickylinden
162441dde0
Update README.md
Clearer description of encryption shortcut.
pirms 2 gadiem
rl
e1d47ea483
added encryption shortcut in neomutt interface description
pirms 2 gadiem
João Pedro Battistella Nadas
04a1e46ee1
added domain for freedom.nl
pirms 2 gadiem
Luke Smith
b4b1323a25
sort
pirms 2 gadiem
Luke Smith
97f7c62bd4
Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizard
pirms 2 gadiem
Luke Smith
4911a7eff3
openfile to lib
pirms 2 gadiem
Luke Smith
e7746a4151
Merge pull request #836 from ghalv/patch-1
Added domain
pirms 2 gadiem
Luke Smith
dcbaab19aa
dumb
pirms 2 gadiem
Luke Smith
5ae4758790
mailsync manual per debian requirements
pirms 2 gadiem
Luke Smith
480fc82f9b
openfile moved to lib, not for sole running
pirms 2 gadiem
Gunnar K. Halvorsen
22fc8cfdea
Added domain
pirms 2 gadiem
Luke Smith
32d63b12db
Revert "Hard link the file instead of copying"
This reverts commit 95687867d1
.
pirms 2 gadiem
Luke Smith
6446c12a92
Merge pull request #833 from jakubkaczor/master
Force hard linking the file
pirms 2 gadiem
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.
pirms 2 gadiem
Luke Smith
c912f3d655
Merge pull request #832 from jakubkaczor/master
Hard link the file instead of copying
pirms 2 gadiem
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.
pirms 2 gadiem
Luke Smith
e9f5851453
for color update
pirms 2 gadiem
Luke Smith
e0f34910f3
Revert "Wrap text when reading emails at 80 chars"
This reverts commit 67b704808d
.
pirms 2 gadiem
Luke Smith
7739a95994
Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizard
pirms 2 gadiem
Luke Smith
65af1f047e
less secure fix
pirms 2 gadiem
Luke Smith
370f53204a
Merge pull request #827 from ErickChacon/master
Domains for Lancaster University (UK) and National University of Engineering (PERU)
pirms 2 gadiem
Luke Smith
fe733fc0fb
Merge pull request #824 from slinlee/sl/width
Wrap text when reading emails at 80 chars
pirms 2 gadiem
Erick Chacon
641587fbf7
Lancaster University (UK) and National University of Engineering (PERU)
pirms 2 gadiem
Slin Lee
67b704808d
Wrap text when reading emails at 80 chars
For increased legibility.
pirms 2 gadiem
Luke Smith
209b007d6b
Merge pull request #817 from BeauSLM/master
Update domains.csv - add ucalgary.ca
pirms 2 gadiem
Beau McCartney
6e869214b1
Update domains.csv
pirms 2 gadiem
Luke Smith
c79d448a7f
Merge pull request #816 from betty2310/master
Update domains.csv (add domain sis.hust.edu.vn)
pirms 2 gadiem
Huynh Dương
e816f80a5a
Update domains.csv
pirms 2 gadiem
Luke Smith
29b7b59ffd
Merge pull request #804 from epsilon-0/master
add GPG WKS publishing functionality
pirms 2 gadiem
Luke Smith
c0758e1751
Merge pull request #805 from 187Qrly/patch-1
Make gentoo users aware that they need the "sasl" for the neomutt package
pirms 2 gadiem
Luke Smith
5aea3a0b54
Merge pull request #807 from CMurtagh-LGTM/patch-1
Add option to use user mailcap
pirms 2 gadiem
Luke Smith
98f23a0ab9
Merge pull request #786 from Jberczel/reorder-cleanup
Cleanup reorder account numbers action
pirms 2 gadiem
Luke Smith
cd2bc6fc2d
Merge pull request #787 from cshjsc/patch-1
Fix html links splitting
pirms 2 gadiem
Luke Smith
c983035d09
Merge pull request #791 from mmcculle/edit-mailsync-grep
Check $HOME/.config/zsh/.zshenv for enviromental varibles
pirms 2 gadiem