[Users] [Bug 3824] Quotation Folding is wrongly applied to text attachments

noreply at thewildbeast.co.uk noreply at thewildbeast.co.uk
Thu Jun 1 01:42:20 CEST 2017


http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=3824

lbickley <lbickley at bickleywest.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |---

--- Comment #16 from lbickley <lbickley at bickleywest.com> ---
Just updated from git. Now at version 3.15.0git17.

Bug still present as shown in test case attachment.

Segment of txt attachment that's correct (from message source):
--
Python 3.4.5 (default, Jul 03 2016, 12:57:15) [GCC] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import tensorflow as tf
>>> hello =3D tf.constant('Hello, TensorFlow')
>>> sess - tf.Session()
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
NameError: name 'sess' is not defined
>>> sess =3D tf.Session()
2017-05-18 19:30:22.772159: W tensorflow/core/platform/cpu_feature_guard.cc=
:45] The TensorFlow library wasn't compiled to use SSE4.1 instructions, but=
 these are available on your machine and could speed up CPU computations.
2017-05-18 19:30:22.772179: W tensorflow/core/platform/cpu_feature_guard.cc
--

Same segment shown by viewing "sent":
--
Python 3.4.5 (default, Jul 03 2016, 12:57:15) [GCC] on linux
Type "help", "copyright", "credits" or "license" for more information.
 [...]  
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
NameError: name 'sess' is not defined
 [...]  
2017-05-18 19:30:22.772159: W tensorflow/core/platform/cpu_feature_guard.cc:45]
The TensorFlow library wasn't compiled to use SSE4.1 instructions, but these
are available on your machine and could speed up CPU computations.
2017-05-18 19:30:22.772179: W tensorflow/core/platform/cpu_feature_guard.cc
--

Note that in the  attachment ">>>" (part of python script) was incorrectly
identified as requiring folding - when as an attachment it should not have been
so  processed!

-- 
You are receiving this mail because:
You are the assignee for the bug.



More information about the Users mailing list