diff options
author | dakkar <dakkar@thenautilus.net> | 2017-01-05 12:41:32 +0000 |
---|---|---|
committer | dakkar <dakkar@thenautilus.net> | 2017-01-05 12:41:32 +0000 |
commit | 8c74a58d0c941903cc06f5fd2056af0e73f24e56 (patch) | |
tree | bf76857971fe0dc25a51b4999b2f001c08a11999 | |
parent | tested interaction Debounce+Moderate, plus workaround (diff) | |
download | Sietima-8c74a58d0c941903cc06f5fd2056af0e73f24e56.tar.gz Sietima-8c74a58d0c941903cc06f5fd2056af0e73f24e56.tar.bz2 Sietima-8c74a58d0c941903cc06f5fd2056af0e73f24e56.zip |
more notes from live test
-rw-r--r-- | TODO.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,8 +1,12 @@ # TODO * bugs! + * moderation message sort-of works, but Claws can't read the + attached original message * messy permissions, we should set some umask (we'd like group-writable mailstore) + * `umask 0007;` and a `chmod -R g+s store` seem to work well + enough for my installation * maybe auto-mkpath for `::MailStore::FS`? * list footer * append to plain text single part |