Skip to content

Commit

Permalink
pager: msg_in_pager isn't relevant for external pager
Browse files Browse the repository at this point in the history
  • Loading branch information
flatcap committed Jan 5, 2022
1 parent 39bc989 commit 84ef488
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pager/message.c
Original file line number Diff line number Diff line change
Expand Up @@ -325,8 +325,7 @@ int external_pager(struct Mailbox *m, struct Email *e, const char *command)
cs_subset_string(NeoMutt->sub, "pager_format");
const int screen_width = RootWindow->state.cols;
mutt_make_string(buf, sizeof(buf), screen_width, NONULL(c_pager_format), m,
Context ? Context->msg_in_pager : -1, e,
MUTT_FORMAT_NO_FLAGS, _(ExtPagerProgress));
-1, e, MUTT_FORMAT_NO_FLAGS, _(ExtPagerProgress));

struct Buffer *tempfile = mutt_buffer_pool_get();

Expand Down

0 comments on commit 84ef488

Please sign in to comment.