Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-23 | hardcode mailbox names. don't remake shortcuts. | Luke Smith | |
2021-09-23 | fix #691, fix #689, fix #690 | Luke Smith | |
2021-05-04 | close #705 and avoid loops | Luke Smith | |
2021-01-01 | makefile fix | Luke Smith | |
2020-08-13 | add check for MANPREFIX (#510) | A. Tammy | |
2020-06-16 | Update Makefile (#458) | Michel Boaventura | |
Fix uninstall command | |||
2019-11-25 | share files permission fix | Luke Smith | |
2019-11-25 | ensure permissions | Luke Smith | |
2019-11-25 | backup files deleted on install | Luke Smith | |
2019-11-24 | Merge branch 'master' of git://github.com/aymanbagabas/mutt-wizard into ↵ | Luke Smith | |
aymanbagabas-master | |||
2019-11-24 | Revert "Fix script removal (#310)" | Luke Smith | |
This reverts commit 4904fcf51f878a8648d333d2fac7cbfe2728c47b. | |||
2019-11-23 | Fix script removal (#310) | Kipras Melnikovas | |
The `script` variable you were referring to previously is actually the relative path to a script, for example `bin/mw`. This fails to remove the script, because, obviously, the path is incorrect. I'd suggest renaming `script` to `scriptPath` in line 13 and `shared` to `sharedPath` in line 18 (or whatever variable names you prefer that make it clearer) to avoid confusion in the future. Signed-off-by: Kipras Melnikovas <kipras@kipras.org> | |||
2019-10-26 | Makefile uninstall: Remove `mw.1` (#308) | Kipras Melnikovas | |
2019-07-01 | Fix make uninstall | Ayman Bagabas | |
for loop directory wildcard includes the directory name. No need to specify the dir name when removing file. Signed-off-by: Ayman Bagabas <ayman.bagabas@gmail.com> | |||
2019-07-01 | Make use of PREFIX environment variable | Ayman Bagabas | |
This patch puts the environment variable PREFIX in more use. If specified, mull-wizard Makefile substitute all instances of prefix with the provided environment variable. Signed-off-by: Ayman Bagabas <ayman.bagabas@gmail.com> | |||
2019-05-06 | fix | Luke Smith | |
2019-05-05 | Use correct prefix in muttrc on macOS | Stanko K.R | |
2019-05-04 | Prefix binary path correctly on MacOS | Stanko K.R | |
2019-05-01 | share files moved and looped | Luke Smith | |
2019-05-01 | loop in makefile | Luke Smith | |
2019-04-23 | create man folder before copying the manpage there | Kriss | |
I was wondering why the install failed... :laughing: | |||
2019-04-23 | install to /usr | Luke Smith | |
2019-04-23 | make all install paths configurable | Kriss | |
This would enable users to install to other locations (important e.g. for chroot installs or packaging). | |||
2019-04-22 | manual added | Luke Smith | |
2019-04-21 | makefile added | Luke Smith | |