Go to the source code of this file.
Enumerations | |
enum | MenuType { MENU_ALIAS = 1 , MENU_ATTACHMENT , MENU_AUTOCRYPT , MENU_COMPOSE , MENU_DIALOG , MENU_EDITOR , MENU_FOLDER , MENU_GENERIC , MENU_KEY_SELECT_PGP , MENU_KEY_SELECT_SMIME , MENU_INDEX , MENU_PAGER , MENU_PGP , MENU_POSTPONED , MENU_QUERY , MENU_SMIME , MENU_MAX } |
Types of GUI selections. More... | |
Variables | |
const struct Mapping | MenuNames [] |
Menu name lookup table. | |
const int | MenuNamesLen |
Number of entries in the MenuNames array. | |
Menu types.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Definition in file type.h.
enum MenuType |
Types of GUI selections.
Enumerator | |
---|---|
MENU_ALIAS | Select an email address by its alias. |
MENU_ATTACHMENT | Select an attachment. |
MENU_AUTOCRYPT | Autocrypt Account menu. |
MENU_COMPOSE | Compose an email. |
MENU_DIALOG | Simple Dialog. |
MENU_EDITOR | Text entry area. |
MENU_FOLDER | General file/mailbox browser. |
MENU_GENERIC | Generic selection list. |
MENU_KEY_SELECT_PGP | Select a PGP key. |
MENU_KEY_SELECT_SMIME | Select a SMIME key. |
MENU_INDEX | Index panel (list of emails) |
MENU_PAGER | Pager pager (email viewer) |
MENU_PGP | PGP encryption menu. |
MENU_POSTPONED | Select a postponed email. |
MENU_QUERY | Select from results of external query. |
MENU_SMIME | SMIME encryption menu. |
MENU_MAX |
Definition at line 35 of file type.h.
|
extern |