summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2020-04-01 05:41:00 +0200
committerRicardo Wurmus <rekado@elephly.net>2020-04-01 05:41:00 +0200
commit73bae1c1554a53ebf4f27a6f0140efbf65fe2015 (patch)
tree748588ea8e32788551e90eb7c32d1a802a4d9e33
parentd1dde957c7bd26867e667113934babea61d0174f (diff)
Add task to TODO.org.
-rw-r--r--TODO.org3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO.org b/TODO.org
index 6edc22a..bc89d28 100644
--- a/TODO.org
+++ b/TODO.org
@@ -1,6 +1,9 @@
* 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.