[Commits] (morgen) Moved replyToAddress from SMTPAccount to
IMAPAccount
commits at osafoundation.org
commits at osafoundation.org
Mon Aug 16 14:18:54 PDT 2004
Commit by: morgen
Modified files:
chandler/parcels/osaf/contentmodel/mail/parcel.xml 1.46 1.47
Log message:
Moved replyToAddress from SMTPAccount to IMAPAccount
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/chandler/parcels/osaf/contentmodel/mail/parcel.xml.diff?r1=text&tr1=1.46&r2=text&tr2=1.47
Index: chandler/parcels/osaf/contentmodel/mail/parcel.xml
diff -u chandler/parcels/osaf/contentmodel/mail/parcel.xml:1.46 chandler/parcels/osaf/contentmodel/mail/parcel.xml:1.47
--- chandler/parcels/osaf/contentmodel/mail/parcel.xml:1.46 Mon Aug 16 09:51:17 2004
+++ chandler/parcels/osaf/contentmodel/mail/parcel.xml Mon Aug 16 14:18:53 2004
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.46 $ -->
-<!-- $Date: 2004/08/16 16:51:17 $ -->
+<!-- $Revision: 1.47 $ -->
+<!-- $Date: 2004/08/16 21:18:53 $ -->
<!-- Copyright (c) 2003-2004 Open Source Applications Foundation -->
<!-- License: http://osafoundation.org/Chandler_0.1_license_terms.htm -->
@@ -132,6 +132,13 @@
<initialValue ref="None" />
</Attribute>
+ <Attribute itsName="replyToAddress">
+ <displayName value="Reply-To Address" />
+ <type ref="mail:EmailAddress" />
+ <initialValue ref="None" />
+ <inverseAttribute ref="mail:EmailAddress/accounts" />
+ </Attribute>
+
</Kind>
<Kind itsName="SMTPAccount">
@@ -176,13 +183,6 @@
<initialValue ref="None" />
</Attribute>
- <Attribute itsName="replyToAddress">
- <displayName value="Reply-To Address" />
- <type ref="mail:EmailAddress" />
- <initialValue ref="None" />
- <inverseAttribute ref="mail:EmailAddress/accounts" />
- </Attribute>
-
<Attribute itsName="accounts">
<displayName value="Accounts" />
<description value="Which IMAP accounts use this SMTP account as their default" />
@@ -669,9 +669,9 @@
<displayName value="Used as Return Address by Email Account" />
<description value="A list of Email Accounts that use this Email Address as the reply address for mail sent from the account." />
<cardinality value="list" />
- <type ref="mail:SMTPAccount" />
+ <type ref="mail:IMAPAccount" />
<initialValue />
- <inverseAttribute ref="mail:SMTPAccount/replyToAddress" />
+ <inverseAttribute ref="mail:IMAPAccount/replyToAddress" />
</Attribute>
<Attribute itsName="messagesBcc">
More information about the Commits
mailing list