X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=alias.cpkg;h=a3b8d8d072787597b6d4057dac56f097d08b67c3;hp=d11d89987952c0d95abd648a131086b384e2135d;hb=ec42b5f9dbca7a552524c138f6764671612fe385;hpb=c50162101b316e88b95dc4259d45a259b38a972e diff --git a/alias.cpkg b/alias.cpkg index d11d899..a3b8d8d 100644 --- a/alias.cpkg +++ b/alias.cpkg @@ -29,8 +29,7 @@ #include -#include -#include +#include #include #include "alias.h" @@ -144,15 +143,6 @@ alias_t *Aliases; #define RSORT(x) (SortAlias & SORT_REVERSE) ? -x : x -static struct mapping_t AliasHelp[] = { - {N_("Exit"), OP_EXIT}, - {N_("Del"), OP_DELETE}, - {N_("Undel"), OP_UNDELETE}, - {N_("Select"), OP_GENERIC_SELECT_ENTRY}, - {N_("Help"), OP_HELP}, - {NULL, OP_NULL} -}; - static void mutt_alias_menu(char *, size_t, alias_t *); const address_t *alias_lookup(const char *s) @@ -616,7 +606,7 @@ alias_format_str(char *dest, ssize_t destlen, char op, const char *src, static void alias_entry(char *s, ssize_t slen, MUTTMENU *m, int num) { - m_strformat(s, slen, COLS - SW, MAlias.alias_format, alias_format_str, + m_strformat(s, slen, getmaxx(main_w), MAlias.alias_format, alias_format_str, ((alias_t **)m->data)[num], 0); } @@ -672,7 +662,6 @@ void mutt_alias_menu (char *buf, size_t buflen, alias_t * aliases) int t = -1; int i, done = 0; int op; - char helpstr[STRING]; int omax; @@ -690,8 +679,6 @@ void mutt_alias_menu (char *buf, size_t buflen, alias_t * aliases) menu->tag = alias_tag; menu->menu = MENU_ALIAS; menu->title = _("Aliases"); - menu->help = mutt_compile_help(helpstr, sizeof(helpstr), - MENU_ALIAS, AliasHelp); new_aliases: