message: update references() implementation
Clean up the implementation at bit, and filter out 'fake' message-ids, such as the ones from protonmail. Update documentation. Add Mu::Message::thread_id(). This fixes #2312.
This commit is contained in:
@ -973,7 +973,9 @@ public:
|
||||
|
||||
/**
|
||||
* Get the references for this message (including in-reply-to), in the
|
||||
* order of older..newer; in-reply-to would be the last one.
|
||||
* order of older..newer; the first one would the oldest parent, and
|
||||
* in-reply-to would be the last one (if any). These are de-duplicated,
|
||||
* and known-fake references removed (see implementation)
|
||||
*
|
||||
* @return references.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user