From unknown Tue Aug 19 22:01:07 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#39076 <39076@debbugs.gnu.org> To: bug#39076 <39076@debbugs.gnu.org> Subject: Status: 26.3; rmail-summary-mark-deleted error with no arguments (or nil) Reply-To: bug#39076 <39076@debbugs.gnu.org> Date: Wed, 20 Aug 2025 05:01:07 +0000 retitle 39076 26.3; rmail-summary-mark-deleted error with no arguments (or = nil) reassign 39076 emacs submitter 39076 Ed Sabol severity 39076 minor tag 39076 fixed thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Jan 10 16:30:34 2020 Received: (at submit) by debbugs.gnu.org; 10 Jan 2020 21:30:34 +0000 Received: from localhost ([127.0.0.1]:55059 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iq1rV-0005NF-Tx for submit@debbugs.gnu.org; Fri, 10 Jan 2020 16:30:34 -0500 Received: from lists.gnu.org ([209.51.188.17]:54777) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iq1rT-0005N7-Tl for submit@debbugs.gnu.org; Fri, 10 Jan 2020 16:30:32 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:50867) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iq1rQ-0000uE-Mo for bug-gnu-emacs@gnu.org; Fri, 10 Jan 2020 16:30:30 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_50,RCVD_IN_DNSWL_HI, URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iq1rM-000799-FN for bug-gnu-emacs@gnu.org; Fri, 10 Jan 2020 16:30:28 -0500 Received: from bigbang.gsfc.nasa.gov ([128.183.16.133]:60370) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iq1rL-00071N-GA for bug-gnu-emacs@gnu.org; Fri, 10 Jan 2020 16:30:24 -0500 Received: from alderaan.gsfc.nasa.gov (alderaan.gsfc.nasa.gov [128.183.53.160]) by bigbang.gsfc.nasa.gov (8.15.2/8.15.2) with ESMTP id 00ALUFdK028314; Fri, 10 Jan 2020 16:30:16 -0500 DKIM-Filter: OpenDKIM Filter v2.11.0 bigbang.gsfc.nasa.gov 00ALUFdK028314 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bigbang.gsfc.nasa.gov; s=bigbang-2018-09; t=1578691816; bh=NckqPCpg+4uMDKyzNpBVMCuN3/O40jmG8gIOKs30mxA=; h=From:To:Subject:Reply-To:Date:From; b=PShixKA2bJTDa/zWx8rSoeGBj4UakHVsUqh9EUf3+QKYPsKZp2YCId8Iqa8dduVYh ZG6IVKRVA9eEeLbN9dM+of7e/aXMactvN/sFtbG3Vs8jGP0KZ2aVo+ijkZux3PaGm+ M9bh9j+mmdUxz1dcsdozKg+AUugN/3i53qndJaV8= Received: by alderaan.gsfc.nasa.gov (Postfix, from userid 679) id D5F66203EC; Fri, 10 Jan 2020 16:30:15 -0500 (EST) From: Ed Sabol To: bug-gnu-emacs@gnu.org Subject: 26.3; rmail-summary-mark-deleted error with no arguments (or nil) Message-Id: <20200110213015.D5F66203EC@alderaan.gsfc.nasa.gov> Date: Fri, 10 Jan 2020 16:30:15 -0500 (EST) X-Greylist: inspected by milter-greylist-4.5.12 (bigbang.gsfc.nasa.gov [128.183.16.133]); Fri, 10 Jan 2020 16:30:16 -0500 (EST) for IP:'128.183.53.160' DOMAIN:'alderaan.gsfc.nasa.gov' HELO:'alderaan.gsfc.nasa.gov' FROM:'edward.j.sabol@nasa.gov' RCPT:'' X-Greylist: Default is to whitelist mail, not delayed by milter-greylist-4.5.12 (bigbang.gsfc.nasa.gov [128.183.16.133]); Fri, 10 Jan 2020 16:30:16 -0500 (EST) X-Scanned-By: MIMEDefang 2.84 on 128.183.16.133 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 128.183.16.133 X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Ed Sabol Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) rmail-summary-mark-deleted is defined like so: (defun rmail-summary-mark-deleted (&optional n undel) ...) As you can see, n and undel are supposed to be optional arguments. However, if I call rmail-summary-mark-deleted with no arguments (or a nil argument), I get the following lisp error: (wrong-type-argument number-or-marker-p nil) as shown in this backtrace: Debugger entered--Lisp error: (wrong-type-argument number-or-marker-p nil) rmail-summary-mark-deleted(nil) rmail-summary-delete-forward(-1) rmail-summary-delete-backward(1) funcall-interactively(rmail-summary-delete-backward 1) call-interactively(rmail-summary-delete-backward nil nil) command-execute(rmail-summary-delete-backward) The issue is that rmail-summary-mark-deleted evaluates (1- n) which causes the error when n is nil. However, this is really a symptom of another issue I'm seeing. Immediately after I hit "g" to get new mail in some rmail-summary buffer, rmail-current-message is sometimes nil until I move to another message, but I haven't tracked down yet why that's happening and I haven't been able to reproduce it with `emacs -Q'.... That said, I *can* reproduce the error with (rmail-summary-mark-deleted) with `emacs -Q'. It is easiest to do with an email whose "Subject:" header is "(rmail-summary-mark-deleted)". Then, in the rmail-summary buffer, go to the message with that subject, move point to just after the close paren in "(rmail-summary-mark-deleted)", and hit C-x C-e to evaluate the expression in the rmail-summary buffer. In GNU Emacs 26.3 (build 2, x86_64-pc-linux-gnu, X toolkit) of 2019-11-19 built on heasarcdev Windowing system distributor 'Scientific Linux', version 11.0.11704000 System Description: Scientific Linux release 6.10 (Carbon) Recent messages: Quit /software/usr/contrib/share/emacs/26.3/lisp/mail/rmail.el.gz and /usr/contrib/share/emacs/26.3/lisp/mail/rmail.el.gz are the same file Mark saved where search started [2 times] Making completion list... completing-read-default: Command attempted to use minibuffer while in minibuffer Quit [3 times] next-line: End of buffer Quit next-line: End of buffer Region copied to kill buffer. Configured using: 'configure --prefix=/software/usr/contrib --exec-prefix=/software/usr/contrib/linux-6.x --with-x-toolkit=lucid --with-xft=yes --with-toolkit-scroll-bars=no --with-gif=no --with-tiff=no --with-gnutls=no' Configured features: XAW3D XPM JPEG PNG SOUND GSETTINGS GLIB NOTIFY LIBSELINUX LIBXML2 FREETYPE XFT ZLIB LUCID X11 XDBE XIM THREADS Important settings: value of $LANG: en_US.UTF-8 value of $XMODIFIERS: @im=none locale-coding-system: utf-8-unix Major mode: Emacs-Lisp Minor modes in effect: t: t show-paren-mode: t diff-auto-refine-mode: t display-time-mode: t tooltip-mode: t global-eldoc-mode: t eldoc-mode: t electric-indent-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Load-path shadows: /software/usr/contrib/share/emacs/26.x/site-lisp/dockerfile-mode hides /Home/lhea2/sabol/.emacs.d/elpa/dockerfile-mode-1.2/dockerfile-mode /software/usr/contrib/share/emacs/26.x/site-lisp/perlcritic hides /software/usr/contrib/share/emacs/site-lisp/perlcritic /Home/lhea2/sabol/.emacs.d/elpa/mmm-mode-0.5.7/mmm-region hides /software/usr/contrib/share/emacs/site-lisp/mmm-region /software/usr/contrib/share/emacs/26.x/site-lisp/tidy hides /software/usr/contrib/share/emacs/site-lisp/tidy /Home/lhea2/sabol/.emacs.d/elpa/mmm-mode-0.5.7/mmm-vars hides /software/usr/contrib/share/emacs/site-lisp/mmm-vars /Home/lhea2/sabol/.emacs.d/elpa/mmm-mode-0.5.7/mmm-noweb hides /software/usr/contrib/share/emacs/site-lisp/mmm-noweb /Home/lhea2/sabol/.emacs.d/elpa/mmm-mode-0.5.7/mmm-utils hides /software/usr/contrib/share/emacs/site-lisp/mmm-utils /Home/lhea2/sabol/.emacs.d/elpa/mmm-mode-0.5.7/mmm-cweb hides /software/usr/contrib/share/emacs/site-lisp/mmm-cweb /Home/lhea2/sabol/.emacs.d/elpa/mmm-mode-0.5.7/mmm-univ hides /software/usr/contrib/share/emacs/site-lisp/mmm-univ /Home/lhea2/sabol/.emacs.d/elpa/mmm-mode-0.5.7/mmm-rpm hides /software/usr/contrib/share/emacs/site-lisp/mmm-rpm /Home/lhea2/sabol/.emacs.d/elpa/mmm-mode-0.5.7/mmm-mason hides /software/usr/contrib/share/emacs/site-lisp/mmm-mason /Home/lhea2/sabol/.emacs.d/elpa/mmm-mode-0.5.7/mmm-sample hides /software/usr/contrib/share/emacs/site-lisp/mmm-sample /Home/lhea2/sabol/.emacs.d/elpa/mmm-mode-0.5.7/mmm-mode hides /software/usr/contrib/share/emacs/site-lisp/mmm-mode /Home/lhea2/sabol/.emacs.d/elpa/mmm-mode-0.5.7/mmm-cmds hides /software/usr/contrib/share/emacs/site-lisp/mmm-cmds /Home/lhea2/sabol/.emacs.d/elpa/mmm-mode-0.5.7/mmm-class hides /software/usr/contrib/share/emacs/site-lisp/mmm-class /Home/lhea2/sabol/.emacs.d/elpa/mmm-mode-0.5.7/mmm-compat hides /software/usr/contrib/share/emacs/site-lisp/mmm-compat /Home/lhea2/sabol/.emacs.d/elpa/mmm-mode-0.5.7/mmm-auto hides /software/usr/contrib/share/emacs/site-lisp/mmm-auto /software/usr/contrib/share/emacs/26.x/site-lisp/mode-compile hides /software/usr/contrib/share/emacs/site-lisp/mode-compile /software/usr/contrib/share/emacs/26.x/site-lisp/heasarc-info-mode hides /software/usr/contrib/share/emacs/site-lisp/heasarc-info-mode /software/usr/contrib/share/emacs/26.x/site-lisp/simple-vc hides /software/usr/contrib/share/emacs/site-lisp/simple-vc /software/usr/contrib/share/emacs/site-lisp/css-mode hides /software/usr/contrib/share/emacs/26.3/lisp/textmodes/css-mode /software/usr/contrib/share/emacs/site-lisp/flymake hides /software/usr/contrib/share/emacs/26.3/lisp/progmodes/flymake Features: (shadow emacsbug find-func debug rect shr-color color xref project url-util ispell rmailedit timezone supercite regi shr svg xml dom browse-url rmailout cl-extra cl-print thingatpt help-fns radix-tree help-mode ediff-merg ediff-wind ediff-diff ediff-mult ediff-help ediff-init ediff-util ediff jka-compr mailalias mail-hist sendmail misearch multi-isearch pp qp rmailsum rmailmm elec-pair paren psvn wid-edit cl log-edit message rmc puny format-spec rfc822 mml mml-sec epa derived epg gnus-util rmail rmail-loaddefs mm-decode mm-bodies mm-encode mail-parse rfc2231 rfc2047 rfc2045 ietf-drums mailabbrev mail-utils gmm-utils mailheader ring add-log diff-mode executable mmm-auto mmm-vars mmm-utils mmm-compat imenu mm-util mail-prsvr time advice server restart-session dired dired-loaddefs pcvs vc-cvs pcvs-parse pcvs-info pcvs-defs easy-mmode pcvs-util ewoc finder-inf package easymenu epg-config url-handlers url-parse auth-source cl-seq eieio eieio-core cl-macs eieio-loaddefs password-cache url-vars seq byte-opt gv bytecomp byte-compile cconv cl-loaddefs cl-lib time-date mule-util tooltip eldoc electric uniquify ediff-hook vc-hooks lisp-float-type mwheel term/x-win x-win term/common-win x-dnd tool-bar dnd fontset image regexp-opt fringe tabulated-list replace newcomment text-mode elisp-mode lisp-mode prog-mode register page menu-bar rfn-eshadow isearch timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core term/tty-colors frame cl-generic cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese eucjp-ms cp51932 hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese composite charscript charprop case-table epa-hook jka-cmpr-hook help simple abbrev obarray minibuffer cl-preloaded nadvice loaddefs button faces cus-face macroexp files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote threads inotify dynamic-setting font-render-setting x-toolkit x multi-tty make-network-process emacs) Memory information: ((conses 16 501193 84028) (symbols 48 31333 1) (miscs 40 23052 4155) (strings 32 138700 11898) (string-bytes 1 5254271) (vectors 16 37509) (vector-slots 8 1831771 190318) (floats 8 356 385) (intervals 56 25000 1411) (buffers 992 56) (heap 1024 104355 6082)) From debbugs-submit-bounces@debbugs.gnu.org Fri Jan 10 17:13:30 2020 Received: (at 39076) by debbugs.gnu.org; 10 Jan 2020 22:13:30 +0000 Received: from localhost ([127.0.0.1]:55087 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iq2X4-0006MR-7N for submit@debbugs.gnu.org; Fri, 10 Jan 2020 17:13:30 -0500 Received: from bigbang.gsfc.nasa.gov ([128.183.16.133]:40480) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iq2X2-0006MI-Ez for 39076@debbugs.gnu.org; Fri, 10 Jan 2020 17:13:29 -0500 Received: from alderaan.gsfc.nasa.gov (alderaan.gsfc.nasa.gov [128.183.53.160]) by bigbang.gsfc.nasa.gov (8.15.2/8.15.2) with ESMTP id 00AMDPFi051415; Fri, 10 Jan 2020 17:13:26 -0500 DKIM-Filter: OpenDKIM Filter v2.11.0 bigbang.gsfc.nasa.gov 00AMDPFi051415 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bigbang.gsfc.nasa.gov; s=bigbang-2018-09; t=1578694406; bh=QwuudD9l4CrzXbe0VCA38FaboqyuAjN1Ku3uGIJOOI4=; h=From:To:In-reply-to:Subject:Reply-To:References:Date:From; b=E9T87JKRc62sHIKGnlBNX800EICebzf4vDSxJuDgYfeS0BpQdqaVreab4Lpgo2rXM OkZ7h+ilTljG2OgqeDe+IoFOnzid/W7HJ508zGsAr862AhnVQijLZHgN90FqmAP5wc /EqChx3IdK9MUbnsg5gzbFd+MSq3d8fS1EtgtEU4= Received: by alderaan.gsfc.nasa.gov (Postfix, from userid 679) id DA742203EC; Fri, 10 Jan 2020 17:13:25 -0500 (EST) From: "Edward J. Sabol" To: 39076@debbugs.gnu.org In-reply-to: (help-debbugs@gnu.org) Subject: Re: bug#39076: Acknowledgement (26.3; rmail-summary-mark-deleted error with no arguments (or nil)) References: <20200110213015.D5F66203EC@alderaan.gsfc.nasa.gov> Message-Id: <20200110221325.DA742203EC@alderaan.gsfc.nasa.gov> Date: Fri, 10 Jan 2020 17:13:25 -0500 (EST) X-Greylist: inspected by milter-greylist-4.5.12 (bigbang.gsfc.nasa.gov [128.183.16.133]); Fri, 10 Jan 2020 17:13:26 -0500 (EST) for IP:'128.183.53.160' DOMAIN:'alderaan.gsfc.nasa.gov' HELO:'alderaan.gsfc.nasa.gov' FROM:'edward.j.sabol@nasa.gov' RCPT:'' X-Greylist: Default is to whitelist mail, not delayed by milter-greylist-4.5.12 (bigbang.gsfc.nasa.gov [128.183.16.133]); Fri, 10 Jan 2020 17:13:26 -0500 (EST) X-Scanned-By: MIMEDefang 2.84 on 128.183.16.133 X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 39076 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Ed Sabol Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -6.0 (------) > However, this is really a symptom of another issue I'm seeing. Immediately > after I hit "g" to get new mail in some rmail-summary buffer, > rmail-current-message is sometimes nil until I move to another message, but I > haven't tracked down yet why that's happening and I haven't been able to > reproduce it with `emacs -Q'.... Ah ha! I was able to fix this quasi-related issue with rmail-current-message sometimes being nil right after calling `rmail-summary-get-new'-mail by changing: (with-current-buffer rmail-buffer (rmail-get-new-mail file-name) ;; Get the proper new message number. (setq msg rmail-current-message)) to: (with-current-buffer rmail-buffer (rmail-get-new-mail file-name) ;; Get the proper new message number. (rmail-maybe-set-message-counters) (setq msg rmail-current-message)) in `rmail-summary-get-new-mail'. Adding "(rmail-maybe-set-message-counters)" there seems to have fixed the issue I was seeing. Not sure why this is needed though since `rmail-get-new-mail' already calls `rmail-maybe-set-message-counters', although it does so near the beginning of that function. I hope this makes sense and is useful information. Regards, Ed From debbugs-submit-bounces@debbugs.gnu.org Fri Jan 29 02:35:25 2021 Received: (at 39076) by debbugs.gnu.org; 29 Jan 2021 07:35:25 +0000 Received: from localhost ([127.0.0.1]:51059 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l5OJP-00037f-93 for submit@debbugs.gnu.org; Fri, 29 Jan 2021 02:35:25 -0500 Received: from quimby.gnus.org ([95.216.78.240]:42628) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l5OJN-00037O-Qm for 39076@debbugs.gnu.org; Fri, 29 Jan 2021 02:35:22 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=kcXkhYlqBseRnywYqwlI5+ytaInSnZGsBJgTT20WMk0=; b=eLMWYswH8MeKFmwfAXDL2rxLz1 gcNbR+cV1AsfgaOmCAQBtWLNN9HsyD8DQZThIAA4ZLGeCcfRkq8WUxtmLxwONhH+Wd59WO3CZ841w 0SNKj/RfZwSi8lUSdoJzXn5XYRxsSdYS3Q9M47U+EVFnvopZDg4DDrPABxbW09z9ICXg=; Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1l5OJC-0000dm-8e; Fri, 29 Jan 2021 08:35:12 +0100 From: Lars Ingebrigtsen To: Ed Sabol Subject: Re: bug#39076: 26.3; rmail-summary-mark-deleted error with no arguments (or nil) References: <20200110213015.D5F66203EC@alderaan.gsfc.nasa.gov> X-Now-Playing: Black Stereo Faith's _Black Stereo Faith_: "Hey" Date: Fri, 29 Jan 2021 08:35:09 +0100 In-Reply-To: <20200110213015.D5F66203EC@alderaan.gsfc.nasa.gov> (Ed Sabol's message of "Fri, 10 Jan 2020 16:30:15 -0500 (EST)") Message-ID: <87zh0stcuq.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: Ed Sabol writes: > That said, I *can* reproduce the error with (rmail-summary-mark-deleted) with > `emacs -Q'. It is easiest to do with an email whose "Subject:" header is > "(rmail-summary-mark-deleted)". Then, in th [...] Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 39076 Cc: Ed Sabol , 39076@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Ed Sabol writes: > That said, I *can* reproduce the error with (rmail-summary-mark-deleted) with > `emacs -Q'. It is easiest to do with an email whose "Subject:" header is > "(rmail-summary-mark-deleted)". Then, in the rmail-summary buffer, go to the > message with that subject, move point to just after the close paren in > "(rmail-summary-mark-deleted)", and hit C-x C-e to evaluate the expression in > the rmail-summary buffer. This should now be fixed in Emacs 28. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Fri Jan 29 02:35:27 2021 Received: (at control) by debbugs.gnu.org; 29 Jan 2021 07:35:27 +0000 Received: from localhost ([127.0.0.1]:51062 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l5OJT-00037w-4m for submit@debbugs.gnu.org; Fri, 29 Jan 2021 02:35:27 -0500 Received: from quimby.gnus.org ([95.216.78.240]:42642) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1l5OJQ-00037V-2u for control@debbugs.gnu.org; Fri, 29 Jan 2021 02:35:25 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Subject:From:To:Message-Id:Date:Sender:Reply-To:Cc: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=Ar9Q/A1b5c/JBc8+zcQxwn2Q243OxqZIDpDNhXVuxZ0=; b=kJXRR9YnqBlrlrUOq1XrPmLWFK 0Vra6uQbTwZAXg7ByQkI6stWZ1vEIeAjQwPE4ijldhuplSGvuaqp+jnarKLqvicDux9ichTZO2uSA CuvSl7PTaox+ct4Nl/Jp/Bh/sPqmCtwoKz3Bn5AXiVo8mTLPAvuIBMFot34WOe44dWAs=; Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1l5OJI-0000ds-Gd for control@debbugs.gnu.org; Fri, 29 Jan 2021 08:35:18 +0100 Date: Fri, 29 Jan 2021 08:35:15 +0100 Message-Id: <87y2gctcuk.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #39076 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: tags 39076 fixed close 39076 28.1 quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) tags 39076 fixed close 39076 28.1 quit From unknown Tue Aug 19 22:01:07 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 26 Feb 2021 12:24:15 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator