NeoMutt  2024-04-16-36-g75b6fb
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_MIXMASTER , 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.

ED_ATTACH 

Attach ED_ATT_ ExpandoDataAttach.

ED_AUTOCRYPT 

Autocrypt ED_AUT_ ExpandoDataAutocrypt.

ED_BODY 

Body ED_BOD_ ExpandoDataBody.

ED_COMPOSE 

Compose ED_COM_ ExpandoDataCompose.

ED_COMPRESS 

Compress ED_CMP_ ExpandoDataCompress.

ED_EMAIL 

Email ED_EMA_ ExpandoDataEmail.

ED_ENVELOPE 

Envelope ED_ENV_ ExpandoDataEnvelope.

ED_FOLDER 

Folder ED_FOL_ ExpandoDataFolder.

ED_GLOBAL 

Global ED_GLO_ ExpandoDataGlobal.

ED_HISTORY 

History ED_HIS_ ExpandoDataHistory.

ED_INDEX 

Index ED_IND_ ExpandoDataIndex.

ED_MAILBOX 

Mailbox ED_MBX_ ExpandoDataMailbox.

ED_MENU 

Menu ED_MEN_ ExpandoDataMenu.

ED_MIXMASTER 

Mixmaster ED_MIX_ ExpandoDataMixmaster.

ED_NNTP 

Nntp ED_NTP_ ExpandoDataNntp.

ED_PATTERN 

Pattern ED_PAT_ ExpandoDataPattern.

ED_PGP 

Pgp ED_PGP_ ExpandoDataPgp.

ED_PGP_CMD 

Pgp Command ED_PGC_ ExpandoDataPgpCmd.

ED_PGP_KEY 

Pgp_Key ED_PGK_ ExpandoDataPgpKey.

ED_SIDEBAR 

Sidebar ED_SID_ ExpandoDataSidebar.

ED_SMIME_CMD 

Smime Command ED_SMI_ ExpandoDataSmimeCmd.

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,
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_MIXMASTER
Mixmaster ED_MIX_ ExpandoDataMixmaster.
Definition: domain.h:49
@ 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_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