NeoMutt  2025-12-11-694-ga89709
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
domain.h File Reference

Expando Data Domains. More...

+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  ExpandoDomain {
  ED_ALIAS = 1 , ED_ATTACH , ED_AUTOCRYPT , ED_BODY ,
  ED_COMPOSE , ED_COMPRESS , ED_EMAIL , ED_ENVELOPE ,
  ED_FOLDER , ED_GLOBAL , ED_HISTORY , ED_INDEX ,
  ED_MAILBOX , ED_MENU , ED_MSG_ID , ED_NNTP ,
  ED_PATTERN , ED_PGP , ED_PGP_CMD , ED_PGP_KEY ,
  ED_SIDEBAR , ED_SMIME_CMD
}
 Expando Data Domains. More...
 

Detailed Description

Expando Data Domains.

Authors
  • Tóth János
  • Richard Russon

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 domain.h.

Enumeration Type Documentation

◆ ExpandoDomain

Expando Data Domains.

Each domain has UID associated with it. Their prefixes are shown.

Enumerator
ED_ALIAS 

Alias ED_ALI_ ExpandoDataAlias.

See also
AliasFormatDef, QueryFormatDef
ED_ATTACH 

Attach ED_ATT_ ExpandoDataAttach.

See also
AttachFormatDef
ED_AUTOCRYPT 

Autocrypt ED_AUT_ ExpandoDataAutocrypt.

See also
AutocryptFormatDef
ED_BODY 

Body ED_BOD_ ExpandoDataBody.

See also
AttachFormatDef
ED_COMPOSE 

Compose ED_COM_ ExpandoDataCompose.

See also
ComposeFormatDef
ED_COMPRESS 

Compress ED_CMP_ ExpandoDataCompress.

See also
CompressFormatDef
ED_EMAIL 

Email ED_EMA_ ExpandoDataEmail.

See also
IndexFormatDef
ED_ENVELOPE 

Envelope ED_ENV_ ExpandoDataEnvelope.

See also
GreetingFormatDef, IndexFormatDef
ED_FOLDER 

Folder ED_FOL_ ExpandoDataFolder.

See also
FolderFormatDef, GroupIndexFormatDef
ED_GLOBAL 

Global ED_GLO_ ExpandoDataGlobal.

See also
AliasFormatDef, AttachFormatDef, AutocryptFormatDef, ComposeFormatDef, FolderFormatDef, GroupIndexFormatDef, HistoryFormatDef, IndexFormatDef, IndexFormatDefNoPadding, PatternFormatDef, PgpEntryFormatDef, QueryFormatDef, SidebarFormatDef, StatusFormatDef, StatusFormatDefNoPadding
ED_HISTORY 

History ED_HIS_ ExpandoDataHistory.

See also
HistoryFormatDef
ED_INDEX 

Index ED_IND_ ExpandoDataIndex.

See also
StatusFormatDef
ED_MAILBOX 

Mailbox ED_MBX_ ExpandoDataMailbox.

See also
IndexFormatDef
ED_MENU 

Menu ED_MEN_ ExpandoDataMenu.

See also
StatusFormatDef
ED_MSG_ID 

Message Id ED_MSG_ ExpandoDataMsgId.

See also
MsgIdFormatDef
ED_NNTP 

Nntp ED_NTP_ ExpandoDataNntp.

See also
NntpFormatDef
ED_PATTERN 

Pattern ED_PAT_ ExpandoDataPattern.

See also
PatternFormatDef
ED_PGP 

Pgp ED_PGP_ ExpandoDataPgp.

See also
PgpEntryFormatDef
ED_PGP_CMD 

Pgp Command ED_PGC_ ExpandoDataPgpCmd.

See also
PgpCommandFormatDef
ED_PGP_KEY 

Pgp_Key ED_PGK_ ExpandoDataPgpKey.

See also
PgpEntryFormatDef
ED_SIDEBAR 

Sidebar ED_SID_ ExpandoDataSidebar.

See also
SidebarFormatDef
ED_SMIME_CMD 

Smime Command ED_SMI_ ExpandoDataSmimeCmd.

See also
SmimeCommandFormatDef

Definition at line 33 of file domain.h.

34{
35 ED_ALIAS = 1,
36 ED_ATTACH,
38 ED_BODY,
41 ED_EMAIL,
43 ED_FOLDER,
44 ED_GLOBAL,
46 ED_INDEX,
48 ED_MENU,
49 ED_MSG_ID,
50 ED_NNTP,
52 ED_PGP,
57};
@ ED_ENVELOPE
Envelope ED_ENV_ ExpandoDataEnvelope.
Definition domain.h:42
@ ED_SIDEBAR
Sidebar ED_SID_ ExpandoDataSidebar.
Definition domain.h:55
@ ED_COMPOSE
Compose ED_COM_ ExpandoDataCompose.
Definition domain.h:39
@ ED_EMAIL
Email ED_EMA_ ExpandoDataEmail.
Definition domain.h:41
@ ED_ALIAS
Alias ED_ALI_ ExpandoDataAlias.
Definition domain.h:35
@ ED_PGP_CMD
Pgp Command ED_PGC_ ExpandoDataPgpCmd.
Definition domain.h:53
@ ED_FOLDER
Folder ED_FOL_ ExpandoDataFolder.
Definition domain.h:43
@ ED_SMIME_CMD
Smime Command ED_SMI_ ExpandoDataSmimeCmd.
Definition domain.h:56
@ ED_PGP
Pgp ED_PGP_ ExpandoDataPgp.
Definition domain.h:52
@ ED_PATTERN
Pattern ED_PAT_ ExpandoDataPattern.
Definition domain.h:51
@ ED_MENU
Menu ED_MEN_ ExpandoDataMenu.
Definition domain.h:48
@ ED_AUTOCRYPT
Autocrypt ED_AUT_ ExpandoDataAutocrypt.
Definition domain.h:37
@ ED_GLOBAL
Global ED_GLO_ ExpandoDataGlobal.
Definition domain.h:44
@ ED_BODY
Body ED_BOD_ ExpandoDataBody.
Definition domain.h:38
@ ED_MAILBOX
Mailbox ED_MBX_ ExpandoDataMailbox.
Definition domain.h:47
@ ED_MSG_ID
Message Id ED_MSG_ ExpandoDataMsgId.
Definition domain.h:49
@ ED_INDEX
Index ED_IND_ ExpandoDataIndex.
Definition domain.h:46
@ ED_ATTACH
Attach ED_ATT_ ExpandoDataAttach.
Definition domain.h:36
@ ED_PGP_KEY
Pgp_Key ED_PGK_ ExpandoDataPgpKey.
Definition domain.h:54
@ ED_NNTP
Nntp ED_NTP_ ExpandoDataNntp.
Definition domain.h:50
@ ED_COMPRESS
Compress ED_CMP_ ExpandoDataCompress.
Definition domain.h:40
@ ED_HISTORY
History ED_HIS_ ExpandoDataHistory.
Definition domain.h:45