From unknown Sat Aug 09 20:51:43 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#47113] [PATCH] gnu: Add emacs-org-msg. Resent-From: Xinglu Chen Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 12 Mar 2021 21:41:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 47113 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 47113@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.161558523521309 (code B ref -1); Fri, 12 Mar 2021 21:41:02 +0000 Received: (at submit) by debbugs.gnu.org; 12 Mar 2021 21:40:35 +0000 Received: from localhost ([127.0.0.1]:58577 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lKpWN-0005Xc-Jl for submit@debbugs.gnu.org; Fri, 12 Mar 2021 16:40:35 -0500 Received: from lists.gnu.org ([209.51.188.17]:53972) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lKpWM-0005XT-1Z for submit@debbugs.gnu.org; Fri, 12 Mar 2021 16:40:34 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:41010) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lKpWI-0003Gv-Tk for guix-patches@gnu.org; Fri, 12 Mar 2021 16:40:32 -0500 Received: from h87-96-130-155.cust.a3fiber.se ([87.96.130.155]:57672 helo=mail.yoctocell.xyz) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lKpWF-0007OA-8Q for guix-patches@gnu.org; Fri, 12 Mar 2021 16:40:29 -0500 From: Xinglu Chen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yoctocell.xyz; s=mail; t=1615585219; bh=7I9Lqt0FwugQfTvmOFm8z2ZLQEPycbHDxOV8LAhgqbc=; h=From:To:Subject:Date; b=ufVfH74lgFVF5Pc+MU+V2lnfcr6kX1KufvUKD7R/gCxlycMmk8FJb4tWYKs2HE1pX KDdeXRvutlV807xWlAWRetGicWFplof/WxOm6b0Zht3FraMoJjqVJ65iUOEWacnqbO 8BlbTJ3nQKY84Rp1EEIDEWV0WCeJyufqCngUHNTY= Message-Id: <3d6aef10e04a9fb39021da2106e329325a34ec95.1615585169.git.public@yoctocell.xyz> Date: Fri, 12 Mar 2021 22:40:07 +0100 MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=87.96.130.155; envelope-from=public@yoctocell.xyz; helo=mail.yoctocell.xyz X-Spam_score_int: 14 X-Spam_score: 1.4 X-Spam_bar: + X-Spam_report: (1.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FROM_SUSPICIOUS_NTLD=0.499, FROM_SUSPICIOUS_NTLD_FP=0.001, PDS_OTHER_BAD_TLD=1.999, RDNS_DYNAMIC=0.982, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.2 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.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 the administrator of that system for details. Content preview: * gnu/packages/emacs-xyz.scm (emacs-org-msg): New variable. --- gnu/packages/emacs-xyz.scm | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 0bf744e1cf..3e46940a86 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -6658,6 +6658,31 @@ useful [...] Content analysis details: (1.2 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] 0.0 RCVD_IN_MSPIKE_H3 RBL: Good reputation (+3) [209.51.188.17 listed in wl.mailspike.net] -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at https://www.dnswl.org/, medium trust [209.51.188.17 listed in list.dnswl.org] 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD 0.0 FROM_SUSPICIOUS_NTLD_FP From abused NTLD 0.0 RCVD_IN_MSPIKE_WL Mailspike good senders 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: 0.2 (/) * gnu/packages/emacs-xyz.scm (emacs-org-msg): New variable. --- gnu/packages/emacs-xyz.scm | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 0bf744e1cf..3e46940a86 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -6658,6 +6658,31 @@ useful for sending tables, fontified source code, and inline images in email.") (license license:gpl3+))) +(define-public emacs-org-msg + ;; No git tags + (let ((commit "89e746c0a864031eef940758230bc7263a6f2289")) + (package + (name "emacs-org-msg") + (version "3.3") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/jeremy-compostella/org-msg") + (commit commit))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "15gd5zbxvdallyra9lmpb9i1r2mmwz0j0i0ra7j9imnbfiz3ln9r")))) + (build-system emacs-build-system) + (propagated-inputs + `(("emacs-htmlize" ,emacs-htmlize))) + (home-page "https://github.com/jeremy-compostella/org-msg") + (synopsis "Mix Org mode and Message mode to compose emails") + (description "OrgMsg is a GNU Emacs global minor mode mixing up Org mode +and your Mail User Agent Mode (Message mode, mu4e mode, or notmuch mode) to +compose and reply to emails in a Outlook HTML friendly style.") + (license license:gpl3+)))) + (define-public emacs-org-superstar (package (name "emacs-org-superstar") base-commit: 5a06b83fc92710c5846a83bbf49f0ea84c8ecec2 -- 2.30.2 From unknown Sat Aug 09 20:51:43 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Xinglu Chen Subject: bug#47113: closed (Re: [bug#47113] [PATCH] gnu: Add emacs-org-msg.) Message-ID: References: <87ft0zxlhm.fsf@nicolasgoaziou.fr> <3d6aef10e04a9fb39021da2106e329325a34ec95.1615585169.git.public@yoctocell.xyz> X-Gnu-PR-Message: they-closed 47113 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 47113@debbugs.gnu.org Date: Sat, 13 Mar 2021 12:55:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1615640102-10311-1" This is a multi-part message in MIME format... ------------=_1615640102-10311-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #47113: [PATCH] gnu: Add emacs-org-msg. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 47113@debbugs.gnu.org. --=20 47113: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D47113 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1615640102-10311-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 47113-done) by debbugs.gnu.org; 13 Mar 2021 12:54:23 +0000 Received: from localhost ([127.0.0.1]:59272 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lL3mh-0002fO-GZ for submit@debbugs.gnu.org; Sat, 13 Mar 2021 07:54:23 -0500 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:52405) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lL3mf-0002f9-FQ for 47113-done@debbugs.gnu.org; Sat, 13 Mar 2021 07:54:21 -0500 X-Originating-IP: 185.131.40.67 Received: from localhost (40-67.ipv4.commingeshautdebit.fr [185.131.40.67]) (Authenticated sender: admin@nicolasgoaziou.fr) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id 74190E000A; Sat, 13 Mar 2021 12:54:14 +0000 (UTC) From: Nicolas Goaziou To: Xinglu Chen Subject: Re: [bug#47113] [PATCH] gnu: Add emacs-org-msg. References: <3d6aef10e04a9fb39021da2106e329325a34ec95.1615585169.git.public@yoctocell.xyz> Date: Sat, 13 Mar 2021 13:54:13 +0100 In-Reply-To: <3d6aef10e04a9fb39021da2106e329325a34ec95.1615585169.git.public@yoctocell.xyz> (Xinglu Chen's message of "Fri, 12 Mar 2021 22:40:07 +0100") Message-ID: <87ft0zxlhm.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 1.3 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.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 the administrator of that system for details. Content preview: Hello, Xinglu Chen writes: > * gnu/packages/emacs-xyz.scm (emacs-org-msg): New variable. Content analysis details: (1.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 RCVD_IN_MSPIKE_H3 RBL: Good reputation (+3) [217.70.183.196 listed in wl.mailspike.net] -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [217.70.183.196 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] 0.0 RCVD_IN_MSPIKE_WL Mailspike good senders X-Debbugs-Envelope-To: 47113-done Cc: 47113-done@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: 0.3 (/) Hello, Xinglu Chen writes: > * gnu/packages/emacs-xyz.scm (emacs-org-msg): New variable. Applied. Thank you. Regards, -- Nicolas Goaziou ------------=_1615640102-10311-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 12 Mar 2021 21:40:35 +0000 Received: from localhost ([127.0.0.1]:58577 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lKpWN-0005Xc-Jl for submit@debbugs.gnu.org; Fri, 12 Mar 2021 16:40:35 -0500 Received: from lists.gnu.org ([209.51.188.17]:53972) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lKpWM-0005XT-1Z for submit@debbugs.gnu.org; Fri, 12 Mar 2021 16:40:34 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:41010) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lKpWI-0003Gv-Tk for guix-patches@gnu.org; Fri, 12 Mar 2021 16:40:32 -0500 Received: from h87-96-130-155.cust.a3fiber.se ([87.96.130.155]:57672 helo=mail.yoctocell.xyz) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lKpWF-0007OA-8Q for guix-patches@gnu.org; Fri, 12 Mar 2021 16:40:29 -0500 From: Xinglu Chen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yoctocell.xyz; s=mail; t=1615585219; bh=7I9Lqt0FwugQfTvmOFm8z2ZLQEPycbHDxOV8LAhgqbc=; h=From:To:Subject:Date; b=ufVfH74lgFVF5Pc+MU+V2lnfcr6kX1KufvUKD7R/gCxlycMmk8FJb4tWYKs2HE1pX KDdeXRvutlV807xWlAWRetGicWFplof/WxOm6b0Zht3FraMoJjqVJ65iUOEWacnqbO 8BlbTJ3nQKY84Rp1EEIDEWV0WCeJyufqCngUHNTY= To: guix-patches@gnu.org Subject: [PATCH] gnu: Add emacs-org-msg. Message-Id: <3d6aef10e04a9fb39021da2106e329325a34ec95.1615585169.git.public@yoctocell.xyz> Date: Fri, 12 Mar 2021 22:40:07 +0100 MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=87.96.130.155; envelope-from=public@yoctocell.xyz; helo=mail.yoctocell.xyz X-Spam_score_int: 14 X-Spam_score: 1.4 X-Spam_bar: + X-Spam_report: (1.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FROM_SUSPICIOUS_NTLD=0.499, FROM_SUSPICIOUS_NTLD_FP=0.001, PDS_OTHER_BAD_TLD=1.999, RDNS_DYNAMIC=0.982, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.2 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.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 the administrator of that system for details. Content preview: * gnu/packages/emacs-xyz.scm (emacs-org-msg): New variable. --- gnu/packages/emacs-xyz.scm | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 0bf744e1cf..3e46940a86 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -6658,6 +6658,31 @@ useful [...] Content analysis details: (1.2 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] 0.0 RCVD_IN_MSPIKE_H3 RBL: Good reputation (+3) [209.51.188.17 listed in wl.mailspike.net] -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at https://www.dnswl.org/, medium trust [209.51.188.17 listed in list.dnswl.org] 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD 0.0 FROM_SUSPICIOUS_NTLD_FP From abused NTLD 0.0 RCVD_IN_MSPIKE_WL Mailspike good senders 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: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.2 (/) * gnu/packages/emacs-xyz.scm (emacs-org-msg): New variable. --- gnu/packages/emacs-xyz.scm | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 0bf744e1cf..3e46940a86 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -6658,6 +6658,31 @@ useful for sending tables, fontified source code, and inline images in email.") (license license:gpl3+))) +(define-public emacs-org-msg + ;; No git tags + (let ((commit "89e746c0a864031eef940758230bc7263a6f2289")) + (package + (name "emacs-org-msg") + (version "3.3") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/jeremy-compostella/org-msg") + (commit commit))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "15gd5zbxvdallyra9lmpb9i1r2mmwz0j0i0ra7j9imnbfiz3ln9r")))) + (build-system emacs-build-system) + (propagated-inputs + `(("emacs-htmlize" ,emacs-htmlize))) + (home-page "https://github.com/jeremy-compostella/org-msg") + (synopsis "Mix Org mode and Message mode to compose emails") + (description "OrgMsg is a GNU Emacs global minor mode mixing up Org mode +and your Mail User Agent Mode (Message mode, mu4e mode, or notmuch mode) to +compose and reply to emails in a Outlook HTML friendly style.") + (license license:gpl3+)))) + (define-public emacs-org-superstar (package (name "emacs-org-superstar") base-commit: 5a06b83fc92710c5846a83bbf49f0ea84c8ecec2 -- 2.30.2 ------------=_1615640102-10311-1--