all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Mark H Weaver <mhw@netris.org>
To: Jonathan Brielmaier <jonathan.brielmaier@web.de>
Cc: 51508@debbugs.gnu.org
Subject: [bug#51508] [PATCH 0/2] Update icedove to 91 branch
Date: Sun, 31 Oct 2021 01:43:23 -0400	[thread overview]
Message-ID: <87h7cxvje1.fsf@netris.org> (raw)
In-Reply-To: <87k0huuq5a.fsf@netris.org>

Hi Jonathan,

Jonathan Brielmaier <jonathan.brielmaier@web.de> writes:
> One big outstanding issue, is that thunderbird uses now the
> ~/.thunderbird folder for the profiles. I did not get it using
> ~/.icedove like before. So you need to migrate (copy) your profile. I
> can live with that, who can't: have fun finding out how to get back the
> old behaviour :)

Here's a proposed patch that might be what's needed:

--8<---------------cut here---------------start------------->8---
diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm
index 30b5d6544e..39d67641ff 100644
--- a/gnu/packages/gnuzilla.scm
+++ b/gnu/packages/gnuzilla.scm
@@ -1687,6 +1687,9 @@ standards of the IceCat project.")
                             "comm/suite/components/customizeToolbar.js")
                (("AppConstants.MOZ_APP_NAME (.)= \"thunderbird" _ e)
                 (format #f "AppConstants.MOZ_APP_NAME ~a= \"icedove" e)))
+             (substitute* "comm/suite/components/migration/src/nsThunderbirdProfileMigrator.cpp"
+               (("\"Thunderbird\"") "\"Icedove\"")
+               (("\"\\.thunderbird\"") "\".icedove\""))
 
              ;; Override addon URLs and settings
              (substitute* "comm/mail/app/profile/all-thunderbird.js"
--8<---------------cut here---------------end--------------->8---

Would you like to test it?

       Mark

-- 
Disinformation flourishes because many people care deeply about injustice
but very few check the facts.  Ask me about <https://stallmansupport.org>.




  reply	other threads:[~2021-10-31  5:47 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-30 10:46 [bug#51508] [PATCH 0/2] Update icedove to 91 branch Jonathan Brielmaier
2021-10-30 10:50 ` [bug#51508] [PATCH 1/2] gnu: Add nspr@4.32 Jonathan Brielmaier
2021-10-30 10:50   ` [bug#51508] [PATCH 2/2] gnu: icedove: Update to 91.2.1 Jonathan Brielmaier
2021-10-30 22:02 ` [bug#51508] [PATCH 0/2] Update icedove to 91 branch Mark H Weaver
2021-10-31  5:43   ` Mark H Weaver [this message]
2021-10-31 11:35     ` Jonathan Brielmaier
2021-11-02 14:18       ` Mark H Weaver
2021-11-13 22:06       ` Ludovic Courtès
2021-12-01 22:24         ` bug#51508: " Jonathan Brielmaier
2021-12-03 22:33           ` [bug#51508] " pelzflorian (Florian Pelz)
2021-12-04 14:13             ` Jonathan Brielmaier

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

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

  git send-email \
    --in-reply-to=87h7cxvje1.fsf@netris.org \
    --to=mhw@netris.org \
    --cc=51508@debbugs.gnu.org \
    --cc=jonathan.brielmaier@web.de \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.