X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=init.c;h=5ad2e221ea587e120945676f7331c13134d3240d;hp=d0c25e15a597ee55638468df0787106e3d1b3c0c;hb=3cb53df6efcb6b137bbab53c16da4eddbc5a1b2b;hpb=efe9a0bac26a7dabf3953ea0597ce06b3dcb21fe diff --git a/init.c b/init.c index d0c25e1..5ad2e22 100644 --- a/init.c +++ b/init.c @@ -1818,8 +1818,7 @@ static const struct mapping_t* get_sortmap (struct option_t* option) { map = SortBrowserMethods; break; case DT_SORT_KEYS: - if ((WithCrypto & APPLICATION_PGP)) - map = SortKeyMethods; + map = SortKeyMethods; break; case DT_SORT_AUX: map = SortAuxMethods; @@ -2461,10 +2460,7 @@ int mutt_var_value_complete (char *buffer, size_t len, int pos) map = SortBrowserMethods; break; case DT_SORT_KEYS: - if ((WithCrypto & APPLICATION_PGP)) - map = SortKeyMethods; - else - map = SortMethods; + map = SortKeyMethods; break; default: map = SortMethods;