X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Faxdefs.h;h=ecbb5f78dfb289709010a27d027257c9c3d1aa46;hb=e61cfdd4e3b31f3a4c73390d58007e67995e6667;hp=0b3084e66d3a7e905a6716a272c28edc28522e0c;hpb=bdad99ff14a8f20d95227078079639004dcc9e7d;p=citadel.git diff --git a/citadel/axdefs.h b/citadel/axdefs.h index 0b3084e66..ecbb5f78d 100644 --- a/citadel/axdefs.h +++ b/citadel/axdefs.h @@ -19,3 +19,23 @@ char *axdefs[]={ extern char *axdefs[]; #endif + + + + +#ifndef VIEWDEFS + +char *viewdefs[]={ + "Messages", + "Summary", + "Address book" +}; + +#define VIEWDEFS 1 + +#else + +extern char *viewdefs[]; + +#endif +