NeoMutt  2025-12-11-949-g4870ee
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
lib.h
Go to the documentation of this file.
1
22
37
38#ifndef MUTT_MLIST_LIB_H
39#define MUTT_MLIST_LIB_H
40
41struct Email;
42struct Mailbox;
43struct NeoMutt;
44struct SubMenu;
45
46void dlg_mlist(struct Mailbox *m, struct Email *e);
47
48void mlist_init_keys(struct NeoMutt *n, struct SubMenu *sm_generic);
49
50#endif /* MUTT_MLIST_LIB_H */
void dlg_mlist(struct Mailbox *m, struct Email *e)
Display mailing-list actions for an email -.
Definition dlg_mlist.c:118
void mlist_init_keys(struct NeoMutt *n, struct SubMenu *sm_generic)
Initialise the Mlist Keybindings - Implements ::init_keys_api.
Definition functions.c:90
The envelope/body of an email.
Definition email.h:39
A mailbox.
Definition mailbox.h:81
Container for Accounts, Notifications.
Definition neomutt.h:41
Collection of related functions.
Definition menudef.h:33