[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
nnimap 0.32+ patch for gnus.
- To: gnus-imap@vic20.dzp.se
- Subject: nnimap 0.32+ patch for gnus.
- From: Simon Josefsson <jas@pdc.kth.se>
- Date: 10 Oct 1998 22:13:14 +0200
- User-Agent: Gnus/5.070033 (Pterodactyl Gnus v0.33) Emacs/20.3
`gnus-remove-from-range' is buggy.
Demonstration: (gnus-remove-from-range '(1 . 10) '(5 15)).
This patch should hopefully apply to most Gnus-versions.
--- lisp/gnus-range.el- Sat Oct 10 22:10:17 1998
+++ lisp/gnus-range.el Mon Oct 5 16:48:38 1998
@@ -229,7 +229,7 @@
Note: LIST has to be sorted over `<'."
;; !!! This function shouldn't look like this, but I've got a headache.
(gnus-compress-sequence
- (gnus-sorted-complement
+ (gnus-set-difference
(gnus-uncompress-range ranges) list)))
(defun gnus-member-of-range (number ranges)