~ubuntu-dev/ubuntu/lucid/mutt/lucid-201002110857

« back to all changes in this revision

Viewing changes to functions.h

  • Committer: Bazaar Package Importer
  • Author(s): أحمد المحمودي (Ahmed El-Mahmoudy)
  • Date: 2009-06-17 17:17:28 UTC
  • mfrom: (1.3.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 22.
  • Revision ID: james.westby@ubuntu.com-20090617171728-61dkl7w5fgn7ybdq
Tags: upstream-1.5.20
Import upstream version 1.5.20

Show diffs side-by-side

added added

removed removed

Lines of Context:
183
183
  { "delete-message",   OP_DELETE,                      "d" },
184
184
  { "delete-thread",    OP_DELETE_THREAD,               "\004" },
185
185
  { "delete-subthread", OP_DELETE_SUBTHREAD,            "\033d" },
 
186
  { "set-flag",         OP_MAIN_SET_FLAG,               "w" },
 
187
  { "clear-flag",       OP_MAIN_CLEAR_FLAG,             "W" },
186
188
  { "edit",             OP_EDIT_MESSAGE,                "e" },
187
189
  { "edit-type",        OP_EDIT_TYPE,                   "\005" },
188
190
  { "forward-message",  OP_FORWARD_MESSAGE,             "f" },