diff --git a/NEWS b/NEWS index 9454d759..0a5d9185 100644 --- a/NEWS +++ b/NEWS @@ -1,16 +1,22 @@
-2008-06-xx:
+2008-08-xx:
+ * version 0.5
+ * new "threads" option (non-functional for now)
+
+2008-08-03:
* version 0.4
+ * new 'autoexternal' option to edit new messages/reply with the external editor by default
+ NOTE: You must set this option in your .muttatorrc, as options are not shared between the
+ main thunderbird window and the compose window!
* various "l" mappings for labeling messages
* "p" to open RSS message in browser
* "y" to yank sender or RSS URL
* "Y" to yank subject
* "R" to reply to all
* new compose mappings: s, t and i: Focus subject:, To: or message body
- * q quits composer now, attention: does not save!
+ * q quits composer now
* new "x" mapping to toggle HTML display (is there a need for "simple HTML"?)
* new "h" mapping to toggle headers
- * new "threads" option (non-functional for now)
2008-06-04:
* version 0.3
diff --git a/skin/vimperator.css b/skin/vimperator.css
index 7468d2f7..301c2d1a 100644
--- a/skin/vimperator.css
+++ b/skin/vimperator.css
@@ -184,4 +184,9 @@ a.hl-URL:hover {
padding: 0px 2px;
}
+/* for muttator's composer */
+#content-frame, #appcontent {
+ border: 0px;
+}
+
/* vim: set fdm=marker sw=4 ts=4 et: */