[Pkg-mozext-commits] [nostalgy] 87/252: *** empty log message ***
David Prévot
taffit at moszumanska.debian.org
Tue Jun 14 15:24:44 UTC 2016
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository nostalgy.
commit 2a151a4ec6bf6152663c190401184494cca30337
Author: frisch <frisch at 56b81dcf-5a2f-0410-9db0-014be2e416ff>
Date: Fri May 25 09:13:23 2007 +0000
*** empty log message ***
---
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