summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Collapse)Author
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
2022-01-22Merge pull request #786 from Jberczel/reorder-cleanupLuke Smith
Cleanup reorder account numbers action
2022-01-10change path of command to use prefixAisha Tammy
Signed-off-by: Aisha Tammy <floss@bsd.ac>
2021-12-31add GPG WKS publishing functionalityAisha Tammy
Signed-off-by: Aisha Tammy <floss@bsd.ac>
2021-11-07Checks $HOME/.confg/zsh/.zshenv for Env variablesMatthew McCulley
2021-11-01Revert "allow dynamically loading available mailboxes"Luke Smith
This reverts commit 2cb2fa03452cb99537a1751961574a0b6d3253e0.
2021-11-01Cleanup reorder account numbers actionJberczel
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-06mw -r to reorder account numbersLuke Smith
2021-10-05minor tweaksLuke Smith
2021-09-23hardcode mailbox names. don't remake shortcuts.Luke Smith
2021-09-23more computationally efficient idnum discoveryLuke Smith
2021-09-23465 now default instead of 587Luke Smith
2021-09-23actual lolLuke Smith
2021-09-23lolLuke Smith
2021-09-23id numbers removed from filenamesLuke Smith
2021-09-23Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizardLuke Smith
2021-09-23decrease gnuismsLuke Smith
2021-09-23Merge branch 'master' into masterLuke Smith
2021-09-23fix #691, fix #689, fix #690Luke Smith
2021-09-23don't show message info anymoreLuke Smith
2021-09-16fix #745, avoid incompatibilityLuke Smith
2021-09-09Check both new and cur dirs for notificationHorea Christian
Also better formattin
2021-08-29not necessary to create cachedir manuallyLuke Smith
2021-08-27Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizardLuke Smith
2021-08-27fix for 465 starttlsLuke Smith
2021-08-22Merge pull request #722 from pantosaur/masterLuke Smith
password store with multiple private keys fix
2021-08-14use soyterms if not slower distroLuke Smith
2021-08-09remove bashism, fix #752Luke Smith