[Xfce4-commits] <exo:exo-helper-overhaul> Use -compose for thunderbird (bug #4496).

Nick Schermer nick at xfce.org
Wed Aug 26 19:16:02 CEST 2009


Updating branch refs/heads/exo-helper-overhaul
         to 3167524eae1b5dfacb3c4c6dc7adfe53f5f0b2e4 (commit)
       from d72abb5d58b217a60fde7755f1102f1658747d39 (commit)

commit 3167524eae1b5dfacb3c4c6dc7adfe53f5f0b2e4
Author: Nick Schermer <nick at xfce.org>
Date:   Wed Aug 26 19:11:31 2009 +0200

    Use -compose for thunderbird (bug #4496).

 exo-helper/helpers/exo-compose-mail-1 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/exo-helper/helpers/exo-compose-mail-1 b/exo-helper/helpers/exo-compose-mail-1
index 8ea65a9..cb41a31 100755
--- a/exo-helper/helpers/exo-compose-mail-1
+++ b/exo-helper/helpers/exo-compose-mail-1
@@ -81,7 +81,7 @@ if ($style eq 'mozilla') {
 	$body and $command .= ",body='$body'";
 
 	# and add the parameters to the argv
-	push (@argv, '--compose');
+	push (@argv, '-compose');
 	push (@argv, $command);
 }
 elsif ($style eq 'mozilla-remote') {



More information about the Xfce4-commits mailing list