Changeset 5321:234c02747bb3 for commands.c
- Timestamp:
- 2007-11-29 23:39:38 (12 months ago)
- Branch:
- HEAD
- Files:
-
- 1 modified
-
commands.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
commands.c
r5220 r5321 52 52 #include <utime.h> 53 53 54 static const char *ExtPagerProgress = "all"; 54 55 55 56 /* The folder the user last saved to. Used by ci_save_message() */ … … 136 137 else 137 138 { 138 mutt_make_string (buf, sizeof (buf), NONULL(PagerFmt), Context, cur); 139 struct hdr_format_info hfi; 140 hfi.ctx = Context; 141 hfi.pager_progress = ExtPagerProgress; 142 hfi.hdr = cur; 143 mutt_make_string_info (buf, sizeof (buf), NONULL(PagerFmt), &hfi, M_FORMAT_MAKEPRINT); 139 144 fputs (buf, fpout); 140 145 fputs ("\n\n", fpout);
