X-Git-Url: https://cgit.sxemacs.org/?a=blobdiff_plain;f=lisp%2Fnnimap.el;h=f3cb77f5201f90407cb5f6276519f85046f40c79;hb=ec4494efb6e3c93d7aa42bd30c3dd612d4a0a289;hp=353003dbb45811f08a532b8d73621a64106fcb2b;hpb=792e0e46f2a40d2074f084818148b2874ba2672f;p=gnus diff --git a/lisp/nnimap.el b/lisp/nnimap.el index 353003dbb..f3cb77f52 100644 --- a/lisp/nnimap.el +++ b/lisp/nnimap.el @@ -1142,8 +1142,8 @@ some servers.") (not (re-search-backward (format "^%d .*\n" sequence) (if nnimap-streaming - (point-min) - (max (point-min) (- (point) 500))) + (max (point-min) (- (point) 500)) + (point-min)) t))) (when messagep (message "Read %dKB" (/ (buffer-size) 1000)))