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_NNTP , ED_PATTERN , ED_PGP , ED_PGP_CMD , ED_PGP_KEY , ED_SIDEBAR , ED_SMIME_CMD } |
Expando Data Domains. More... | |
Expando Data Domains.
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.
enum 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_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.