summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO.org6
1 files changed, 0 insertions, 6 deletions
diff --git a/TODO.org b/TODO.org
index bc89d28..ee414a9 100644
--- a/TODO.org
+++ b/TODO.org
@@ -1,12 +1,6 @@
* use syntax highlighting for Guile attachments
http://localhost:1234/issue/36487#2
-* use raw local emails when downloading attachments
-=extract-attachment= in =(mumi messages)= uses =fetch-bug= and =patch-messages=, which make calls to Debbugs. We should be able to use the raw local emails directly.
-
-* do not download messages outside of the worker
-instead fetch whatever messages we already have from the local database.
-
* do not make Debbugs queries (e.g. with status-with-cache)
use the local database / local mail cache instead