* refactor msg-sorting a bit
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user