[Desktop-packages] [Bug 119899]

2022-07-25 Thread Infofrommozilla
*** Bug 1770440 has been marked as a duplicate of this bug. ***

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to thunderbird in Ubuntu.
https://bugs.launchpad.net/bugs/119899

Title:
  After-the-fact Filters on custom header won't match for IMAP messages

Status in Mozilla Thunderbird:
  Confirmed
Status in thunderbird package in Ubuntu:
  Triaged

Bug description:
  Binary package hint: thunderbird

  Message filtering appears to be broken on Thunderbird
  2.0.0.4~rc1-0ubuntu1 in Gutsy with IMAP. I created a filter for the
  warthogs list and it would not move the messages from my inbox to the
  folder I had created. It also did not put anything into the filter
  log. I tried using the Thunderbird on Feisty with my laptop and it
  worked fine when using the same settings. Chris Jones mentioned he
  also noticed the same or perhaps a similar issue today.

To manage notifications about this bug go to:
https://bugs.launchpad.net/thunderbird/+bug/119899/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1215882]

2021-05-28 Thread Infofrommozilla
*** Bug 1713077 has been marked as a duplicate of this bug. ***

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to thunderbird in Ubuntu.
https://bugs.launchpad.net/bugs/1215882

Title:
  Emails are silently discarded on 554 reply to STARTTLS

Status in Mozilla Thunderbird:
  Confirmed
Status in thunderbird package in Ubuntu:
  Triaged

Bug description:
  It seems that emails are silently discarded when the remote SMTP
  server replies with an error on STARTTLS. Here is an example smtp log
  created with NSPR_LOG_MODULES='smtp:5,timestamp':

  2013-08-23 11:10:25.548708 UTC - 43480896[7fe10164b370]: SMTP Connecting to: 
mail.trialphaenergy.com
  2013-08-23 11:10:26.513993 UTC - 43480896[7fe10164b370]: SMTP entering state: 0
  2013-08-23 11:10:26.514026 UTC - 43480896[7fe10164b370]: SMTP Response: 220 
mail.trialphaenergy.com Microsoft ESMTP MAIL Service ready at Fri, 23 Aug 2013 
04:10:25 -0700
  2013-08-23 11:10:26.514047 UTC - 43480896[7fe10164b370]: SMTP entering state: 
14
  2013-08-23 11:10:26.514069 UTC - 43480896[7fe10164b370]: SMTP Send: EHLO 
[10.11.206.9]
  2013-08-23 11:10:27.144751 UTC - 43480896[7fe10164b370]: SMTP entering state: 0
  2013-08-23 11:10:27.144791 UTC - 43480896[7fe10164b370]: SMTP Response: 
250-mail.trialphaenergy.com Hello [10.11.10.19]
  2013-08-23 11:10:27.144808 UTC - 43480896[7fe10164b370]: SMTP entering state: 0
  2013-08-23 11:10:27.144817 UTC - 43480896[7fe10164b370]: SMTP Response: 
250-SIZE
  2013-08-23 11:10:27.144828 UTC - 43480896[7fe10164b370]: SMTP entering state: 0
  2013-08-23 11:10:27.144839 UTC - 43480896[7fe10164b370]: SMTP Response: 
250-PIPELINING
  2013-08-23 11:10:27.144846 UTC - 43480896[7fe10164b370]: SMTP entering state: 0
  2013-08-23 11:10:27.144851 UTC - 43480896[7fe10164b370]: SMTP Response: 
250-DSN
  2013-08-23 11:10:27.144857 UTC - 43480896[7fe10164b370]: SMTP entering state: 0
  2013-08-23 11:10:27.144862 UTC - 43480896[7fe10164b370]: SMTP Response: 
250-ENHANCEDSTATUSCODES
  2013-08-23 11:10:27.144868 UTC - 43480896[7fe10164b370]: SMTP entering state: 0
  2013-08-23 11:10:27.144885 UTC - 43480896[7fe10164b370]: SMTP Response: 
250-STARTTLS
  2013-08-23 11:10:27.144889 UTC - 43480896[7fe10164b370]: SMTP entering state: 0
  2013-08-23 11:10:27.144893 UTC - 43480896[7fe10164b370]: SMTP Response: 
250-AUTH NTLM
  2013-08-23 11:10:27.144897 UTC - 43480896[7fe10164b370]: SMTP entering state: 0
  2013-08-23 11:10:27.144900 UTC - 43480896[7fe10164b370]: SMTP Response: 
250-8BITMIME
  2013-08-23 11:10:27.144904 UTC - 43480896[7fe10164b370]: SMTP entering state: 0
  2013-08-23 11:10:27.144920 UTC - 43480896[7fe10164b370]: SMTP Response: 
250-BINARYMIME
  2013-08-23 11:10:27.144926 UTC - 43480896[7fe10164b370]: SMTP entering state: 0
  2013-08-23 11:10:27.144931 UTC - 43480896[7fe10164b370]: SMTP Response: 250 
CHUNKING
  2013-08-23 11:10:27.144936 UTC - 43480896[7fe10164b370]: SMTP entering state: 
4
  2013-08-23 11:10:27.144961 UTC - 43480896[7fe10164b370]: SMTP entering state: 
21
  2013-08-23 11:10:27.144968 UTC - 43480896[7fe10164b370]: SMTP Send: STARTTLS
  2013-08-23 11:10:27.757848 UTC - 43480896[7fe10164b370]: SMTP entering state: 0
  2013-08-23 11:10:27.757881 UTC - 43480896[7fe10164b370]: SMTP Response: 554 
Policy violation. Email Session ID: {521742ED-1-F0B0B0A-}
  2013-08-23 11:10:27.757893 UTC - 43480896[7fe10164b370]: SMTP entering state: 
19
  2013-08-23 11:10:27.757900 UTC - 43480896[7fe10164b370]: SMTP entering state: 
21
  2013-08-23 11:10:27.757905 UTC - 43480896[7fe10164b370]: SMTP Send: QUIT
  2013-08-23 11:10:27.757915 UTC - 43480896[7fe10164b370]: SMTP entering state: 0

  
  The UI, however, gives no indication of failure and closes the compose window 
after the apparent successful submission to the smtp server.

  
  If the user has not configured a Sent folder this results in data loss. Even 
if the user has configured a sent folder, he receives no indication that the 
email has not been sent.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: thunderbird 17.0.8+build1-0ubuntu0.13.04.1
  ProcVersionSignature: Ubuntu 3.8.0-27.40-generic 3.8.13.4
  Uname: Linux 3.8.0-27-generic x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.9.2-0ubuntu8.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  nikratio   2425 F pulseaudio
  BuildID: 20130803220711
  Channel: Unavailable
  Date: Fri Aug 23 13:05:30 2013
  ForcedLayersAccel: False
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2013-07-30 (23 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
  MarkForUpload: True
  PrefSources:
   prefs.js
   
/usr/lib/mozilla/extensions/{3550f703-e582-4d05-9a08-453d09bdfdc6}/{847b3a00-7ab1-11d4-8f02-006008948af5}/defaults/preferences/enigmail.js
   
/usr/lib/mozilla/extensions/{3550f

[Desktop-packages] [Bug 10883]

2021-02-12 Thread Infofrommozilla
*** Bug 1692335 has been marked as a duplicate of this bug. ***

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to thunderbird in Ubuntu.
https://bugs.launchpad.net/bugs/10883

Title:
  Stuck in proportional font mode

Status in Mozilla Thunderbird:
  Confirmed
Status in thunderbird package in Ubuntu:
  Confirmed

Bug description:
  If you start a message in HTML mode, choosing Options->Format->Plain Text Only
  switches to plain text mode but the compose window does not switch to a
  monospace font. Starting a message in plain text mode uses the correct font.

  https://bugzilla.mozilla.org/show_bug.cgi?id=216132:
  https://bugzilla.mozilla.org/show_bug.cgi?id=216132

To manage notifications about this bug go to:
https://bugs.launchpad.net/thunderbird/+bug/10883/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 10883]

2021-02-12 Thread Infofrommozilla
*** Bug 137884 has been marked as a duplicate of this bug. ***

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to thunderbird in Ubuntu.
https://bugs.launchpad.net/bugs/10883

Title:
  Stuck in proportional font mode

Status in Mozilla Thunderbird:
  Confirmed
Status in thunderbird package in Ubuntu:
  Confirmed

Bug description:
  If you start a message in HTML mode, choosing Options->Format->Plain Text Only
  switches to plain text mode but the compose window does not switch to a
  monospace font. Starting a message in plain text mode uses the correct font.

  https://bugzilla.mozilla.org/show_bug.cgi?id=216132:
  https://bugzilla.mozilla.org/show_bug.cgi?id=216132

To manage notifications about this bug go to:
https://bugs.launchpad.net/thunderbird/+bug/10883/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1215882]

2021-02-12 Thread Infofrommozilla
*** Bug 1630283 has been marked as a duplicate of this bug. ***

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to thunderbird in Ubuntu.
https://bugs.launchpad.net/bugs/1215882

Title:
  Emails are silently discarded on 554 reply to STARTTLS

Status in Mozilla Thunderbird:
  Confirmed
Status in thunderbird package in Ubuntu:
  Triaged

Bug description:
  It seems that emails are silently discarded when the remote SMTP
  server replies with an error on STARTTLS. Here is an example smtp log
  created with NSPR_LOG_MODULES='smtp:5,timestamp':

  2013-08-23 11:10:25.548708 UTC - 43480896[7fe10164b370]: SMTP Connecting to: 
mail.trialphaenergy.com
  2013-08-23 11:10:26.513993 UTC - 43480896[7fe10164b370]: SMTP entering state: 0
  2013-08-23 11:10:26.514026 UTC - 43480896[7fe10164b370]: SMTP Response: 220 
mail.trialphaenergy.com Microsoft ESMTP MAIL Service ready at Fri, 23 Aug 2013 
04:10:25 -0700
  2013-08-23 11:10:26.514047 UTC - 43480896[7fe10164b370]: SMTP entering state: 
14
  2013-08-23 11:10:26.514069 UTC - 43480896[7fe10164b370]: SMTP Send: EHLO 
[10.11.206.9]
  2013-08-23 11:10:27.144751 UTC - 43480896[7fe10164b370]: SMTP entering state: 0
  2013-08-23 11:10:27.144791 UTC - 43480896[7fe10164b370]: SMTP Response: 
250-mail.trialphaenergy.com Hello [10.11.10.19]
  2013-08-23 11:10:27.144808 UTC - 43480896[7fe10164b370]: SMTP entering state: 0
  2013-08-23 11:10:27.144817 UTC - 43480896[7fe10164b370]: SMTP Response: 
250-SIZE
  2013-08-23 11:10:27.144828 UTC - 43480896[7fe10164b370]: SMTP entering state: 0
  2013-08-23 11:10:27.144839 UTC - 43480896[7fe10164b370]: SMTP Response: 
250-PIPELINING
  2013-08-23 11:10:27.144846 UTC - 43480896[7fe10164b370]: SMTP entering state: 0
  2013-08-23 11:10:27.144851 UTC - 43480896[7fe10164b370]: SMTP Response: 
250-DSN
  2013-08-23 11:10:27.144857 UTC - 43480896[7fe10164b370]: SMTP entering state: 0
  2013-08-23 11:10:27.144862 UTC - 43480896[7fe10164b370]: SMTP Response: 
250-ENHANCEDSTATUSCODES
  2013-08-23 11:10:27.144868 UTC - 43480896[7fe10164b370]: SMTP entering state: 0
  2013-08-23 11:10:27.144885 UTC - 43480896[7fe10164b370]: SMTP Response: 
250-STARTTLS
  2013-08-23 11:10:27.144889 UTC - 43480896[7fe10164b370]: SMTP entering state: 0
  2013-08-23 11:10:27.144893 UTC - 43480896[7fe10164b370]: SMTP Response: 
250-AUTH NTLM
  2013-08-23 11:10:27.144897 UTC - 43480896[7fe10164b370]: SMTP entering state: 0
  2013-08-23 11:10:27.144900 UTC - 43480896[7fe10164b370]: SMTP Response: 
250-8BITMIME
  2013-08-23 11:10:27.144904 UTC - 43480896[7fe10164b370]: SMTP entering state: 0
  2013-08-23 11:10:27.144920 UTC - 43480896[7fe10164b370]: SMTP Response: 
250-BINARYMIME
  2013-08-23 11:10:27.144926 UTC - 43480896[7fe10164b370]: SMTP entering state: 0
  2013-08-23 11:10:27.144931 UTC - 43480896[7fe10164b370]: SMTP Response: 250 
CHUNKING
  2013-08-23 11:10:27.144936 UTC - 43480896[7fe10164b370]: SMTP entering state: 
4
  2013-08-23 11:10:27.144961 UTC - 43480896[7fe10164b370]: SMTP entering state: 
21
  2013-08-23 11:10:27.144968 UTC - 43480896[7fe10164b370]: SMTP Send: STARTTLS
  2013-08-23 11:10:27.757848 UTC - 43480896[7fe10164b370]: SMTP entering state: 0
  2013-08-23 11:10:27.757881 UTC - 43480896[7fe10164b370]: SMTP Response: 554 
Policy violation. Email Session ID: {521742ED-1-F0B0B0A-}
  2013-08-23 11:10:27.757893 UTC - 43480896[7fe10164b370]: SMTP entering state: 
19
  2013-08-23 11:10:27.757900 UTC - 43480896[7fe10164b370]: SMTP entering state: 
21
  2013-08-23 11:10:27.757905 UTC - 43480896[7fe10164b370]: SMTP Send: QUIT
  2013-08-23 11:10:27.757915 UTC - 43480896[7fe10164b370]: SMTP entering state: 0

  
  The UI, however, gives no indication of failure and closes the compose window 
after the apparent successful submission to the smtp server.

  
  If the user has not configured a Sent folder this results in data loss. Even 
if the user has configured a sent folder, he receives no indication that the 
email has not been sent.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: thunderbird 17.0.8+build1-0ubuntu0.13.04.1
  ProcVersionSignature: Ubuntu 3.8.0-27.40-generic 3.8.13.4
  Uname: Linux 3.8.0-27-generic x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.9.2-0ubuntu8.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  nikratio   2425 F pulseaudio
  BuildID: 20130803220711
  Channel: Unavailable
  Date: Fri Aug 23 13:05:30 2013
  ForcedLayersAccel: False
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2013-07-30 (23 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
  MarkForUpload: True
  PrefSources:
   prefs.js
   
/usr/lib/mozilla/extensions/{3550f703-e582-4d05-9a08-453d09bdfdc6}/{847b3a00-7ab1-11d4-8f02-006008948af5}/defaults/preferences/enigmail.js
   
/usr/lib/mozilla/extensions/{3550f

[Desktop-packages] [Bug 1215882]

2021-02-12 Thread Infofrommozilla
*** Bug 1630260 has been marked as a duplicate of this bug. ***

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to thunderbird in Ubuntu.
https://bugs.launchpad.net/bugs/1215882

Title:
  Emails are silently discarded on 554 reply to STARTTLS

Status in Mozilla Thunderbird:
  Confirmed
Status in thunderbird package in Ubuntu:
  Triaged

Bug description:
  It seems that emails are silently discarded when the remote SMTP
  server replies with an error on STARTTLS. Here is an example smtp log
  created with NSPR_LOG_MODULES='smtp:5,timestamp':

  2013-08-23 11:10:25.548708 UTC - 43480896[7fe10164b370]: SMTP Connecting to: 
mail.trialphaenergy.com
  2013-08-23 11:10:26.513993 UTC - 43480896[7fe10164b370]: SMTP entering state: 0
  2013-08-23 11:10:26.514026 UTC - 43480896[7fe10164b370]: SMTP Response: 220 
mail.trialphaenergy.com Microsoft ESMTP MAIL Service ready at Fri, 23 Aug 2013 
04:10:25 -0700
  2013-08-23 11:10:26.514047 UTC - 43480896[7fe10164b370]: SMTP entering state: 
14
  2013-08-23 11:10:26.514069 UTC - 43480896[7fe10164b370]: SMTP Send: EHLO 
[10.11.206.9]
  2013-08-23 11:10:27.144751 UTC - 43480896[7fe10164b370]: SMTP entering state: 0
  2013-08-23 11:10:27.144791 UTC - 43480896[7fe10164b370]: SMTP Response: 
250-mail.trialphaenergy.com Hello [10.11.10.19]
  2013-08-23 11:10:27.144808 UTC - 43480896[7fe10164b370]: SMTP entering state: 0
  2013-08-23 11:10:27.144817 UTC - 43480896[7fe10164b370]: SMTP Response: 
250-SIZE
  2013-08-23 11:10:27.144828 UTC - 43480896[7fe10164b370]: SMTP entering state: 0
  2013-08-23 11:10:27.144839 UTC - 43480896[7fe10164b370]: SMTP Response: 
250-PIPELINING
  2013-08-23 11:10:27.144846 UTC - 43480896[7fe10164b370]: SMTP entering state: 0
  2013-08-23 11:10:27.144851 UTC - 43480896[7fe10164b370]: SMTP Response: 
250-DSN
  2013-08-23 11:10:27.144857 UTC - 43480896[7fe10164b370]: SMTP entering state: 0
  2013-08-23 11:10:27.144862 UTC - 43480896[7fe10164b370]: SMTP Response: 
250-ENHANCEDSTATUSCODES
  2013-08-23 11:10:27.144868 UTC - 43480896[7fe10164b370]: SMTP entering state: 0
  2013-08-23 11:10:27.144885 UTC - 43480896[7fe10164b370]: SMTP Response: 
250-STARTTLS
  2013-08-23 11:10:27.144889 UTC - 43480896[7fe10164b370]: SMTP entering state: 0
  2013-08-23 11:10:27.144893 UTC - 43480896[7fe10164b370]: SMTP Response: 
250-AUTH NTLM
  2013-08-23 11:10:27.144897 UTC - 43480896[7fe10164b370]: SMTP entering state: 0
  2013-08-23 11:10:27.144900 UTC - 43480896[7fe10164b370]: SMTP Response: 
250-8BITMIME
  2013-08-23 11:10:27.144904 UTC - 43480896[7fe10164b370]: SMTP entering state: 0
  2013-08-23 11:10:27.144920 UTC - 43480896[7fe10164b370]: SMTP Response: 
250-BINARYMIME
  2013-08-23 11:10:27.144926 UTC - 43480896[7fe10164b370]: SMTP entering state: 0
  2013-08-23 11:10:27.144931 UTC - 43480896[7fe10164b370]: SMTP Response: 250 
CHUNKING
  2013-08-23 11:10:27.144936 UTC - 43480896[7fe10164b370]: SMTP entering state: 
4
  2013-08-23 11:10:27.144961 UTC - 43480896[7fe10164b370]: SMTP entering state: 
21
  2013-08-23 11:10:27.144968 UTC - 43480896[7fe10164b370]: SMTP Send: STARTTLS
  2013-08-23 11:10:27.757848 UTC - 43480896[7fe10164b370]: SMTP entering state: 0
  2013-08-23 11:10:27.757881 UTC - 43480896[7fe10164b370]: SMTP Response: 554 
Policy violation. Email Session ID: {521742ED-1-F0B0B0A-}
  2013-08-23 11:10:27.757893 UTC - 43480896[7fe10164b370]: SMTP entering state: 
19
  2013-08-23 11:10:27.757900 UTC - 43480896[7fe10164b370]: SMTP entering state: 
21
  2013-08-23 11:10:27.757905 UTC - 43480896[7fe10164b370]: SMTP Send: QUIT
  2013-08-23 11:10:27.757915 UTC - 43480896[7fe10164b370]: SMTP entering state: 0

  
  The UI, however, gives no indication of failure and closes the compose window 
after the apparent successful submission to the smtp server.

  
  If the user has not configured a Sent folder this results in data loss. Even 
if the user has configured a sent folder, he receives no indication that the 
email has not been sent.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: thunderbird 17.0.8+build1-0ubuntu0.13.04.1
  ProcVersionSignature: Ubuntu 3.8.0-27.40-generic 3.8.13.4
  Uname: Linux 3.8.0-27-generic x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.9.2-0ubuntu8.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  nikratio   2425 F pulseaudio
  BuildID: 20130803220711
  Channel: Unavailable
  Date: Fri Aug 23 13:05:30 2013
  ForcedLayersAccel: False
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2013-07-30 (23 days ago)
  InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
  MarkForUpload: True
  PrefSources:
   prefs.js
   
/usr/lib/mozilla/extensions/{3550f703-e582-4d05-9a08-453d09bdfdc6}/{847b3a00-7ab1-11d4-8f02-006008948af5}/defaults/preferences/enigmail.js
   
/usr/lib/mozilla/extensions/{3550f

[Desktop-packages] [Bug 397574]

2020-01-07 Thread Infofrommozilla
(In reply to alta88 from comment #41)

> the solution is quite simple; a 0 setTimeout on the reloadMessage() call in
> updateMailPaneConfig will do it.

I can confirm that it works.

Is there a reason not to do it that way?
Or why is there no patch yet?
Should I upload a one?

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to thunderbird in Ubuntu.
https://bugs.launchpad.net/bugs/397574

Title:
  Encoding problems after switching the layout

Status in Mozilla Thunderbird:
  Fix Released
Status in thunderbird package in Ubuntu:
  Confirmed

Bug description:
  Binary package hint: thunderbird

  steps to reproduce:
  - View -> Layout -> Classic View
  - View -> Layout -> enable Message Pane
  - select a message in which you can see special characters (e.g. ö,ä,ü...)
  - switch the layout, e.g. View -> Layout -> Wide View

  now you can see, that the special characters are displayed wrong (e.g.
  ö instead of ö)

  If you select another mail and select this mail again, the characters
  are displayed without problems!

  I think there is a problem with the encoding after switching the
  layout

  Regards
  scamp

  ProblemType: Bug
  Architecture: amd64
  DistroRelease: Ubuntu 9.04
  Package: mozilla-thunderbird 2.0.0.21+nobinonly-0ubuntu1.9.04.1
  PackageArchitecture: all
  ProcEnviron:
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: thunderbird
  Uname: Linux 2.6.28-11-generic x86_64

To manage notifications about this bug go to:
https://bugs.launchpad.net/thunderbird/+bug/397574/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 397574]

2020-01-07 Thread Infofrommozilla
Created attachment 9004091
When changing layout, display the message asynchronously.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to thunderbird in Ubuntu.
https://bugs.launchpad.net/bugs/397574

Title:
  Encoding problems after switching the layout

Status in Mozilla Thunderbird:
  Fix Released
Status in thunderbird package in Ubuntu:
  Confirmed

Bug description:
  Binary package hint: thunderbird

  steps to reproduce:
  - View -> Layout -> Classic View
  - View -> Layout -> enable Message Pane
  - select a message in which you can see special characters (e.g. ö,ä,ü...)
  - switch the layout, e.g. View -> Layout -> Wide View

  now you can see, that the special characters are displayed wrong (e.g.
  ö instead of ö)

  If you select another mail and select this mail again, the characters
  are displayed without problems!

  I think there is a problem with the encoding after switching the
  layout

  Regards
  scamp

  ProblemType: Bug
  Architecture: amd64
  DistroRelease: Ubuntu 9.04
  Package: mozilla-thunderbird 2.0.0.21+nobinonly-0ubuntu1.9.04.1
  PackageArchitecture: all
  ProcEnviron:
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: thunderbird
  Uname: Linux 2.6.28-11-generic x86_64

To manage notifications about this bug go to:
https://bugs.launchpad.net/thunderbird/+bug/397574/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp