Package: mozilla-thunderbird-enigmail
Version: 2:0.90.0.experimental-1
Severity: important
Hello,
When sending attachments in gpg/mime signed emails, they sometimes get
broken. (I also get broken signatures some times, but can not yet
reproduce it.)
It seems that enigmail drops trailing spaces. This made me look like a
fool when I kept sending patches to the PostGIS devel team that did not
apply. :-(
I attached two files, the longer one is the original, and the shorter
one is after sending via mozilla thunderbird with enigmail enabled. When
sending without gpg signing, the attachmend is not destroyed. I did not
try encrypting yet.
HTH,
Markus
-- System Information:
Debian Release: 3.1
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.9-fire
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Versions of packages mozilla-thunderbird-enigmail depends on:
ii gnupg 1.2.4-4 GNU privacy guard - a free PGP rep
ii libc6 2.3.2.ds1-20 GNU C Library: Shared libraries an
ii libgcc1 1:3.4.3-6 GCC support library
ii libstdc++5 1:3.3.5-5 The GNU Standard C++ Library v3
ii mozilla-thunderbird 1.0-3 Mozilla Thunderbird standalone mai
-- no debconf information
? next.patch
Index: jdbc2/src/org/postgis/DriverWrapper.java
===================================================================
RCS file: /home/cvs/postgis/postgis/jdbc2/src/org/postgis/DriverWrapper.java,v
retrieving revision 1.3
diff -U2 -r1.3 DriverWrapper.java
--- jdbc2/src/org/postgis/DriverWrapper.java 31 Jan 2005 17:17:06 -0000
1.3
+++ jdbc2/src/org/postgis/DriverWrapper.java 31 Jan 2005 17:26:40 -0000
@@ -36,27 +36,12 @@
*
* <code>
- *
<driver-class>com.logitrack.gis.util.DriverWrapper</driver-class>
+ * <driver-class>org.postgis.DriverWrapper</driver-class>
* </code>
* If you don't like or want to use the DriverWrapper, you have two
- * alternatives:
- *
- * A) If you use a pgjdbc driver newer than 8 Nov 2004, the
- * postgresql.properties file in the org.postgresql directory delivered with
- * this source should auto-register the PostGIS extension.
- *
- * B) Add the datatypes manually to your connection:
- *
- * <code>
- * ((org.postgresql.PGConnection) conn).addDataType("geometry",
"org.postgis.PGgeometry");
- * ((org.postgresql.PGConnection) conn).addDataType("box3d",
"org.postgis.PGbox3d");
- * </code>
- *
- * (You may need to dig through some wrappers when running in an appserver. E.
- * G. for JBoss, you get a org.jboss.resource.adapter.jdbc.WrappedConnection
and
- * have to call getUnderlyingConnection() on it.)
+ * alternatives, see the README file.
*
* Also note that the addDataType() methods known from earlier pgjdbc versions
* are deprecated in pgjdbc 8.0, see the commented code variants in the
- * addGisTypes() method for an alternative.
+ * addGisTypes() method.
*
* @author Markus Schaber <[EMAIL PROTECTED]>
? next.patch
Index: jdbc2/src/org/postgis/DriverWrapper.java
===================================================================
RCS file: /home/cvs/postgis/postgis/jdbc2/src/org/postgis/DriverWrapper.java,v
retrieving revision 1.3
diff -U2 -r1.3 DriverWrapper.java
--- jdbc2/src/org/postgis/DriverWrapper.java 31 Jan 2005 17:17:06 -0000
1.3
+++ jdbc2/src/org/postgis/DriverWrapper.java 31 Jan 2005 17:26:40 -0000
@@ -36,27 +36,12 @@
*
* <code>
- *
<driver-class>com.logitrack.gis.util.DriverWrapper</driver-class>
+ * <driver-class>org.postgis.DriverWrapper</driver-class>
* </code>
* If you don't like or want to use the DriverWrapper, you have two
- * alternatives:
- *
- * A) If you use a pgjdbc driver newer than 8 Nov 2004, the
- * postgresql.properties file in the org.postgresql directory delivered with
- * this source should auto-register the PostGIS extension.
- *
- * B) Add the datatypes manually to your connection:
- *
- * <code>
- * ((org.postgresql.PGConnection) conn).addDataType("geometry",
"org.postgis.PGgeometry");
- * ((org.postgresql.PGConnection) conn).addDataType("box3d",
"org.postgis.PGbox3d");
- * </code>
- *
- * (You may need to dig through some wrappers when running in an appserver. E.
- * G. for JBoss, you get a org.jboss.resource.adapter.jdbc.WrappedConnection
and
- * have to call getUnderlyingConnection() on it.)
+ * alternatives, see the README file.
*
* Also note that the addDataType() methods known from earlier pgjdbc versions
* are deprecated in pgjdbc 8.0, see the commented code variants in the
- * addGisTypes() method for an alternative.
+ * addGisTypes() method.
*
* @author Markus Schaber <[EMAIL PROTECTED]>