1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-22 19:57:58 +01:00

released muttator 0.3

This commit is contained in:
Martin Stubenschrott
2008-06-05 14:26:29 +00:00
parent 11e9543e49
commit a9377ea81c
2 changed files with 7 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
#### configuration #### configuration
VERSION = 0.2 VERSION = 0.3
NAME = muttator NAME = muttator
include Makefile.common include Makefile.common

9
NEWS
View File

@@ -1,5 +1,9 @@
<pre> <pre>
2008-05-xx: 2008-06-xx:
* version 0.4
* new "threads" option (non-functional for now)
2008-06-04:
* version 0.3 * version 0.3
* new tab related mappings + commands * new tab related mappings + commands
* new :contacts and :contact commands for address book operations * new :contacts and :contact commands for address book operations
@@ -11,10 +15,9 @@
* completions for :{go,copy,move}to commands * completions for :{go,copy,move}to commands
* :emptytrash command * :emptytrash command
* new * and # mappings to select next/prev message from same author (not perfect matching however) * 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 * J, K, ]s, etc. search in closed threads now
* gj and gk to select messages in closed threads * gj and gk to select messages in closed threads
* "x" to select current thread (change to t at some point) * "t" to select current thread, use "lr" now to label a message as read
* KMail-like mode-independent scrolling with left/right and up/down * KMail-like mode-independent scrolling with left/right and up/down
* many small improvements * many small improvements