[Pkg-mozext-commits] [nostalgy] 20/235: *** empty log message ***
David Prévot
taffit at alioth.debian.org
Tue Oct 8 20:41:28 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 1a7f36422fc78b736a9ca953ccdad058c8807d23
Author: frisch <frisch at 56b81dcf-5a2f-0410-9db0-014be2e416ff>
Date: Wed Aug 30 17:03:15 2006 +0000
*** empty log message ***
git-svn-id: http://nostalgy.googlecode.com/svn/trunk@20 56b81dcf-5a2f-0410-9db0-014be2e416ff
---
content/edit_prefs.xul | 6 +++---
content/nostalgy.js | 1 +
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/content/edit_prefs.xul b/content/edit_prefs.xul
index 6ad9247..29efbf4 100644
--- a/content/edit_prefs.xul
+++ b/content/edit_prefs.xul
@@ -14,14 +14,14 @@
<script src="folders.js"/>
<script src="edit_prefs.js"/>
-<vbox style="width:800px">
- <groupbox>
+<vbox style="width:800px" flex="1">
+ <groupbox flex="1">
<label>Rules associate folders to messages by looking for a
substring of the Sender or Subject (or both) headers. When a folder
is selected for a given message, Nostalgy informs you in the status line.
You can then use the Shift-S/Shift-C
shortcuts to move/copy the message to this folder.</label>
- <listbox flex="1" id="rules">
+ <listbox rows="15" id="rules">
<listhead>
<listheader label="Field"/>
<listheader label="Contains"/>
diff --git a/content/nostalgy.js b/content/nostalgy.js
index 91f44c4..5eb1909 100644
--- a/content/nostalgy.js
+++ b/content/nostalgy.js
@@ -12,6 +12,7 @@ var nostalgy_cmdLabel = null;
var NostalgyRules =
{
+
register: function()
{
var prefService = Components.classes["@mozilla.org/preferences-service;1"]
--
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