GNU bug report logs - #67964
[PATCH] gnu: Remove emacs-mu4e-conversation.

Previous Next

Package: guix-patches;

Reported by: Hilton Chain <hako <at> ultrarare.space>

Date: Fri, 22 Dec 2023 05:33:02 UTC

Severity: normal

Tags: patch

Done: Cayetano Santos <csantosb <at> inventati.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 67964 in the body.
You can then email your comments to 67964 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to andrew <at> trop.in, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org:
bug#67964; Package guix-patches. (Fri, 22 Dec 2023 05:33:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Hilton Chain <hako <at> ultrarare.space>:
New bug report received and forwarded. Copy sent to andrew <at> trop.in, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org. (Fri, 22 Dec 2023 05:33:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Hilton Chain <hako <at> ultrarare.space>
To: guix-patches <at> gnu.org
Cc: Hilton Chain <hako <at> ultrarare.space>,
 Cayetano Santos <csantosb <at> inventati.org>
Subject: [PATCH] gnu: Remove emacs-mu4e-conversation.
Date: Fri, 22 Dec 2023 13:31:46 +0800
Quoted from the package's readme.org:
"Warning: As of 2021-01-06 this package is broken since mu4e has made changes
to its protocol.  New maintainer wanted!."

See also:
https://gitlab.com/ambrevar/mu4e-conversation/-/issues/18
https://gitlab.com/ambrevar/mu4e-conversation/-/issues/19

* gnu/packages/emacs-xyz.scm (emacs-mu4e-conversation): Delete variable.

Reported-by: Cayetano Santos <csantosb <at> inventati.org>
Change-Id: I1a0ade274f1e9aac180c68fe0223a6aea77ff80c
---
 gnu/packages/emacs-xyz.scm | 31 -------------------------------
 1 file changed, 31 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 77d49627fc..a9e2bf43f1 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -27113,37 +27113,6 @@ (define-public emacs-sxiv
 in said buffer using sxiv.")
     (license license:unlicense)))
 
-(define-public emacs-mu4e-conversation
-  (let ((commit "98110bb9c300fc9866dee8e0023355f9f79c9b96")
-        (revision "5"))
-    (package
-      (name "emacs-mu4e-conversation")
-      (version (git-version "0.0.1" revision commit))
-      (source
-       (origin
-         (method git-fetch)
-         (uri (git-reference
-               (url "https://gitlab.com/Ambrevar/mu4e-conversation.git")
-               (commit commit)))
-         (file-name (git-file-name name version))
-         (sha256
-          (base32
-           "080s96jkcw2p288sp1vgds91rgl693iz6hi2dv56p2ih0nnivwlg"))))
-      (build-system emacs-build-system)
-      (propagated-inputs
-       (list mu))
-      (home-page
-       "https://gitlab.com/Ambrevar/mu4e-conversation")
-      (synopsis
-       "Show a complete thread in a single buffer")
-      (description
-       "This package offers an alternate view to mu4e's e-mail display.  It
-shows all e-mails of a thread in a single view, where each correspondent has
-their own face.  Threads can be displayed linearly (in which case e-mails are
-displayed in chronological order) or as an Org document where the node tree
-maps the thread tree.")
-      (license license:gpl3+))))
-
 ;; Package has no releases or tags.  Version is extracted from "Version:"
 ;; keyword in main file.
 (define-public emacs-mu4e-dashboard

base-commit: ca813173894360edef35a5d98878a3135e99e62a
-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#67964; Package guix-patches. (Fri, 22 Dec 2023 21:16:02 GMT) Full text and rfc822 format available.

Message #8 received at 67964 <at> debbugs.gnu.org (full text, mbox):

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: Hilton Chain <hako <at> ultrarare.space>, 67964 <at> debbugs.gnu.org
Cc: Katherine Cox-Buday <cox.katherine.e+guix <at> gmail.com>,
 Cayetano Santos <csantosb <at> inventati.org>, Andrew Tropin <andrew <at> trop.in>
Subject: Re: [bug#67964] [PATCH] gnu: Remove emacs-mu4e-conversation.
Date: Fri, 22 Dec 2023 22:15:03 +0100
Am Freitag, dem 22.12.2023 um 13:31 +0800 schrieb Hilton Chain:
> Quoted from the package's readme.org:
> "Warning: As of 2021-01-06 this package is broken since mu4e has made
> changes
> to its protocol.  New maintainer wanted!."
> 
> See also:
> https://gitlab.com/ambrevar/mu4e-conversation/-/issues/18
> https://gitlab.com/ambrevar/mu4e-conversation/-/issues/19
> 
> * gnu/packages/emacs-xyz.scm (emacs-mu4e-conversation): Delete
> variable.
> 
> Reported-by: Cayetano Santos <csantosb <at> inventati.org>
> Change-Id: I1a0ade274f1e9aac180c68fe0223a6aea77ff80c
> ---
I assume this also affects Guix' version?
Where can I read more about this report?

Cheers




Information forwarded to guix-patches <at> gnu.org:
bug#67964; Package guix-patches. (Sat, 23 Dec 2023 05:56:02 GMT) Full text and rfc822 format available.

Message #11 received at 67964 <at> debbugs.gnu.org (full text, mbox):

From: Hilton Chain <hako <at> ultrarare.space>
To: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
Cc: Katherine Cox-Buday <cox.katherine.e+guix <at> gmail.com>,
 Andrew Tropin <andrew <at> trop.in>, Cayetano Santos <csantosb <at> inventati.org>,
 67964 <at> debbugs.gnu.org
Subject: Re: [bug#67964] [PATCH] gnu: Remove emacs-mu4e-conversation.
Date: Sat, 23 Dec 2023 13:55:26 +0800
On Sat, 23 Dec 2023 05:15:03 +0800,
Liliana Marie Prikler wrote:
>
> Am Freitag, dem 22.12.2023 um 13:31 +0800 schrieb Hilton Chain:
> > Quoted from the package's readme.org:
> > "Warning: As of 2021-01-06 this package is broken since mu4e has
> > made changes to its protocol.  New maintainer wanted!."
> >
> > See also:
> > https://gitlab.com/ambrevar/mu4e-conversation/-/issues/18
> > https://gitlab.com/ambrevar/mu4e-conversation/-/issues/19
> >
> > * gnu/packages/emacs-xyz.scm (emacs-mu4e-conversation): Delete
> > variable.
> >
> > Reported-by: Cayetano Santos <csantosb <at> inventati.org>
> > Change-Id: I1a0ade274f1e9aac180c68fe0223a6aea77ff80c
> > ---
> I assume this also affects Guix' version?

I don't know...  Could you explain more about this?

> Where can I read more about this report?

It's reported in bug#67944, the content is the same quote.




Information forwarded to guix-patches <at> gnu.org:
bug#67964; Package guix-patches. (Wed, 03 Jan 2024 09:06:02 GMT) Full text and rfc822 format available.

Message #14 received at 67964 <at> debbugs.gnu.org (full text, mbox):

From: Cayetano Santos <csantosb <at> inventati.org>
To: 67964-done <at> debbugs.gnu.org
Cc: 67964 <at> debbugs.gnu.org
Subject: Done
Date: Wed, 03 Jan 2024 10:03:41 +0100

>sam. 23 déc. 2023 at 13:55, Hilton Chain <hako <at> ultrarare.space> wrote:

> On Sat, 23 Dec 2023 05:15:03 +0800,
> Liliana Marie Prikler wrote:
>>
>> Am Freitag, dem 22.12.2023 um 13:31 +0800 schrieb Hilton Chain:
>> > Quoted from the package's readme.org:
>> > "Warning: As of 2021-01-06 this package is broken since mu4e has
>> > made changes to its protocol.  New maintainer wanted!."
>> >
>> > See also:
>> > https://gitlab.com/ambrevar/mu4e-conversation/-/issues/18
>> > https://gitlab.com/ambrevar/mu4e-conversation/-/issues/19
>> >
>> > * gnu/packages/emacs-xyz.scm (emacs-mu4e-conversation): Delete
>> > variable.
>> >
>> > Reported-by: Cayetano Santos <csantosb <at> inventati.org>
>> > Change-Id: I1a0ade274f1e9aac180c68fe0223a6aea77ff80c
>> > ---
>> I assume this also affects Guix' version?
>
> I don't know...  Could you explain more about this?
>
>> Where can I read more about this report?
>
> It's reported in bug#67944, the content is the same quote.

This may be closed now, as already merged in master.




Reply sent to csantosb <at> inventati.org:
You have taken responsibility. (Wed, 03 Jan 2024 09:06:02 GMT) Full text and rfc822 format available.

Notification sent to Hilton Chain <hako <at> ultrarare.space>:
bug acknowledged by developer. (Wed, 03 Jan 2024 09:06:03 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 31 Jan 2024 12:24:11 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 191 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.