diff options
| author | Thomas Schneider <qsx@chaotikum.eu> | 2021-07-13 18:19:20 +0200 |
|---|---|---|
| committer | Thomas Schneider <qsx@chaotikum.eu> | 2021-07-13 18:19:20 +0200 |
| commit | 82628cc6684af198e85f699c0fb005edac5541b9 (patch) | |
| tree | 5e029aca54899d8ea6c4ef49a708e511193fa691 | |
| parent | 9449ed711d557cc096150b5542e2f430c5bf8599 (diff) | |
nm-tagger: Use python3 and not 3.7
| -rwxr-xr-x | dot.local-bin-nm--tagger | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dot.local-bin-nm--tagger b/dot.local-bin-nm--tagger index f2de0d2..c23c277 100755 --- a/dot.local-bin-nm--tagger +++ b/dot.local-bin-nm--tagger @@ -1,4 +1,4 @@ -#!/usr/bin/env python3.7 +#!/usr/bin/env python3 """Tagging script based on mail folder names for Notmuch This scripts iterates through all messages with ``tag:new``, and replaces that |
