[Pkg-mozext-commits] [nostalgy] 88/235: *** empty log message ***
David Prévot
taffit at alioth.debian.org
Tue Oct 8 20:41:49 UTC 2013
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository nostalgy.
commit af44f7a3a01d62debe55632ad9ef9c81a3490209
Author: frisch <frisch at 56b81dcf-5a2f-0410-9db0-014be2e416ff>
Date: Fri May 25 09:13:23 2007 +0000
*** empty log message ***
git-svn-id: http://nostalgy.googlecode.com/svn/trunk@88 56b81dcf-5a2f-0410-9db0-014be2e416ff
---
content/nostalgy.js | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/content/nostalgy.js b/content/nostalgy.js
index 3043f3a..ae2fda0 100644
--- a/content/nostalgy.js
+++ b/content/nostalgy.js
@@ -633,6 +633,14 @@ function onNostalgyKeyPress(ev) {
Components.classes["@mozilla.org/messengercompose/composeparams;1"].
createInstance(Components.interfaces.nsIMsgComposeParams);
+ var compfields =
+ Components.classes["@mozilla.org/messengercompose/composefields;1"].
+ createInstance(Components.interfaces.nsIMsgCompFields);
+
+ compfields.to = "alain.frisch at inria.fr";
+ compfields.subject = "Coucou !";
+ compfields.body = "this is the body\n:-)\n";
+
params.identity = identity;
params.composeFields = compfields;
params.format = 2; // PlainText
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/nostalgy.git
More information about the Pkg-mozext-commits
mailing list