]> git.madduck.net Git - code/mailplate.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

add TODO list mailplate-0.1.1
authormartin f. krafft <madduck@madduck.net>
Fri, 12 Oct 2007 19:08:11 +0000 (20:08 +0100)
committermartin f. krafft <madduck@madduck.net>
Fri, 12 Oct 2007 19:08:11 +0000 (20:08 +0100)
TODO [new file with mode: 0644]

diff --git a/TODO b/TODO
new file mode 100644 (file)
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.