NeoMutt  2025-12-11-694-ga89709
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
type.h
Go to the documentation of this file.
1
22
23#ifndef MUTT_MENU_TYPE_H
24#define MUTT_MENU_TYPE_H
25
26#include "config.h"
27#include "mutt/lib.h" // IWYU pragma: keep
28
53
54#endif /* MUTT_MENU_TYPE_H */
Convenience wrapper for the library headers.
MenuType
Types of GUI selections.
Definition type.h:33
@ MENU_INDEX
Index panel (list of emails)
Definition type.h:44
@ MENU_DIALOG
Simple Dialog.
Definition type.h:41
@ MENU_ATTACH
Select an attachment.
Definition type.h:35
@ MENU_QUERY
Select from results of external query.
Definition type.h:48
@ MENU_BROWSER
General file/mailbox browser.
Definition type.h:39
@ MENU_AUTOCRYPT
Autocrypt Account menu.
Definition type.h:37
@ MENU_COMPOSE
Compose an email.
Definition type.h:40
@ MENU_SIDEBAR
Sidebar menu.
Definition type.h:49
@ MENU_PGP
PGP encryption menu.
Definition type.h:46
@ MENU_GENERIC
Generic selection list.
Definition type.h:43
@ MENU_PAGER
Pager pager (email viewer)
Definition type.h:45
@ MENU_SMIME
SMIME encryption menu.
Definition type.h:50
@ MENU_MAX
Definition type.h:51
@ MENU_EDITOR
Text entry area.
Definition type.h:42
@ MENU_POSTPONE
Select a postponed email.
Definition type.h:47
@ MENU_ALIAS
Select an email address by its alias.
Definition type.h:34