"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "reader.h" between
mairix-0.23.tar.gz and mairix-0.24.tar.gz

About: mairix is a program for indexing and searching email messages stored in maildir, MH or mbox folders.

reader.h  (mairix-0.23):reader.h  (mairix-0.24)
skipping to change at line 119 skipping to change at line 119
#define UI_MSGID_ENC1 (UI_MSGID_ENC0 + 1) #define UI_MSGID_ENC1 (UI_MSGID_ENC0 + 1)
/*}}}*/ /*}}}*/
/*{{{ Literals used for encoding messages types in database file */ /*{{{ Literals used for encoding messages types in database file */
#define DB_MSG_DEAD 0 #define DB_MSG_DEAD 0
/* maildir/MH : one file per message */ /* maildir/MH : one file per message */
#define DB_MSG_FILE 1 #define DB_MSG_FILE 1
/* mbox : multiple files per message */ /* mbox : multiple files per message */
#define DB_MSG_MBOX 2 #define DB_MSG_MBOX 2
/* message comes from IMAP server */
#define DB_MSG_IMAP 3
/*}}}*/ /*}}}*/
#define FLAG_SEEN (1<<3) #define FLAG_SEEN (1<<3)
#define FLAG_REPLIED (1<<4) #define FLAG_REPLIED (1<<4)
#define FLAG_FLAGGED (1<<5) #define FLAG_FLAGGED (1<<5)
struct toktable_db {/*{{{*/ struct toktable_db {/*{{{*/
unsigned int n; /* number of entries in this table */ unsigned int n; /* number of entries in this table */
unsigned int *tok_offsets; /* offset to table of token offsets */ unsigned int *tok_offsets; /* offset to table of token offsets */
unsigned int *enc_offsets; /* offset to table of encoding offsets */ unsigned int *enc_offsets; /* offset to table of encoding offsets */
 End of changes. 1 change blocks. 
0 lines changed or deleted 2 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)