diff --git a/NEWS b/NEWS index 8c7d945c..79cf42b7 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,18 @@
+2008-05-xx:
+ * version 0.3
+ * new -- COMPOSE -- mode with mutt-like keybindings (y to send message, e to edit message)
+ * external editor support for sending messages
+ * m to open a new message compose window
+ * :emptytrash command
+ * new * and # mappings to select next/prev message from same author (not perfect matching however)
+ * new "threads" option (non-functional for now)
+ * J, K, ]s, etc. search in closed threads now
+ * gj and gk to select messages in closed threads
+ * "x" to select current thread (change to t at some point)
+ * KMail-like mode-independent scrolling with left/right and up/down
+ * many small improvements
+
2008-04-30:
* version 0.2
* ctrl-s mappings to move messages to an "Archive" folder (inspired by gmail)
diff --git a/TODO b/TODO
index 68aec48f..66b9bf35 100644
--- a/TODO
+++ b/TODO
@@ -6,6 +6,6 @@ BUGS:
FEATURES:
9 edit messages with vim
-8 */# support
+7 :set! mailnews.wraplength=140 or similar
diff --git a/chrome.manifest b/chrome.manifest
index 8027292e..313f09d6 100644
--- a/chrome.manifest
+++ b/chrome.manifest
@@ -3,3 +3,5 @@ content muttator content/
locale muttator en-US locale/en-US/
skin muttator classic/1.0 skin/
overlay chrome://messenger/content/messenger.xul chrome://muttator/content/muttator.xul
+
+overlay chrome://messenger/content/messengercompose/messengercompose.xul chrome://muttator/content/muttatorcompose.xul
diff --git a/install.rdf b/install.rdf
index 2cd39fa9..5a6f8a90 100644
--- a/install.rdf
+++ b/install.rdf
@@ -21,7 +21,7 @@