From 4964d999d4a7137392f6c20517d23a008cc3e770 Mon Sep 17 00:00:00 2001 From: smitsohu Date: Sun, 16 Jun 2019 13:47:01 +0200 Subject: allow nodbus in thunderbird profile in order to maintain enigmail support - #1951 --- etc/thunderbird.profile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/etc/thunderbird.profile b/etc/thunderbird.profile index e4f6e6df3..76ec388d7 100644 --- a/etc/thunderbird.profile +++ b/etc/thunderbird.profile @@ -32,7 +32,8 @@ ignore private-tmp # machine-id breaks audio in browsers; enable it when sound is not required # machine-id read-only ${HOME}/.config/mimeapps.list -# writable-run-user is needed for signing and encrypting emails +# writable-run-user and nodbus are needed for signing and encrypting emails +ignore nodbus writable-run-user # If you want to read local mail stored in /var/mail, add the following to thunderbird.local: @@ -40,9 +41,6 @@ writable-run-user # noblacklist /var/spool/mail # writable-var -# Uncomment (or put in thunderbird.local) if you use enigmail -#ignore nodbus - # allow browsers # Redirect include firefox-common.profile -- cgit v1.2.3-70-g09d2 From fe8ddd64573146e1c50f5b6d6dc435e6aeb05401 Mon Sep 17 00:00:00 2001 From: smitsohu Date: Sun, 16 Jun 2019 14:05:37 +0200 Subject: thunderbird profile: comment fix --- etc/thunderbird.profile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/thunderbird.profile b/etc/thunderbird.profile index 76ec388d7..5ad57a8f5 100644 --- a/etc/thunderbird.profile +++ b/etc/thunderbird.profile @@ -32,9 +32,9 @@ ignore private-tmp # machine-id breaks audio in browsers; enable it when sound is not required # machine-id read-only ${HOME}/.config/mimeapps.list -# writable-run-user and nodbus are needed for signing and encrypting emails -ignore nodbus +# writable-run-user and dbus are needed by enigmail writable-run-user +ignore nodbus # If you want to read local mail stored in /var/mail, add the following to thunderbird.local: # noblacklist /var/mail -- cgit v1.2.3-70-g09d2