Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2022-01-10 | change path of command to use prefix | Aisha Tammy | |
Signed-off-by: Aisha Tammy <floss@bsd.ac> | |||
2021-12-31 | add GPG WKS publishing functionality | Aisha Tammy | |
Signed-off-by: Aisha Tammy <floss@bsd.ac> | |||
2021-11-07 | Checks $HOME/.confg/zsh/.zshenv for Env variables | Matthew McCulley | |
2021-11-01 | Revert "allow dynamically loading available mailboxes" | Luke Smith | |
This reverts commit 2cb2fa03452cb99537a1751961574a0b6d3253e0. | |||
2021-11-01 | Cleanup reorder account numbers action | Jberczel | |
Refactors commit 85c5d01 * Keep the comment(s) when reordering account numbers in temp file. Users may accidently reorder rows or rename accounts rather than update order number. * Remove original default config from muttrc. Currently, script only removes the macro shortcuts .If you run reorder action multiple times, you'll end up sourcing multiple "default" config files. | |||
2021-10-06 | mw -r to reorder account numbers | Luke Smith | |
2021-10-05 | minor tweaks | Luke Smith | |
2021-09-23 | hardcode mailbox names. don't remake shortcuts. | Luke Smith | |
2021-09-23 | more computationally efficient idnum discovery | Luke Smith | |
2021-09-23 | 465 now default instead of 587 | Luke Smith | |
2021-09-23 | actual lol | Luke Smith | |
2021-09-23 | lol | Luke Smith | |
2021-09-23 | id numbers removed from filenames | Luke Smith | |
2021-09-23 | Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizard | Luke Smith | |
2021-09-23 | decrease gnuisms | Luke Smith | |
2021-09-23 | Merge branch 'master' into master | Luke Smith | |
2021-09-23 | fix #691, fix #689, fix #690 | Luke Smith | |
2021-09-23 | don't show message info anymore | Luke Smith | |
2021-09-16 | fix #745, avoid incompatibility | Luke Smith | |
2021-09-09 | Check both new and cur dirs for notification | Horea Christian | |
Also better formattin | |||
2021-08-29 | not necessary to create cachedir manually | Luke Smith | |
2021-08-27 | Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizard | Luke Smith | |
2021-08-27 | fix for 465 starttls | Luke Smith | |
2021-08-22 | Merge pull request #722 from pantosaur/master | Luke Smith | |
password store with multiple private keys fix | |||
2021-08-14 | use soyterms if not slower distro | Luke Smith | |
2021-08-09 | remove bashism, fix #752 | Luke Smith | |
2021-08-07 | bug; argument getting splitted by space | ananthu | |
2021-07-08 | Set hostname variable | phire | |