From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-2.1 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, RCVD_IN_DNSWL_MED autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 15925 invoked from network); 15 May 2020 19:11:48 -0000 Received: from lists1.math.uh.edu (129.7.128.208) by inbox.vuxu.org with ESMTPUTF8; 15 May 2020 19:11:48 -0000 Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.92.3) (envelope-from ) id 1jZfjk-0002TK-Qi; Fri, 15 May 2020 14:11:12 -0500 Received: from mx1.math.uh.edu ([129.7.128.32]) by lists1.math.uh.edu with esmtps (TLSv1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.92.3) (envelope-from ) id 1jZfjg-0002QS-Gs for ding@lists.math.uh.edu; Fri, 15 May 2020 14:11:08 -0500 Received: from quimby.gnus.org ([95.216.78.240]) by mx1.math.uh.edu with esmtps (TLSv1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.92.3) (envelope-from ) id 1jZfjc-0004p6-6T for ding@lists.math.uh.edu; Fri, 15 May 2020 14:11:08 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:Mime-Version:References:Message-ID:Date:Subject: From:To:Sender:Reply-To:Cc:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=/K391p97DR12hohKps4Cd78x6uOCl/aCGTbf8O1Tu+0=; b=b8FIXTgQi9gMQL4GJJexj8QuhZ B6tAU+qDAUePOroE7/MyxLukTxgj/fKUMh28d+QpFvtu7Iy2DTzV5Osc5ahY1tn/Kjzd0jb8kzsBy bzolJVv6pPZXYPtactRGCUo7hICONg7CC3fFrqHlSli/Nm/D1HYsaMTRmlyFQVOGjrFY=; Received: from ciao.gmane.io ([159.69.161.202]) by quimby.gnus.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jZfjT-000088-7n for ding@gnus.org; Fri, 15 May 2020 21:10:59 +0200 Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1jZfjS-000DpW-A7 for ding@gnus.org; Fri, 15 May 2020 21:10:54 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org To: ding@gnus.org From: Steinar Bang Subject: Re: How often do the Emacs-Cloud nnimap folder needs to be cleaned up? Date: Fri, 15 May 2020 21:10:01 +0200 Organization: Probably a good idea Message-ID: References: <87a72bu83b.fsf@ericabrahamsen.net> Mime-Version: 1.0 Content-Type: text/plain User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (windows-nt) Cancel-Lock: sha1:UG/Xs0Q5UC24Ea7J+SoIQ3pEAgk= Mail-Copies-To: never List-ID: Precedence: bulk >>>>> Eric Abrahamsen : > Hey have you been watching bug#40280? Bug reporters are saying that > gnus-cloud doesn't work at all, because of faulty date-comparison logic. > Is this not the case for you? > https://debbugs.gnu.org/cgi/bugreport.cgi?bug=40280 Well, truth to tell, I don't even get that far. Saving works, but reading breaks with this stack trace: Debugger entered--Lisp error: (wrong-type-argument stringp nil) string-match("gmane.spam.reported" nil) (if (string-match "gmane.spam.reported" gnus-newsgroup-name) (progn (save-excursion (let ((queue nil) (score 0) line) (goto-char (point-min)) (while (search-forward "\nX-Gmane-Queue:" nil t) (setq line (split-string (buffer-substring ... ...))) (message "Resolving %s" (nth 4 line)) (setq queue (cons (list ... ... ... ...) queue))) (goto-char (point-max)) (if (search-backward "\nX-Spam-Report:" nil t) (progn (goto-char (match-end 0)) (setq score (read ...)) (if (numberp score) nil (setq score 0)))) (mail-header-set-extra header (list (list (quote Id) (nth 1 ...) (nth 3 ...)) (list (quote Ip) (nth 4 line)) (list (quote Score) score) (cons (quote Queue) (spam-gmane-collate-reports queue)))))))) spam-gmane-massage-header([12 "(sequence: UNKNOWN type: :full storage-method: base64-gzip)" "nobody@gnus.cloud.invalid" "" "" nil 74055 948 nil nil]) gnus-get-newsgroup-headers([0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ...]) nnvirtual-convert-headers() gnus-agent-retrieve-headers((1 2 3 4 5 6 7 8 9 10 11 12) "nnimap+privat:Emacs-Cloud" nil) gnus-retrieve-headers((1 2 3 4 5 6 7 8 9 10 11 12) "nnimap+privat:Emacs-Cloud" nil) gnus-cache-retrieve-headers((1 2 3 4 5 6 7 8 9 10 11 12) "nnimap+privat:Emacs-Cloud" nil) gnus-retrieve-headers((1 2 3 4 5 6 7 8 9 10 11 12) "nnimap+privat:Emacs-Cloud") gnus-cloud-available-chunks() gnus-cloud-download-data(t) gnus-cloud-download-all-data() funcall-interactively(gnus-cloud-download-all-data) call-interactively(gnus-cloud-download-all-data nil nil) command-execute(gnus-cloud-download-all-data) (I posted the start of this thread as soon as I saw that I was able to save something, but before actually trying to read it)