String processing routines to generate the mail index. More...
#include "expando/lib.h"
Go to the source code of this file.
Enumerations | |
enum | FlagChars { FLAG_CHAR_TAGGED , FLAG_CHAR_IMPORTANT , FLAG_CHAR_DELETED , FLAG_CHAR_DELETED_ATTACH , FLAG_CHAR_REPLIED , FLAG_CHAR_OLD , FLAG_CHAR_NEW , FLAG_CHAR_OLD_THREAD , FLAG_CHAR_NEW_THREAD , FLAG_CHAR_SEMPTY , FLAG_CHAR_ZEMPTY } |
Index into the $flag_chars config variable. More... | |
enum | CryptChars { FLAG_CHAR_CRYPT_GOOD_SIGN , FLAG_CHAR_CRYPT_ENCRYPTED , FLAG_CHAR_CRYPT_SIGNED , FLAG_CHAR_CRYPT_CONTAINS_KEY , FLAG_CHAR_CRYPT_NO_CRYPTO } |
Index into the $crypt_chars config variable. More... | |
enum | ToChars { FLAG_CHAR_TO_NOT_IN_THE_LIST , FLAG_CHAR_TO_UNIQUE , FLAG_CHAR_TO_TO , FLAG_CHAR_TO_CC , FLAG_CHAR_TO_ORIGINATOR , FLAG_CHAR_TO_SUBSCRIBED_LIST , FLAG_CHAR_TO_REPLY_TO } |
Index into the $to_chars config variable. More... | |
Variables | |
const struct ExpandoRenderCallback | IndexRenderCallbacks [] |
Callbacks for Index Expandos. | |
String processing routines to generate the mail index.
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 expando_index.h.
enum FlagChars |
Index into the $flag_chars
config variable.
Definition at line 35 of file expando_index.h.
enum CryptChars |
Index into the $crypt_chars
config variable.
Definition at line 53 of file expando_index.h.
enum ToChars |
Index into the $to_chars
config variable.
Definition at line 65 of file expando_index.h.
|
extern |
Callbacks for Index Expandos.
Definition at line 1712 of file expando_index.c.