Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-18 | simplification of decoding, show help on noopt | Luke Smith | |
2023-02-16 | Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizard | Luke Smith | |
2023-02-16 | bring back ugly but functional cmds to get subject | Luke Smith | |
fix #910 | |||
2023-02-14 | Merge pull request #908 from Shane-XB-Qian/pr_remove_cron_q | Luke Smith | |
fix: mailsync looks no '-q' parameter or made it fail | |||
2023-02-14 | fix: 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-14 | fix: mailsync looks no '-q' parameter or made it fail | shane.xb.qian | |
// solution: remove '-q' Signed-off-by: shane.xb.qian <shane.qian@foxmail.com> | |||
2023-02-13 | help menu fix | Luke Smith | |
2023-02-13 | mail notifications back, close #907, fix #095 | Luke Smith | |
use MAILSYNC_MUTE variable, and non-silly commands to derive $from and $subject | |||
2023-02-13 | offline mail cache fix and other tweaks | Luke Smith | |
2023-02-13 | stupid fix and cli feedback | Luke Smith | |
2023-02-13 | continue revision | Luke Smith | |
2023-02-13 | use template files | Luke Smith | |
2023-02-13 | deprecate -y and -Y, cleanup. | Luke Smith | |
2023-02-13 | Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizard | Luke Smith | |
2023-02-13 | simplify mailsync, remove silly option passing | Luke Smith | |
2023-01-30 | read-in env vars properly if dependent on XDG Standard | AlexBocken | |
2023-01-15 | Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizard | Luke Smith | |
2023-01-12 | read xorg displays from unix-domain socket if pgrep returns null | Junicchi | |
2023-01-05 | error messaging | Luke Smith | |
2022-11-17 | fix: make o and O macro work and really sync multiple/individual accounts | shane.xb.qian | |
Signed-off-by: shane.xb.qian <shane.qian@foxmail.com> | |||
2022-11-15 | parse pop config only when file exists | Karel Křemel | |
2022-10-14 | escape single quote in box, fix #880 | Luke Smith | |
2022-10-07 | leftover from bugtesting | Luke Smith | |
2022-10-07 | better muting, suppress no mpop config, tabbing | Luke Smith | |
2022-10-07 | Merge branch 'nonnotifyoption' of ↵ | Luke Smith | |
https://github.com/insanerwayner/mutt-wizard into insanerwayner-nonnotifyoption | |||
2022-09-29 | Add Support for POP3 Notification | Parin Jasoliya | |
2022-08-18 | forgot escape on | to get variable; case condition s/no/mute/ | Wayne Reeves | |
2022-08-17 | check for MAILSYNC_MUTE | Wayne Reeves | |
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 | pass: add feature to optionally add a prefix | Lokesh Mohanty | |
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 | 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-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-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-04-30 | openfile to lib | Luke Smith | |
2022-04-29 | mailsync manual per debian requirements | Luke Smith | |
2022-04-20 | Revert "Hard link the file instead of copying" | Luke Smith | |
This reverts commit 95687867d1795299625e1e3dc5cdc412155de879. | |||
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 | 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-01-22 | Merge pull request #804 from epsilon-0/master | Luke Smith | |
add GPG WKS publishing functionality | |||
2022-01-22 | Merge pull request #786 from Jberczel/reorder-cleanup | Luke Smith | |
Cleanup reorder account numbers action |