[caja-extensions] 01/03: debian/patches: Add 2001_support-icedove-in-caja-sendto.patch. Support "icedove" as MAILER_THUNDERBIRD variant in caja-sendto plugin. (Closes: #801364).
Mike Gabriel
sunweaver at debian.org
Sat Jan 2 11:35:42 UTC 2016
This is an automated email from the git hooks/post-receive script.
sunweaver pushed a commit to branch master
in repository caja-extensions.
commit 0ac9c3d96d880b29463451f6c5355ea1e6c7e108
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Sat Jan 2 12:26:16 2016 +0100
debian/patches: Add 2001_support-icedove-in-caja-sendto.patch. Support "icedove" as MAILER_THUNDERBIRD variant in caja-sendto plugin. (Closes: #801364).
---
debian/patches/2001_support-icedove-in-caja-sendto.patch | 14 ++++++++++++++
debian/patches/README | 3 +++
debian/patches/series | 1 +
3 files changed, 18 insertions(+)
diff --git a/debian/patches/2001_support-icedove-in-caja-sendto.patch b/debian/patches/2001_support-icedove-in-caja-sendto.patch
new file mode 100644
index 0000000..d0200b4
--- /dev/null
+++ b/debian/patches/2001_support-icedove-in-caja-sendto.patch
@@ -0,0 +1,14 @@
+Description: Recognize command "icedove" as MAILER_THUNDERBIRD
+Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+
+--- a/sendto/plugins/emailclient/emailclient.c
++++ b/sendto/plugins/emailclient/emailclient.c
+@@ -95,7 +95,7 @@
+ /* Find what the default mailer is */
+ if (strstr (mail_cmd, "balsa"))
+ type = MAILER_BALSA;
+- else if (strstr (mail_cmd, "thunder") || strstr (mail_cmd, "seamonkey")) {
++ else if (strstr (mail_cmd, "thunder") || strstr (mail_cmd, "seamonkey") || strstr (mail_cmd, "icedove")) {
+ char **strv;
+
+ type = MAILER_THUNDERBIRD;
diff --git a/debian/patches/README b/debian/patches/README
new file mode 100644
index 0000000..80c1584
--- /dev/null
+++ b/debian/patches/README
@@ -0,0 +1,3 @@
+0xxx: Grabbed from upstream development.
+1xxx: Possibly relevant for upstream adoption.
+2xxx: Only relevant for official Debian release.
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..211257a
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+2001_support-icedove-in-caja-sendto.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mate/caja-extensions.git
More information about the pkg-mate-commits
mailing list