X-Git-Url: http://git.madism.org/?a=blobdiff_plain;ds=sidebyside;f=crypt.c;h=e137f2c4224da8a1ab78ee54c174c14600daafff;hb=cee5fbe35ef7c5b6d0593dc5c35b1c40b74eed38;hp=7a10ff1b0fff02aaf8a65c40f76d1ad5ceca836d;hpb=2a60173a26268c1b8365d6964558307c50188127;p=apps%2Fmadmutt.git diff --git a/crypt.c b/crypt.c index 7a10ff1..e137f2c 100644 --- a/crypt.c +++ b/crypt.c @@ -22,7 +22,6 @@ #include #include "crypt.h" -#include "lib.h" #include "alias.h" #include "handler.h" #include "copy.h" @@ -2807,7 +2806,7 @@ leave: m_fclose(&fp); mutt_clear_error (); snprintf (cmd, sizeof (cmd), _("Key ID: 0x%s"), crypt_keyid (key)); - mutt_do_pager (cmd, tempfile, 0, NULL); + mutt_pager(cmd, tempfile, 0, NULL); } /* Implementation of `findkeys'. */