* refactor msg-sorting a bit

This commit is contained in:
Dirk-Jan C. Binnema
2011-07-02 12:50:29 +03:00
parent 58fdfa9bc1
commit 5ad2319fe1
5 changed files with 42 additions and 76 deletions

View File

@ -259,18 +259,6 @@ gboolean mu_msg_field_xapian_escape (MuMsgFieldId id) G_GNUC_PURE;
gboolean mu_msg_field_normalize (MuMsgFieldId id) G_GNUC_PURE;
/**
* get the comparison function for this field, ie. the one that can be
* use for sorting them
*
* @param field a MuMsgField
*
* @return the comparison function (or NULL in case of error )
*/
GCompareDataFunc mu_msg_field_cmp_func (MuMsgFieldId id) G_GNUC_PURE;
/**
* should this field be stored as contact information? This means that
* e-mail address will be stored as terms, and names will be indexed