Bug#773214: unblock: ciderwebmail/1.05-3
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Please unblock package ciderwebmail
Ciderwebmail in testing is arguably unusable: You can read mails and
reorganize IMAP mail folders, but cannot send mails.
Change consists of a one-line patch, verified to fix the bug.
debdiff attached.
unblock ciderwebmail/1.05-3
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQF8BAEBCgBmBQJUjxGOXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ3NjQ4ODQwMTIyRTJDNTBFQzUxRDQwRTI0
RUMxQjcyMjM3NEY5QkQ2AAoJEE7BtyI3T5vWcvkIAIqA3SPFHcMRPebQFRLl1bcv
Cl8AugFLo3ox5+D/c4rcWPAzsv4CrwmqAZN0RWdEV3t5W2pDiqHB0D/+vk9lmIQi
3XgqbpVam43RnLNU9+bebuA2NmwbCWBlX9eWoLdEIRZf1ZapOlfRSG+AIjSt5jxA
eWKGjypPcppfduS9TbCMXpbjfETwSJCRIYYwExRY8eNuXVw7QxOnU0SpibZTHfhN
ANgZKDeJw/CSSUfy/+I2jBcuhBOjkx8LfonOL4K1yeVJi3MSvu01sy5Lo7fyEZWw
bp4BT6F3Wj542Kpv2OHTlTo4ZiZD4fYjZGR5H63RLW7vy/NnMW3G5shcIp6rOFM=
=nCl9
-----END PGP SIGNATURE-----
diff -Nru ciderwebmail-1.05/debian/changelog ciderwebmail-1.05/debian/changelog
--- ciderwebmail-1.05/debian/changelog 2014-10-25 18:49:46.000000000 +0200
+++ ciderwebmail-1.05/debian/changelog 2014-12-15 17:11:12.000000000 +0100
@@ -1,3 +1,10 @@
+ciderwebmail (1.05-3) unstable; urgency=medium
+
+ * Add patch 1002 to fix submit button for sending mail.
+ Closes: bug#773207.
+
+ -- Jonas Smedegaard <dr@jones.dk> Mon, 15 Dec 2014 17:10:44 +0100
+
ciderwebmail (1.05-2) unstable; urgency=medium
* Add patch 1001 to fix resolve supported languages.
diff -Nru ciderwebmail-1.05/debian/patches/1002_fix_message_submit.patch ciderwebmail-1.05/debian/patches/1002_fix_message_submit.patch
--- ciderwebmail-1.05/debian/patches/1002_fix_message_submit.patch 1970-01-01 01:00:00.000000000 +0100
+++ ciderwebmail-1.05/debian/patches/1002_fix_message_submit.patch 2014-12-15 17:08:09.000000000 +0100
@@ -0,0 +1,16 @@
+Description: Fix submit button for sending mail
+Author: Jonas Smedegaard <dr@jones.dk>
+Bug-Debian: https://bugs.debian.org/773207
+Last-Update: 2014-12-15
+
+--- a/root/templates/base/compose.xml
++++ b/root/templates/base/compose.xml
+@@ -71,7 +71,7 @@
+ </fieldset>
+ <fieldset>
+ <legend>Send</legend>
+- <input type="button" name="send" onClick="return send_mail(this.form); return false;" i18n:translate="" value="Transmit message" />
++ <input type="submit" name="send" onClick="return send_mail(this.form); return false;" i18n:translate="" value="Transmit message" />
+ </fieldset>
+ </form>
+ </div>
diff -Nru ciderwebmail-1.05/debian/patches/series ciderwebmail-1.05/debian/patches/series
--- ciderwebmail-1.05/debian/patches/series 2014-10-25 18:48:43.000000000 +0200
+++ ciderwebmail-1.05/debian/patches/series 2014-12-15 16:47:26.000000000 +0100
@@ -1,2 +1,3 @@
1001_fix_resolve_langs.patch
+1002_fix_message_submit.patch
2001_avoid_autoinstall.patch
Reply to: