unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Hilton Chain via Guix-patches via <guix-patches@gnu.org>
To: 67964@debbugs.gnu.org
Cc: Hilton Chain <hako@ultrarare.space>,
	Cayetano Santos <csantosb@inventati.org>,
	Andrew Tropin <andrew@trop.in>,
	Katherine Cox-Buday <cox.katherine.e+guix@gmail.com>,
	Liliana Marie Prikler <liliana.prikler@gmail.com>
Subject: [bug#67964] [PATCH] gnu: Remove emacs-mu4e-conversation.
Date: Fri, 22 Dec 2023 13:31:46 +0800	[thread overview]
Message-ID: <9081007ecadc9eea75eed13d066094c4af81b9e8.1703223080.git.hako@ultrarare.space> (raw)

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@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





             reply	other threads:[~2023-12-22  5:33 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-22  5:31 Hilton Chain via Guix-patches via [this message]
2023-12-22 21:15 ` [bug#67964] [PATCH] gnu: Remove emacs-mu4e-conversation Liliana Marie Prikler
2023-12-23  5:55   ` Hilton Chain via Guix-patches via
2024-01-03  9:03     ` [bug#67964] Done Cayetano Santos via Guix-patches via
2024-01-03  9:03       ` bug#67964: Done Cayetano Santos via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=9081007ecadc9eea75eed13d066094c4af81b9e8.1703223080.git.hako@ultrarare.space \
    --to=guix-patches@gnu.org \
    --cc=67964@debbugs.gnu.org \
    --cc=andrew@trop.in \
    --cc=cox.katherine.e+guix@gmail.com \
    --cc=csantosb@inventati.org \
    --cc=hako@ultrarare.space \
    --cc=liliana.prikler@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).