NeoMutt
2025-12-11-1039-g550ac6
Teaching an old dog new tricks
DOXYGEN
Toggle main menu visibility
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
32
enum
MenuType
33
{
34
MENU_ALIAS
= 1,
35
MENU_ATTACH
,
36
#ifdef USE_AUTOCRYPT
37
MENU_AUTOCRYPT
,
38
#endif
39
MENU_BROWSER
,
40
MENU_COMPOSE
,
41
MENU_EDITOR
,
42
MENU_FUZZY
,
43
MENU_GENERIC
,
44
MENU_INDEX
,
45
MENU_LIST
,
46
MENU_PAGER
,
47
MENU_PGP
,
48
MENU_POSTPONE
,
49
MENU_QUERY
,
50
MENU_SIDEBAR
,
51
MENU_SMIME
,
52
MENU_MAX
,
53
};
54
55
#endif
/* MUTT_MENU_TYPE_H */
lib.h
Convenience wrapper for the library headers.
MenuType
MenuType
Types of GUI selections.
Definition
type.h:33
MENU_INDEX
@ MENU_INDEX
Index panel (list of emails).
Definition
type.h:44
MENU_FUZZY
@ MENU_FUZZY
Fuzzy searcher.
Definition
type.h:42
MENU_ATTACH
@ MENU_ATTACH
Select an attachment.
Definition
type.h:35
MENU_QUERY
@ MENU_QUERY
Select from results of external query.
Definition
type.h:49
MENU_BROWSER
@ MENU_BROWSER
General file/mailbox browser.
Definition
type.h:39
MENU_AUTOCRYPT
@ MENU_AUTOCRYPT
Autocrypt Account menu.
Definition
type.h:37
MENU_COMPOSE
@ MENU_COMPOSE
Compose an email.
Definition
type.h:40
MENU_SIDEBAR
@ MENU_SIDEBAR
Sidebar menu.
Definition
type.h:50
MENU_PGP
@ MENU_PGP
PGP encryption menu.
Definition
type.h:47
MENU_GENERIC
@ MENU_GENERIC
Generic selection list.
Definition
type.h:43
MENU_PAGER
@ MENU_PAGER
Pager pager (email viewer).
Definition
type.h:46
MENU_SMIME
@ MENU_SMIME
SMIME encryption menu.
Definition
type.h:51
MENU_MAX
@ MENU_MAX
Definition
type.h:52
MENU_EDITOR
@ MENU_EDITOR
Text entry area.
Definition
type.h:41
MENU_POSTPONE
@ MENU_POSTPONE
Select a postponed email.
Definition
type.h:48
MENU_ALIAS
@ MENU_ALIAS
Select an email address by its alias.
Definition
type.h:34
MENU_LIST
@ MENU_LIST
Mailing-list actions.
Definition
type.h:45