mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-18 08:03:32 +01:00
released version 0.4
This commit is contained in:
12
NEWS
12
NEWS
@@ -1,16 +1,22 @@
|
|||||||
<pre>
|
<pre>
|
||||||
2008-06-xx:
|
2008-08-xx:
|
||||||
|
* version 0.5
|
||||||
|
* new "threads" option (non-functional for now)
|
||||||
|
|
||||||
|
2008-08-03:
|
||||||
* version 0.4
|
* 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
|
* various "l" mappings for labeling messages
|
||||||
* "p" to open RSS message in browser
|
* "p" to open RSS message in browser
|
||||||
* "y" to yank sender or RSS URL
|
* "y" to yank sender or RSS URL
|
||||||
* "Y" to yank subject
|
* "Y" to yank subject
|
||||||
* "R" to reply to all
|
* "R" to reply to all
|
||||||
* new compose mappings: s, t and i: Focus subject:, To: or message body
|
* 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 "x" mapping to toggle HTML display (is there a need for "simple HTML"?)
|
||||||
* new "h" mapping to toggle headers
|
* new "h" mapping to toggle headers
|
||||||
* new "threads" option (non-functional for now)
|
|
||||||
|
|
||||||
2008-06-04:
|
2008-06-04:
|
||||||
* version 0.3
|
* version 0.3
|
||||||
|
|||||||
@@ -184,4 +184,9 @@ a.hl-URL:hover {
|
|||||||
padding: 0px 2px;
|
padding: 0px 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* for muttator's composer */
|
||||||
|
#content-frame, #appcontent {
|
||||||
|
border: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
/* vim: set fdm=marker sw=4 ts=4 et: */
|
/* vim: set fdm=marker sw=4 ts=4 et: */
|
||||||
|
|||||||
Reference in New Issue
Block a user