From: martin f. krafft Date: Fri, 12 Oct 2007 19:08:11 +0000 (+0100) Subject: add TODO list X-Git-Tag: mailplate-0.1.1^0 X-Git-Url: https://git.madduck.net/code/mailplate.git/commitdiff_plain/a64c8421ba73cca04f30eab445be0fc5096b0a61 add TODO list --- diff --git a/TODO b/TODO new file mode 100644 index 0000000..e35f605 --- /dev/null +++ b/TODO @@ -0,0 +1,13 @@ +mailplate to-dos +================ + +- provide a menu selector. You might be interested in this post on selection + interfaces: + http://blog.madduck.net/geek/2007.01.23_a-good-interface-for-selection + +- implement a way of overriding the From header without messing with + mutt's reverse_name setting + (http://www.mutt.org/doc/manual/manual-6.html#reverse_name). + +- figure out when we're editing an existing message and do not apply profiles. + This could be done when e.g. the Message-Id header is present.