diff options
| author | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2022-05-13 15:22:33 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2022-05-13 15:22:33 +0200 |
| commit | 635c4ebe0aae63eafb3119f0b8cef6f057759b62 (patch) | |
| tree | ba2baed3a0f1ee520755fb410ba3327c877ae7b3 | |
| parent | 675d70e616cb764c685070427a914e4b99f3cee7 (diff) | |
| download | scripts-635c4ebe0aae63eafb3119f0b8cef6f057759b62.tar.gz scripts-635c4ebe0aae63eafb3119f0b8cef6f057759b62.zip | |
mail-checknow is unused now
Diffstat (limited to '')
| -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 | |||
