~ubuntu-branches/ubuntu/precise/mutt/precise

« back to all changes in this revision

Viewing changes to functions.h

  • Committer: Package Import Robot
  • Author(s): أحمد المحمودي (Ahmed El-Mahmoudy)
  • Date: 2010-12-17 14:28:28 UTC
  • mfrom: (16.2.3 experimental)
  • Revision ID: package-import@ubuntu.com-20101217142828-ve8yy0xf1zomtnx9
Tags: 1.5.21-1ubuntu1
* Merge with Debian experimental (LP: #691512), remaining changes:
  + debian/control, debian/patches/debian-specific/build_doc_adjustments.diff:
    Use w3m (main) instead of elinks (universe) for generating documentation.
  + Drop libtokyocabinet-dev (universe) from Build-Depends, use always
    libgdbm-dev and also use gdbm for the header cache backend. (lp: #607448)

Show diffs side-by-side

added added

removed removed

Lines of Context:
108
108
#endif
109
109
#ifdef USE_IMAP
110
110
  { "imap-fetch-mail",          OP_MAIN_IMAP_FETCH,             NULL },
 
111
  { "imap-logout-all",          OP_MAIN_IMAP_LOGOUT_ALL,        NULL },
111
112
#endif
112
113
  { "display-toggle-weed",              OP_DISPLAY_HEADERS,             "h" },
113
114
  { "next-undeleted",           OP_MAIN_NEXT_UNDELETED,         "j" },
192
193
  { "group-reply",      OP_GROUP_REPLY,                 "g" },
193
194
#ifdef USE_IMAP
194
195
  { "imap-fetch-mail",  OP_MAIN_IMAP_FETCH,             NULL },
 
196
  { "imap-logout-all",  OP_MAIN_IMAP_LOGOUT_ALL,        NULL },
195
197
#endif
196
198
  { "display-toggle-weed",      OP_DISPLAY_HEADERS,             "h" },
197
199
  { "next-undeleted",   OP_MAIN_NEXT_UNDELETED,         "j" },
206
208
  { "search-next",      OP_SEARCH_NEXT,                 "n" },
207
209
  { "next-thread",      OP_MAIN_NEXT_THREAD,            "\016" },
208
210
  { "next-subthread",   OP_MAIN_NEXT_SUBTHREAD,         "\033n" },
 
211
  { "sort-mailbox",     OP_SORT,                        "o" },
 
212
  { "sort-reverse",     OP_SORT_REVERSE,                "O" },
209
213
  { "print-message",    OP_PRINT,                       "p" },
210
214
  { "previous-thread",  OP_MAIN_PREV_THREAD,            "\020" },
211
215
  { "previous-subthread",OP_MAIN_PREV_SUBTHREAD,        "\033p" },
271
275
  { NULL,               0,                              NULL }
272
276
};
273
277
 
274
 
struct binding_t OpAttach[] = { /* map: attach */
 
278
struct binding_t OpAttach[] = { /* map: attachment */
275
279
  { "bounce-message",   OP_BOUNCE_MESSAGE,              "b" },
276
280
  { "display-toggle-weed",      OP_DISPLAY_HEADERS,     "h" },
277
281
  { "edit-type",        OP_EDIT_TYPE,                   "\005" },
441
445
 
442
446
 
443
447
#ifdef MIXMASTER
444
 
struct binding_t OpMix[] = { /* map: mix */
 
448
struct binding_t OpMix[] = { /* map: mixmaster */
445
449
  { "accept",           OP_MIX_USE,     M_ENTER_S },
446
450
  { "append",           OP_MIX_APPEND,  "a"       },
447
451
  { "insert",           OP_MIX_INSERT,  "i"       },