aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano.tronto@gmail.com>2022-05-13 15:22:33 +0200
committerSebastiano Tronto <sebastiano.tronto@gmail.com>2022-05-13 15:22:33 +0200
commit635c4ebe0aae63eafb3119f0b8cef6f057759b62 (patch)
treeba2baed3a0f1ee520755fb410ba3327c877ae7b3
parent675d70e616cb764c685070427a914e4b99f3cee7 (diff)
downloadscripts-635c4ebe0aae63eafb3119f0b8cef6f057759b62.tar.gz
scripts-635c4ebe0aae63eafb3119f0b8cef6f057759b62.zip
mail-checknow is unused now
Diffstat (limited to '')
-rw-r--r--Makefile1
-rw-r--r--TODO5
-rwxr-xr-xold/mail-checknow (renamed from mail-checknow)0
3 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7a8f60d..0822e70 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,6 @@ SCRIPTS = addressgrep \
16 dmenu-websearch \ 16 dmenu-websearch \
17 ffmpeg-screenrecord \ 17 ffmpeg-screenrecord \
18 ffmpeg-facecam \ 18 ffmpeg-facecam \
19 mail-checknow \
20 mail-compose \ 19 mail-compose \
21 mblaze-extras \ 20 mblaze-extras \
22 notify-status \ 21 notify-status \
diff --git a/TODO b/TODO
index 65e18b6..de7ed81 100644
--- a/TODO
+++ b/TODO
@@ -1,4 +1,9 @@
1* Modify all dmenu-* scripts to optionally use another menu, like vis-menu (slmenu) 1* Modify all dmenu-* scripts to optionally use another menu, like vis-menu (slmenu)
2 Do this by taking an optional $1 which is the name of the program to use
3 (optional $dir argument is removed: fix dmenu-bookmarks simply using cd)
4
5* mblaze-extras: remove mmv, just use complete_mrefile=mail/...
6
2* sfeed-browser: optionally just write link to stdout (or to xsel -i) 7* sfeed-browser: optionally just write link to stdout (or to xsel -i)
3 8
4* Refactor: review all scripts and adapt to common style 9* Refactor: review all scripts and adapt to common style
diff --git a/mail-checknow b/old/mail-checknow
index 188042b..188042b 100755
--- a/mail-checknow
+++ b/old/mail-checknow

Generated with cgit - Back to sebastiano.tronto.net