X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=OPS;h=cb979bd3212a59e9806b1cd4cfc01c0f3e02d520;hp=941709e2471c5ca3b847ea68d2472d7dc760561c;hb=83532821ae9fab034d0d630b78330c9ea4ff4cf3;hpb=cfd46a622a446af8a5fa286637cd88259f1b50a5 diff --git a/OPS b/OPS index 941709e..cb979bd 100644 --- a/OPS +++ b/OPS @@ -107,18 +107,21 @@ OP_LIST_REPLY "reply to specified mailing list" OP_LOAD_ACTIVE "load active file from NNTP server" OP_MACRO "execute a macro" OP_MAIL "compose a new mail message" +OP_MAIN_BREAK_THREAD "break the thread in two" OP_MAIN_CHANGE_FOLDER "open a different folder" OP_MAIN_CHANGE_FOLDER_READONLY "open a different folder in read only mode" OP_MAIN_CHANGE_GROUP "open a different newsgroup" OP_MAIN_CHANGE_GROUP_READONLY "open a different newsgroup in read only mode" OP_MAIN_CLEAR_FLAG "clear a status flag from a message" OP_MAIN_DELETE_PATTERN "delete messages matching a pattern" +OP_REBUILD_CACHE "rebuild header caching databases" OP_RECONSTRUCT_THREAD "reconstruct thread containing current message" OP_MAIN_IMAP_FETCH "force retrieval of mail from IMAP server" OP_MAIN_FETCH_MAIL "retrieve mail from POP server" OP_MAIN_FIRST_MESSAGE "move to the first message" OP_MAIN_LAST_MESSAGE "move to the last message" OP_MAIN_LIMIT "show only messages matching a pattern" +OP_MAIN_LINK_THREADS "link tagged message to the current one" OP_MAIN_NEXT_NEW "jump to the next new message" OP_MAIN_NEXT_NEW_THEN_UNREAD "jump to the next new or unread message" OP_MAIN_NEXT_SUBTHREAD "jump to the next subthread" @@ -160,6 +163,7 @@ OP_QUIT "save changes to mailbox and quit" OP_RECALL_MESSAGE "recall a postponed message" OP_REDRAW "clear and redraw the screen" OP_REFORMAT_WINCH "{internal}" +OP_RENAME_MAILBOX "rename the current mailbox (IMAP only)" OP_REPLY "reply to a message" OP_RESEND "use the current message as a template for a new one" OP_SAVE "save message/attachment to a file" @@ -197,5 +201,7 @@ OP_MAIN_COLLAPSE_ALL "collapse/uncollapse all threads" OP_SIDEBAR_SCROLL_UP "scroll the mailbox pane up 1 page" OP_SIDEBAR_SCROLL_DOWN "scroll the mailbox pane down 1 page" OP_SIDEBAR_NEXT "go down to next mailbox" +OP_SIDEBAR_NEXT_NEW "go down to next mailbox with new mail" OP_SIDEBAR_PREV "go to previous mailbox" +OP_SIDEBAR_PREV_NEW "go to previous mailbox with new mail" OP_SIDEBAR_OPEN "open hilighted mailbox"