Finally,
claws-mail in Debian merged my hacky script to compose mail from a file.

Starting from 3.7.10-1, it includes a --compose-read option. I'm attaching a
patch against the latest git commit (975a10c).

Kindly,
David

-- 
 . ''`.   Debian developer | http://wiki.debian.org/DavidPaleino
 : :'  : Linuxer #334216 --|-- http://www.hanskalabs.net/
 `. `'`  GPG: 1392B174 ----|---- http://deb.li/dapal
   `-   2BAB C625 4E66 E7B8 450A C3E1 E6AA 9017 1392 B174
diff -urN a/reportbug/utils.py b/reportbug/utils.py
--- a/reportbug/utils.py	2011-09-06 22:33:18.000000000 +0200
+++ b/reportbug/utils.py	2011-09-07 08:28:30.236276969 +0200
@@ -848,6 +848,7 @@
     'mutt' : Mua('mutt -H'),
     'mh' : Mua('/usr/bin/mh/comp -use -file'),
     'gnus' : Gnus(),
+    'claws-mail' : Mua('claws-mail --compose-read'),
     }
 MUA['nmh'] = MUA['mh']
 
@@ -856,6 +857,7 @@
     MUA['mutt'] : 'mutt -v',
     MUA['mh'] : '/usr/bin/mh/comp -use -file',
     MUA['gnus'] : 'emacs --version',
+    MUA['claws-mail'] : 'claws-mail --version',
     }
 
 def mua_is_supported(mua):

Attachment: signature.asc
Description: PGP signature

Reply via email to