Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-17 | Merge remote-tracking branch 'origin/master' into HEAD | Wayne Reeves | |
2022-07-12 | Merge pull request #863 from i-c-u-p/readme-kbd-tag | Luke Smith | |
(README.md) put keyboard shortcuts in <kbd> tag | |||
2022-07-08 | Merge pull request #864 from BeauSLM/master | Luke Smith | |
Update domains.csv | |||
2022-07-08 | Update domains.csv | Beau McCartney | |
2022-07-08 | put keyboard shortcuts in <kbd> tag | i-c-u-p | |
2022-07-05 | removed introduced bug, fix #861 | Luke Smith | |
2022-07-04 | Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizard | Luke Smith | |
2022-07-04 | move msmtp cache and reorder prep | Luke Smith | |
2022-07-03 | Merge pull request #858 from lokesh1197/master | Luke Smith | |
pass: add feature to optionally add a prefix | |||
2022-07-03 | pass: add feature to optionally add a prefix | Lokesh Mohanty | |
2022-07-01 | rm paypal crap, replace with xmr/btc. add website. | Luke Smith | |
2022-07-01 | Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizard | Luke Smith | |
2022-07-01 | fix #785 since cron now silent | Luke Smith | |
2022-07-01 | Merge pull request #852 from f380cedric/fix/case-insensitive-fs | Luke Smith | |
Fix: find & case-insensitive filesystem | |||
2022-07-01 | Merge branch 'wrigleyster-master' | Luke Smith | |
2022-07-01 | remove bashism | Luke Smith | |
2022-07-01 | Merge branch 'master' of https://github.com/wrigleyster/mutt-wizard into ↵ | Luke Smith | |
wrigleyster-master | |||
2022-07-01 | remove Protonmail support. POP server now -p | Luke Smith | |
2022-07-01 | Silence mailsync, so cron doesn't spam e-mails on every update | jw | |
2022-06-21 | fix #792, fix #820 | Luke Smith | |
2022-06-14 | Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizard | Luke Smith | |
2022-06-14 | remove harmless sed error msg if no muttrc | Luke Smith | |
2022-06-10 | Fix: find & case-insensitive filesystem | f380cedric | |
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-10 | Merge pull request #838 from jpnadas/master | Luke Smith | |
added domain for freedom.nl | |||
2022-05-31 | Merge pull request #846 from Kr1ss-XD/fix-845 | Luke Smith | |
fix notifications when the Xorg process is just X | |||
2022-05-31 | fix notifications when the Xorg process is just X | Kr1ss | |
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-22 | Merge pull request #843 from GilOliveira/master | Luke Smith | |
Add purelymail.com to domains.csv | |||
2022-05-22 | Add purelymail.com to domains.csv | Gil Oliveira | |
2022-05-18 | Merge pull request #841 from rickylinden/master | Luke Smith | |
added encryption shortcut in neomutt interface description | |||
2022-05-13 | Update README.md | rickylinden | |
Clearer description of encryption shortcut. | |||
2022-05-13 | added encryption shortcut in neomutt interface description | rl | |
2022-05-03 | added domain for freedom.nl | João Pedro Battistella Nadas | |
2022-04-30 | sortv3.3.1 | Luke Smith | |
2022-04-30 | Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizard | Luke Smith | |
2022-04-30 | openfile to lib | Luke Smith | |
2022-04-29 | Merge pull request #836 from ghalv/patch-1 | Luke Smith | |
Added domain | |||
2022-04-29 | dumbv3.3 | Luke Smith | |
2022-04-29 | mailsync manual per debian requirements | Luke Smith | |
2022-04-29 | openfile moved to lib, not for sole running | Luke Smith | |
2022-04-29 | Added domain | Gunnar K. Halvorsen | |
2022-04-20 | Revert "Hard link the file instead of copying" | Luke Smith | |
This reverts commit 95687867d1795299625e1e3dc5cdc412155de879. | |||
2022-04-09 | Merge pull request #833 from jakubkaczor/master | Luke Smith | |
Force hard linking the file | |||
2022-04-09 | Force hard linking the file | Jakub 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-09 | Merge pull request #832 from jakubkaczor/master | Luke Smith | |
Hard link the file instead of copying | |||
2022-04-09 | Hard link the file instead of copying | Jakub 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-09 | for color update | Luke Smith | |
2022-03-29 | Revert "Wrap text when reading emails at 80 chars" | Luke Smith | |
This reverts commit 67b704808d64850461ecb11d9f6086086dbc1db6. | |||
2022-03-29 | Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizard | Luke Smith | |
2022-03-29 | less secure fix | Luke Smith | |
2022-03-29 | Merge pull request #827 from ErickChacon/master | Luke Smith | |
Domains for Lancaster University (UK) and National University of Engineering (PERU) |