summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-07-12Merge pull request #863 from i-c-u-p/readme-kbd-tagLuke Smith
(README.md) put keyboard shortcuts in <kbd> tag
2022-07-08Merge pull request #864 from BeauSLM/masterLuke Smith
Update domains.csv
2022-07-08Update domains.csvBeau McCartney
2022-07-08put keyboard shortcuts in <kbd> tagi-c-u-p
2022-07-05removed introduced bug, fix #861Luke Smith
2022-07-04Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizardLuke Smith
2022-07-04move msmtp cache and reorder prepLuke Smith
2022-07-03Merge pull request #858 from lokesh1197/masterLuke Smith
pass: add feature to optionally add a prefix
2022-07-03pass: add feature to optionally add a prefixLokesh Mohanty
2022-07-01rm paypal crap, replace with xmr/btc. add website.Luke Smith
2022-07-01Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizardLuke Smith
2022-07-01fix #785 since cron now silentLuke Smith
2022-07-01Merge pull request #852 from f380cedric/fix/case-insensitive-fsLuke Smith
Fix: find & case-insensitive filesystem
2022-07-01Merge branch 'wrigleyster-master'Luke Smith
2022-07-01remove bashismLuke Smith
2022-07-01Merge branch 'master' of https://github.com/wrigleyster/mutt-wizard into ↵Luke Smith
wrigleyster-master
2022-07-01remove Protonmail support. POP server now -pLuke Smith
2022-07-01Silence mailsync, so cron doesn't spam e-mails on every updatejw
2022-06-21fix #792, fix #820Luke Smith
2022-06-14Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizardLuke Smith
2022-06-14remove harmless sed error msg if no muttrcLuke Smith
2022-06-10Fix: find & case-insensitive filesystemf380cedric
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.
2022-06-10Merge pull request #838 from jpnadas/masterLuke Smith
added domain for freedom.nl
2022-05-31Merge pull request #846 from Kr1ss-XD/fix-845Luke Smith
fix notifications when the Xorg process is just X
2022-05-31fix notifications when the Xorg process is just XKr1ss
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 ?
2022-05-22Merge pull request #843 from GilOliveira/masterLuke Smith
Add purelymail.com to domains.csv
2022-05-22Add purelymail.com to domains.csvGil Oliveira
2022-05-18Merge pull request #841 from rickylinden/masterLuke Smith
added encryption shortcut in neomutt interface description
2022-05-13Update README.mdrickylinden
Clearer description of encryption shortcut.
2022-05-13added encryption shortcut in neomutt interface descriptionrl
2022-05-03added domain for freedom.nlJoão Pedro Battistella Nadas
2022-04-30sortv3.3.1Luke Smith
2022-04-30Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizardLuke Smith
2022-04-30openfile to libLuke Smith
2022-04-29Merge pull request #836 from ghalv/patch-1Luke Smith
Added domain
2022-04-29dumbv3.3Luke Smith
2022-04-29mailsync manual per debian requirementsLuke Smith
2022-04-29openfile moved to lib, not for sole runningLuke Smith
2022-04-29Added domainGunnar K. Halvorsen
2022-04-20Revert "Hard link the file instead of copying"Luke Smith
This reverts commit 95687867d1795299625e1e3dc5cdc412155de879.
2022-04-09Merge pull request #833 from jakubkaczor/masterLuke Smith
Force hard linking the file
2022-04-09Force hard linking the fileJakub Kaczor
It was forgotten to add `-f` (force) option for `ln` in 95687867d1795299625e1e3dc5cdc412155de879. This enables opening files with the same names, but different contents, with a new NeoMutt instance, after the previous is closed.
2022-04-09Merge pull request #832 from jakubkaczor/masterLuke Smith
Hard link the file instead of copying
2022-04-09Hard link the file instead of copyingJakub Kaczor
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.
2022-04-09for color updateLuke Smith
2022-03-29Revert "Wrap text when reading emails at 80 chars"Luke Smith
This reverts commit 67b704808d64850461ecb11d9f6086086dbc1db6.
2022-03-29Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizardLuke Smith
2022-03-29less secure fixLuke Smith
2022-03-29Merge pull request #827 from ErickChacon/masterLuke Smith
Domains for Lancaster University (UK) and National University of Engineering (PERU)
2022-03-29Merge pull request #824 from slinlee/sl/widthLuke Smith
Wrap text when reading emails at 80 chars