commit 635c4ebe0aae63eafb3119f0b8cef6f057759b62
parent 675d70e616cb764c685070427a914e4b99f3cee7
Author: Sebastiano Tronto <sebastiano.tronto@gmail.com>
Date: Fri, 13 May 2022 15:22:33 +0200
mail-checknow is unused now
Diffstat:
3 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
@@ -16,7 +16,6 @@ SCRIPTS = addressgrep \
dmenu-websearch \
ffmpeg-screenrecord \
ffmpeg-facecam \
- mail-checknow \
mail-compose \
mblaze-extras \
notify-status \
diff --git a/TODO b/TODO
@@ -1,4 +1,9 @@
* Modify all dmenu-* scripts to optionally use another menu, like vis-menu (slmenu)
+ Do this by taking an optional $1 which is the name of the program to use
+ (optional $dir argument is removed: fix dmenu-bookmarks simply using cd)
+
+* mblaze-extras: remove mmv, just use complete_mrefile=mail/...
+
* sfeed-browser: optionally just write link to stdout (or to xsel -i)
* Refactor: review all scripts and adapt to common style
diff --git a/mail-checknow b/old/mail-checknow