diff options
| -rw-r--r-- | Makefile | 1 | ||||
| -rw-r--r-- | TODO | 5 | ||||
| -rwxr-xr-x | old/mail-checknow (renamed from mail-checknow) | 0 |
3 files changed, 5 insertions, 1 deletions
| @@ -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 \ |
| @@ -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 | |||
