summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Collapse)Author
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
2021-08-07bug; argument getting splitted by spaceananthu
2021-07-08Set hostname variablephire
2021-06-28fix #730, sed only nl removal with error supLuke Smith
2021-06-15remove `pidof -s` flagKr1ss
Ref: https://github.com/LukeSmithxyz/mutt-wizard/commit/b9a95a055a5737c7765c2d21451d504c9818ba80#commitcomment-52203708
2021-06-15patch mailsync on macOS; fixes #725Kr1ss
The macOS version of `pidof` doesn't implement the `-s` flag.
2021-05-30don't readlink for soystemd on macLuke Smith
2021-05-25password store with multiple private keys fixpierre
2021-05-19set mindepth to 1 and move sort to after sedAisha Tammy
Signed-off-by: Aisha Tammy <floss@bsd.ac>
2021-05-16allow dynamically loading available mailboxesAisha Tammy
this way if a folder is added or deleted in the remote location, and gets deleted after sync, it is reflected in the next opening Signed-off-by: Aisha Tammy <floss@bsd.ac>
2021-05-04Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizardLuke Smith
2021-05-04fix #713, don't detect non-inbox as inboxLuke Smith
2021-05-04don't state mail number if smallLuke Smith
2021-04-06Merge pull request #687 from converge/fix_mw_dash_y_call_on_macLuke Smith
fix: update mbsync call for macos
2021-04-06give individual notifications only if < 5Luke Smith
in accordance with #694
2021-04-02stave off using unmacro for debian, fix #699Luke Smith
2021-03-26chore: typoJoão Vanzuita
2021-03-26fix: update mbsync call for macosJoão Vanzuita