summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-12-21fix #898Luke Smith
2022-11-15Merge pull request #894 from alembiq/masterLuke Smith
parse pop config only when file exists
2022-11-15parse pop config only when file existsKarel Křemel
2022-11-01Merge pull request #891 from brauliohms/01-fix-spellLuke Smith
Fix spelling in manpages
2022-10-31Fix spelling in manpagesBraulio Henrique Marques Souto
2022-10-14escape single quote in box, fix #880Luke Smith
2022-10-07leftover from bugtestingLuke Smith
2022-10-07better muting, suppress no mpop config, tabbingLuke Smith
2022-10-07Merge branch 'insanerwayner-nonnotifyoption'Luke Smith
2022-10-07Merge branch 'nonnotifyoption' of ↵Luke Smith
https://github.com/insanerwayner/mutt-wizard into insanerwayner-nonnotifyoption
2022-10-07Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizardLuke Smith
2022-10-07close #883Luke Smith
2022-09-29Merge pull request #884 from parin23/pop3-notification-fixLuke Smith
Add Support for POP3 Notification
2022-09-29Add Support for POP3 NotificationParin Jasoliya
2022-09-16Merge pull request #879 from alpacathunder1/masterLuke Smith
add umbc.edu domain
2022-09-15add umbc.edu domainAlex Taylor
2022-08-18readme updatedWayne Reeves
2022-08-18forgot escape on | to get variable; case condition s/no/mute/Wayne Reeves
2022-08-17check for MAILSYNC_MUTEWayne Reeves
2022-08-17Merge remote-tracking branch 'origin/master' into HEADWayne Reeves
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