take_references


Description:

[ Version ( since = "3.24" ) ]
public virtual bool take_references (owned Array<uint64>? references)

Takes encoded In-Reply-To and References headers of the associated message as an array of guint64 numbers, partial MD5 sums.

Each value can be cast to SummaryMessageID.

This property is considered static, in a meaning that it should not change during the life-time of the this, the same as it doesn't change in the associated message.

If the this changed, the 'dirty' flag and the 'folder-flagged' flag are set automatically, unless the this is aborting notifications. There is not emitted folder's "changed" signal for this this.

Note that it's not safe to use the references after the call to this function, because it can be freed due to no change.

Parameters:

this

a MessageInfo

references

a references to set

Returns:

Whether the value changed.