Update of /cvsroot/mrpostman/mrpostman/src/org/mrbook/mrpostman/gui
In directory sc8-pr-cvs1:/tmp/cvs-serv27303
Modified Files:
messages.properties messages_de.properties
messages_es.properties messages_fr.properties
moduleoptiongui.xml
Log Message:
Added unread TOP yahoo option
Index: messages.properties
===================================================================
RCS file: /cvsroot/mrpostman/mrpostman/src/org/mrbook/mrpostman/gui/messages.properties,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** messages.properties 3 Oct 2003 13:53:17 -0000 1.10
--- messages.properties 10 Dec 2003 00:35:11 -0000 1.11
***************
*** 66,68 ****
modules.yahoo.option.emptyTrash.label=Empty Trash
! modules.yahoo.option.emptyTrash.desc=Empty Trash after successful mail collection
\ No newline at end of file
--- 66,71 ----
modules.yahoo.option.emptyTrash.label=Empty Trash
! modules.yahoo.option.emptyTrash.desc=Empty Trash after successful mail collection
!
! modules.yahoo.option.unreadAfterTop.label=Unread after TOP
! modules.yahoo.option.unreadAfterTop.desc=Mark message as Unread after TOP command (advanced only)
\ No newline at end of file
Index: messages_de.properties
===================================================================
RCS file: /cvsroot/mrpostman/mrpostman/src/org/mrbook/mrpostman/gui/messages_de.properties,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** messages_de.properties 3 Oct 2003 13:53:17 -0000 1.3
--- messages_de.properties 10 Dec 2003 00:35:11 -0000 1.4
***************
*** 129,131 ****
modules.yahoo.option.emptyTrash.label=Empty Trash
! modules.yahoo.option.emptyTrash.desc=Empty Trash after successful mail collection
\ No newline at end of file
--- 129,134 ----
modules.yahoo.option.emptyTrash.label=Empty Trash
! modules.yahoo.option.emptyTrash.desc=Empty Trash after successful mail collection
!
! modules.yahoo.option.unreadAfterTop.label=Unread after TOP
! modules.yahoo.option.unreadAfterTop.desc=Mark message as Unread after TOP command (advanced only)
\ No newline at end of file
Index: messages_es.properties
===================================================================
RCS file: /cvsroot/mrpostman/mrpostman/src/org/mrbook/mrpostman/gui/messages_es.properties,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** messages_es.properties 3 Oct 2003 13:53:17 -0000 1.9
--- messages_es.properties 10 Dec 2003 00:35:11 -0000 1.10
***************
*** 67,69 ****
modules.yahoo.option.emptyTrash.label=Empty Trash
! modules.yahoo.option.emptyTrash.desc=Empty Trash after successful mail collection
\ No newline at end of file
--- 67,72 ----
modules.yahoo.option.emptyTrash.label=Empty Trash
! modules.yahoo.option.emptyTrash.desc=Empty Trash after successful mail collection
!
! modules.yahoo.option.unreadAfterTop.label=Unread after TOP
! modules.yahoo.option.unreadAfterTop.desc=Mark message as Unread after TOP command (advanced only)
\ No newline at end of file
Index: messages_fr.properties
===================================================================
RCS file: /cvsroot/mrpostman/mrpostman/src/org/mrbook/mrpostman/gui/messages_fr.properties,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** messages_fr.properties 3 Oct 2003 13:53:17 -0000 1.15
--- messages_fr.properties 10 Dec 2003 00:35:11 -0000 1.16
***************
*** 132,134 ****
modules.yahoo.option.emptyTrash.label=Empty Trash
! modules.yahoo.option.emptyTrash.desc=Empty Trash after successful mail collection
\ No newline at end of file
--- 132,137 ----
modules.yahoo.option.emptyTrash.label=Empty Trash
! modules.yahoo.option.emptyTrash.desc=Empty Trash after successful mail collection
!
! modules.yahoo.option.unreadAfterTop.label=Unread after TOP
! modules.yahoo.option.unreadAfterTop.desc=Mark message as Unread after TOP command (advanced only)
\ No newline at end of file
Index: moduleoptiongui.xml
===================================================================
RCS file: /cvsroot/mrpostman/mrpostman/src/org/mrbook/mrpostman/gui/moduleoptiongui.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** moduleoptiongui.xml 3 Oct 2003 13:53:17 -0000 1.4
--- moduleoptiongui.xml 10 Dec 2003 00:35:11 -0000 1.5
***************
*** 56,59 ****
--- 56,64 ----
<input type="checkbox" />
</module-option>
+ <module-option id="yahoo.unreadAfterTop">
+ <label>modules.yahoo.option.unreadAfterTop.label</label>
+ <desc>modules.yahoo.option.unreadAfterTop.desc</desc>
+ <input type="checkbox" />
+ </module-option>
</module>
|