NeoMutt
2025-12-11-1039-g550ac6
Teaching an old dog new tricks
DOXYGEN
Toggle main menu visibility
Loading...
Searching...
No Matches
lib.h
Go to the documentation of this file.
1
22
35
36
#ifndef MUTT_ENVELOPE_LIB_H
37
#define MUTT_ENVELOPE_LIB_H
38
39
struct
Buffer
;
40
struct
ConfigSubset
;
41
struct
Email
;
42
struct
KeyEvent
;
43
struct
MuttWindow
;
44
45
struct
MuttWindow
*
env_window_new
(
struct
Email
*e,
struct
Buffer
*fcc,
struct
ConfigSubset
*sub);
46
int
env_function_dispatcher
(
struct
MuttWindow
*win,
const
struct
KeyEvent
*event);
47
48
#endif
/* MUTT_ENVELOPE_LIB_H */
env_window_new
struct MuttWindow * env_window_new(struct Email *e, struct Buffer *fcc, struct ConfigSubset *sub)
Create the Envelope Window.
Definition
window.c:955
env_function_dispatcher
int env_function_dispatcher(struct MuttWindow *win, const struct KeyEvent *event)
Perform an Envelope function - Implements function_dispatcher_t -.
Definition
functions.c:539
Buffer
String manipulation buffer.
Definition
buffer.h:36
ConfigSubset
A set of inherited config items.
Definition
subset.h:46
Email
The envelope/body of an email.
Definition
email.h:39
KeyEvent
An event such as a keypress.
Definition
get.h:75
MuttWindow
Definition
mutt_window.h:129