diff options
author | mms <git@sapka.me> | 2024-11-14 22:40:54 +0100 |
---|---|---|
committer | mms <git@sapka.me> | 2024-11-14 22:40:54 +0100 |
commit | 786a3ae9ffd25cc6482fbb7c6358afc3421abfb3 (patch) | |
tree | 40c29759f2652a4c2f60601c8a1b051e5dc2c8d6 | |
parent | d0f2f1129a45a1cc3383bfe6cdef485b145bad9a (diff) |
chore: add tasks list for 0.0.1
-rw-r--r-- | todo.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/todo.txt b/todo.txt new file mode 100644 index 0000000..bdd0109 --- /dev/null +++ b/todo.txt @@ -0,0 +1,8 @@ +Task list for 0.1.0 + +[ ] allow for selecting order of messages in filter +[ ] add helper for searching other messages in the same thread as first +[ ] add default filter: mailing lists +[ ] add default filter: spam +[ ] add "--new" to bin script. Adds default "tag:new" filter +[ ] add gemspec |