Update of /cvsroot/mrpostman/mrpostman/src/org/mrbook/mrpostman/gui
In directory sc8-pr-cvs1:/tmp/cvs-serv19744
Modified Files:
moduleoptiongui.xml messages.properties messages_es.properties
Log Message:
Added Yahoo https option
Index: moduleoptiongui.xml
===================================================================
RCS file: /cvsroot/mrpostman/mrpostman/src/org/mrbook/mrpostman/gui/moduleoptiongui.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** moduleoptiongui.xml 17 Feb 2003 22:03:24 -0000 1.2
--- moduleoptiongui.xml 8 May 2003 07:57:37 -0000 1.3
***************
*** 46,49 ****
--- 46,54 ----
<!-- YAHOO OPTIONS -->
<module id="yahoo">
+ <module-option id="yahoo.https">
+ <label>modules.yahoo.option.https.label</label>
+ <desc>modules.yahoo.option.https.desc</desc>
+ <input type="checkbox" />
+ </module-option>
</module>
Index: messages.properties
===================================================================
RCS file: /cvsroot/mrpostman/mrpostman/src/org/mrbook/mrpostman/gui/messages.properties,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** messages.properties 7 May 2003 13:17:33 -0000 1.7
--- messages.properties 8 May 2003 07:57:37 -0000 1.8
***************
*** 60,61 ****
--- 60,64 ----
modules.another.option.summary.label=Log Summary
modules.another.option.summary.desc=Developer option - Writes a summary of mail collection to log file
+
+ modules.yahoo.option.https.label=Use HTTPS
+ modules.yahoo.option.https.desc=Use HTTPS rather than HTTP for signon
Index: messages_es.properties
===================================================================
RCS file: /cvsroot/mrpostman/mrpostman/src/org/mrbook/mrpostman/gui/messages_es.properties,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** messages_es.properties 7 May 2003 13:17:33 -0000 1.6
--- messages_es.properties 8 May 2003 07:57:37 -0000 1.7
***************
*** 61,62 ****
--- 61,65 ----
modules.another.option.summary.label=Log Summary
modules.another.option.summary.desc=Developer option - Writes a summary of mail collection to log file
+
+ modules.yahoo.option.https.label=Use HTTPS
+ modules.yahoo.option.https.desc=Use HTTPS rather than HTTP for signon
|