summaryrefslogtreecommitdiffstats
path: root/mutt.h
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2020-12-09 15:08:31 -0800
committerKevin McCarthy <kevin@8t8.us>2020-12-09 15:11:48 -0800
commitc8663d495221b124ac0a99ec08716cad2f0b1499 (patch)
treeb9835c191747a603d7772193d63ca7ba7e0ed3b5 /mutt.h
parent1f67773f2e52578b0e755ce03ece3b473b8b521f (diff)
Parse headers on demand for the list menu.
This will be a bit slower over IMAP from the index, but it removes storing all the new headers in the header cache. Since those are not used for anything except the list menu, and the list menu is infrequently used, it's a bit wasteful to store them in the header cache.
Diffstat (limited to 'mutt.h')
-rw-r--r--mutt.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/mutt.h b/mutt.h
index 2f84be6b..02137b28 100644
--- a/mutt.h
+++ b/mutt.h
@@ -732,12 +732,7 @@ typedef struct envelope
ADDRESS *sender;
ADDRESS *reply_to;
ADDRESS *mail_followup_to;
- char *list_archive;
- char *list_help;
- char *list_owner;
char *list_post;
- char *list_subscribe;
- char *list_unsubscribe;
char *subject;
char *real_subj; /* offset of the real subject */
char *disp_subj; /* display subject (modified copy of subject) */