1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-22 22:08:00 +01:00
Commit Graph

23 Commits

Author SHA1 Message Date
Martin Stubenschrott
0a8bf1f2b9 [muttator] new s,S mappings, and :moveto/:copyto commands 2008-04-30 11:08:32 +00:00
Martin Stubenschrott
8d5b251991 added 'y' command for quickly archiving messages 2008-04-29 21:00:24 +00:00
Martin Stubenschrott
3e2759a5e0 new f and F commands for forwarding messages 2008-04-29 20:22:48 +00:00
Martin Stubenschrott
2e857ecbd9 new folder navigation commands gi (go inbox), ctrl-n and ctrl-p 2008-04-29 20:19:39 +00:00
Martin Stubenschrott
607eaa513d added many folding commands to muttator 2008-04-29 19:52:54 +00:00
Martin Stubenschrott
d4ff49cb5e added zc/zo commands to close/open threads in muttator 2008-04-29 18:01:47 +00:00
Martin Stubenschrott
ff5abe1d1c made selecting messages in muttator faster when holding j or k 2008-04-29 17:55:36 +00:00
Martin Stubenschrott
618c47bc46 big vimperator->liberator rename, expect some brakeage 2008-03-18 15:18:55 +00:00
Martin Stubenschrott
bd211940fc added :set layout option 2008-03-05 14:14:05 +00:00
Martin Stubenschrott
72f274c7c6 fixed -- MESSAGE -- focus bug, work around mail.getMessages() bug with try/catch 2008-03-05 13:03:28 +00:00
Martin Stubenschrott
bc5efdab0d rename flagged -> starred 2008-03-04 22:50:16 +00:00
Martin Stubenschrott
c060110001 *** empty log message *** 2008-03-03 14:46:09 +00:00
Martin Stubenschrott
787157a22d added many "mark xxx as read" mappings 2008-03-03 00:14:21 +00:00
Martin Stubenschrott
3fcbaa7e37 added/updated gm/gM mappings and :getmessages command for muttator 2008-03-02 22:56:17 +00:00
Martin Stubenschrott
a5d25f00c8 swapped ctrl-i/o 2008-03-02 00:53:12 +00:00
Martin Stubenschrott
97b6581985 many updated to muttator, with selectMessage() function, and lots of mappings added 2008-03-02 00:40:03 +00:00
Martin Stubenschrott
57debc00e0 * renamed shortHelp -> decription
* refactored abbreviation and mapping commands (actually 200 LOC less now :)
2008-02-29 14:46:33 +00:00
Martin Stubenschrott
8c45097170 made :dialogs generic, moved more commands to vim.js 2008-02-28 23:37:35 +00:00
Martin Stubenschrott
f86df3e65a all mappings apart from various insert modes are finally there where they should be 2008-02-24 01:47:47 +00:00
Martin Stubenschrott
3b461b18c2 began moving some mappings from mappings.js -> buffer.js; Also the constructors of Mail() and Buffer() accept an argument in which mode they should add the mapping 2008-02-14 15:00:05 +00:00
Martin Stubenschrott
fec955dcb2 changed "B" mapping. Also moved tab specific mappings/commands from commands.js and mappings.js to tabs.js; This kind of changes will occur frequently in future. 2008-02-12 15:57:12 +00:00
Martin Stubenschrott
3f6a157524 renamed buffers.js to buffer.js 2008-02-11 17:13:20 +00:00
Martin Stubenschrott
62b053bab2 added mail.js, <enter> and <esc> switch between normal and -- MESSAGE -- mode now 2008-02-11 15:42:52 +00:00