summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Collapse)Author
2023-03-01switch msmtp log file to XDG_STATE_HOMEvohoanglong0107
2023-02-18simplification of decoding, show help on nooptLuke Smith
2023-02-16Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizardLuke Smith
2023-02-16bring back ugly but functional cmds to get subjectLuke Smith
fix #910
2023-02-14Merge pull request #908 from Shane-XB-Qian/pr_remove_cron_qLuke Smith
fix: mailsync looks no '-q' parameter or made it fail
2023-02-14fix: displays fallback of default looks should be ':0'shane.xb.qian
// solution: changed from '0:' to ':0' Signed-off-by: shane.xb.qian <shane.qian@foxmail.com>
2023-02-14fix: mailsync looks no '-q' parameter or made it failshane.xb.qian
// solution: remove '-q' Signed-off-by: shane.xb.qian <shane.qian@foxmail.com>
2023-02-13help menu fixLuke Smith
2023-02-13mail notifications back, close #907, fix #095Luke Smith
use MAILSYNC_MUTE variable, and non-silly commands to derive $from and $subject
2023-02-13offline mail cache fix and other tweaksLuke Smith
2023-02-13stupid fix and cli feedbackLuke Smith
2023-02-13continue revisionLuke Smith
2023-02-13use template filesLuke Smith
2023-02-13deprecate -y and -Y, cleanup.Luke Smith
2023-02-13Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizardLuke Smith
2023-02-13simplify mailsync, remove silly option passingLuke Smith
2023-01-30read-in env vars properly if dependent on XDG StandardAlexBocken
2023-01-15Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizardLuke Smith
2023-01-12read xorg displays from unix-domain socket if pgrep returns nullJunicchi
2023-01-05error messagingLuke Smith
2022-11-17fix: make o and O macro work and really sync multiple/individual accountsshane.xb.qian
Signed-off-by: shane.xb.qian <shane.qian@foxmail.com>
2022-11-15parse pop config only when file existsKarel Křemel
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 'nonnotifyoption' of ↵Luke Smith
https://github.com/insanerwayner/mutt-wizard into insanerwayner-nonnotifyoption
2022-09-29Add Support for POP3 NotificationParin Jasoliya
2022-08-18forgot escape on | to get variable; case condition s/no/mute/Wayne Reeves
2022-08-17check for MAILSYNC_MUTEWayne Reeves
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-03pass: add feature to optionally add a prefixLokesh Mohanty
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-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-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-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-04-30openfile to libLuke Smith
2022-04-29mailsync manual per debian requirementsLuke Smith
2022-04-20Revert "Hard link the file instead of copying"Luke Smith
This reverts commit 95687867d1795299625e1e3dc5cdc412155de879.
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-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-01-22Merge pull request #804 from epsilon-0/masterLuke Smith
add GPG WKS publishing functionality