Switch to unified view
a/src/internfile/mh_mbox.h | b/src/internfile/mh_mbox.h | ||
---|---|---|---|
... |
... |
||
50 | int m_msgnum; // Current message number in folder. Starts at 1 |
50 | int m_msgnum; // Current message number in folder. Starts at 1 |
51 | string m_ipath; |
51 | string m_ipath; |
52 | int m_lineno; // debug |
52 | int m_lineno; // debug |
53 | mbhoff_type m_fsize; |
53 | mbhoff_type m_fsize; |
54 | vector<mbhoff_type> m_offsets; |
54 | vector<mbhoff_type> m_offsets; |
55 | enum Quirks {MBOXQUIRK_TBIRD=1}; |
||
56 | int m_quirks; |
||
55 | }; |
57 | }; |
56 | 58 | ||
57 | #endif /* _MBOX_H_INCLUDED_ */ |
59 | #endif /* _MBOX_H_INCLUDED_ */ |