NeoMutt  2025-12-11-435-g4ac674
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
MailcapEntry Struct Reference

A mailcap entry. More...

#include "mailcap.h"

Data Fields

char * command
 Command to run.
 
char * testcommand
 Test command.
 
char * composecommand
 Compose command.
 
char * composetypecommand
 Compose type command.
 
char * editcommand
 Edit command.
 
char * printcommand
 Print command.
 
char * nametemplate
 Filename template.
 
char * convert
 Conversion command.
 
bool needsterminal: 1
 endwin() and system
 
bool copiousoutput: 1
 needs pager, basically
 
bool xneomuttkeep: 1
 do not remove the file on command exit
 
bool xneomuttnowrap: 1
 do not wrap the output in the pager
 

Detailed Description

A mailcap entry.

Definition at line 36 of file mailcap.h.

Field Documentation

◆ command

char* MailcapEntry::command

Command to run.

Definition at line 38 of file mailcap.h.

◆ testcommand

char* MailcapEntry::testcommand

Test command.

Definition at line 39 of file mailcap.h.

◆ composecommand

char* MailcapEntry::composecommand

Compose command.

Definition at line 40 of file mailcap.h.

◆ composetypecommand

char* MailcapEntry::composetypecommand

Compose type command.

Definition at line 41 of file mailcap.h.

◆ editcommand

char* MailcapEntry::editcommand

Edit command.

Definition at line 42 of file mailcap.h.

◆ printcommand

char* MailcapEntry::printcommand

Print command.

Definition at line 43 of file mailcap.h.

◆ nametemplate

char* MailcapEntry::nametemplate

Filename template.

Definition at line 44 of file mailcap.h.

◆ convert

char* MailcapEntry::convert

Conversion command.

Definition at line 45 of file mailcap.h.

◆ needsterminal

bool MailcapEntry::needsterminal

endwin() and system

Definition at line 46 of file mailcap.h.

◆ copiousoutput

bool MailcapEntry::copiousoutput

needs pager, basically

Definition at line 47 of file mailcap.h.

◆ xneomuttkeep

bool MailcapEntry::xneomuttkeep

do not remove the file on command exit

Definition at line 48 of file mailcap.h.

◆ xneomuttnowrap

bool MailcapEntry::xneomuttnowrap

do not wrap the output in the pager

Definition at line 49 of file mailcap.h.


The documentation for this struct was generated from the following file: