summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorpazz <patricktotzke@gmail.com>2011-07-06 12:02:55 +0100
committerpazz <patricktotzke@gmail.com>2011-07-06 12:02:55 +0100
commitb27c28db87ab417f29a3d608316b7e6a98a366b2 (patch)
tree15cd7c3da71b2c7eb3426596358d13c8b349faf6 /TODO
parent2f8318598c3a6aab7adbd7f941c3b0f9449108a4 (diff)
fix encoding issues
Header values in mails from disk are Mime-encoded, see RFC 2822. Also, explicitly decode values read from index to utf8
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO b/TODO
index c198fbaf..8d0396dd 100644
--- a/TODO
+++ b/TODO
@@ -40,11 +40,11 @@ ui.commandline:
ui:
* current bindings in header like mutt?
+ * notifier class called by ui.notify()? This would enable different subclasses to implement growl/libnotify or just internal popups
general
* gg, g5j.. combos like in vim
* pydoc/sphinx
- * handle errors with nonexisting mime handlers (mailcap)
* update dependencies in setup.py. Do we have to include all these?
cmd
subprocess,shlex