]> git.llucax.com Git - software/mutt-debian.git/blobdiff - functions.h
upstream/548494-swedish-intl.patch: fixes to Swedish translation (Closes: 548494)
[software/mutt-debian.git] / functions.h
index fb52018f38be902d82bacb022738b368e640e1a9..552a0a3f402d2434765af98e4ed7b3ee86be05f9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2000 Michael R. Elkins <me@mutt.org>
+ * Copyright (C) 1996-2000,2002 Michael R. Elkins <me@mutt.org>
  * 
  *     This program is free software; you can redistribute it and/or modify
  *     it under the terms of the GNU General Public License as published by
@@ -183,6 +183,8 @@ struct binding_t OpPager[] = { /* map: pager */
   { "delete-message",  OP_DELETE,                      "d" },
   { "delete-thread",   OP_DELETE_THREAD,               "\004" },
   { "delete-subthread",        OP_DELETE_SUBTHREAD,            "\033d" },
+  { "set-flag",        OP_MAIN_SET_FLAG,               "w" },
+  { "clear-flag",       OP_MAIN_CLEAR_FLAG,            "W" },
   { "edit",            OP_EDIT_MESSAGE,                "e" },
   { "edit-type",       OP_EDIT_TYPE,                   "\005" },
   { "forward-message", OP_FORWARD_MESSAGE,             "f" },
@@ -264,6 +266,7 @@ struct binding_t OpPager[] = { /* map: pager */
   { "decrypt-copy",    OP_DECRYPT_COPY,                NULL },
   { "decrypt-save",            OP_DECRYPT_SAVE,                NULL },
 
+  { "what-key",                OP_WHAT_KEY,            NULL },
 
   { NULL,              0,                              NULL }
 };