diff options
Diffstat (limited to 'etc/news.scm')
-rw-r--r-- | etc/news.scm | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/etc/news.scm b/etc/news.scm index 76d9ed3739..f28fc2094b 100644 --- a/etc/news.scm +++ b/etc/news.scm @@ -24,6 +24,20 @@ (channel-news (version 0) + (entry (commit "52cb5cf5b852117b5151a67af187d80764849ad3") + (title + (en "Icedove 91: profile folder moved to @file{~/.thunderbird}") + (de "Icedove 91: Profilordner jetzt unter @file{~/.thunderbird}")) + (body + (en "Icedove 91 expects your profile folder under @file{~/.thunderbird}. +You need to manually copy your Icedove profiles from @file{~/.icedove} to +@file{~./thunderbird}. It may be required to start Icedove with +@option{--ProfileManager} for the first time after the migration.") + (de "Icedove 91 erwartet Ihren Profilordner unter @file{~/.thunderbird}. +Dafür müssen sie Ihre Icedove-Profile von @file{~/.icedove} nach +@file{~/.thunderbird} kopieren. Eventuell muss Icedove das erste Mal nach der +Migration mit @option{--ProfileManager} gestartet werden."))) + (entry (commit "746584e0ca200e7bf51b139ceb36c19ea81d6ef1") (title (en "New @command{guix shell} command supersedes @command{guix |