gnus-sorted-difference
gnus-sorted-difference is an autoloaded compiled Lisp function in `gnus-range.el
'.
(gnus-sorted-difference LIST1 LIST2)
Return a list of elements of LIST1 that do not appear in LIST2.
Both lists have to be sorted over <.
The tail of LIST1 is not copied.