From 034bcfcbc42e95feb0535c5e60cbcb61d70001af Mon Sep 17 00:00:00 2001 From: intrigeri Date: Thu, 9 Aug 2018 15:27:00 +0000 Subject: [PATCH] Update tails-persistence-setup to its current master branch (refs: #15775). MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit … at commit 9f7b55decb9f8b98d83c03a74a3a0b0046c555fb. --- .../chroot_local-patches/tps-15775-thunderbird-feeds.diff | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 config/chroot_local-patches/tps-15775-thunderbird-feeds.diff diff --git a/config/chroot_local-patches/tps-15775-thunderbird-feeds.diff b/config/chroot_local-patches/tps-15775-thunderbird-feeds.diff new file mode 100644 index 00000000000..7102d49b5fc --- /dev/null +++ b/config/chroot_local-patches/tps-15775-thunderbird-feeds.diff @@ -0,0 +1,14 @@ +Tails/ +diff --git a/usr/share/perl5/Tails/Persistence/Configuration/Presets.pm b/usr/share/perl5/Tails/Persistence/Configuration/Presets.pm +index 1a01326..a6bd4b4 100644 +--- a/usr/share/perl5/Tails/Persistence/Configuration/Presets.pm ++++ b/usr/share/perl5/Tails/Persistence/Configuration/Presets.pm +@@ -87,7 +87,7 @@ method _build__presets { + { + name => $self->encoding->decode(gettext(q{Thunderbird})), + description => $self->encoding->decode(gettext( +- q{Thunderbird profiles and locally stored email} ++ q{Thunderbird emails, feeds, and settings} + )), + destination => '/home/amnesia/.thunderbird', + options => [ 'source=thunderbird' ], -- 2.11.4.GIT