Mailing list archives: June 2006

Site index · List index
Message listThread · Author · Date
<harts...@osafoundation.org> n class="rem">-equivalent of &amp;#x2018;Removing the item&amp;#x2019; from the Task list or Calendar, which </span><span class="add">+equivalent of &amp;#8216;Removing the item&amp;#8217; from the Task list or Calendar, which </span><span class="cx"> in turn removes any Task or Calendar specific attributes from the item. </span><span class="rem">-Unstamping does not imply splitting the item into separate Items. &lt;br/&gt; </span><span class="add">+Unstamping does not imply splitting the item into separate Items. &lt;br&gt; </span><span class="cx"> &lt;/p&gt; &lt;p&gt;The workflow is as follows: I receive an email. I put it on the calendar and added it to a task list. If I unstamp this Item as a communication, we will </span><span class="rem">-make no attempt to preserve the &amp;#x2018;communication-ness&amp;#x2019; of the Item as a -separate Item. Instead, we assume that the user just doesn&amp;#x2019;t need to </span><span class="add">+make no attempt to preserve the &amp;#8216;communication-ness&amp;#8217; of the Item as a +separate 'user' Item. Instead, we assume that the user just doesn&amp;#8217;t +need to </span><span class="cx"> keep the </span><span class="rem">-communication information anymore. Unstamping the &amp;#x2018;communication-ness&amp;#x2019; </span><span class="add">+communication information anymore. Unstamping the &amp;#8216;communication-ness&amp;#8217; </span><span class="cx"> of an item is the equivalent of what people do when they copy and paste event information from an email to an event on their calendar and then </span><span class="rem">-delete the email. Similarly, we can think of unstamping &amp;#x2018;task-ness&amp;#x2019; or -&amp;#x2018;calendar-ness&amp;#x2019; as -taking the event off the task list and the calendar. </span><span class="add">+delete the email. Similarly, we can think of unstamping &amp;#8216;task-ness&amp;#8217; or +&amp;#8216;calendar-ness&amp;#8217; as +taking the event off the task list and the calendar.&lt;br&gt; </span><span class="cx"> &lt;/p&gt; </span><span class="add">+&lt;p&gt;If I am in a Kind-specific App area (e.g. Mail, Tasks, Calendar) and +I unstamp an Item, such that it no longer belongs in that App area, the +Item should be removed immediately removed from the summary pane, just +as if I had selected the Item and then removed it with the +Edit&amp;gt;&amp;gt;Remove menu item. For example, if I am in the Calendar view +and I am looking at an Event stamped as a Communication, when I +unstamp the Item thereby 'Removing it from the Calendar', the event +fields disappear from the detail +view (e.g. location, all-day checkbox, date/time, timezone, event +status, recurref view._logItem(self): self._status |= dirty @@ -1363,7 +1408,7 @@ None, copyOther) return otherCopy else: - return Item.Nil + return Nil if copyFn is None: copyFn = copyOther @@ -1446,7 +1491,7 @@ for name in self._references.keys(): policy = (deletePolicy or self.getAttributeAspect(name, 'deletePolicy', - default='remove')) + False, None, 'remove')) if policy == 'cascade': value = self._references._getRef(name) if value is not None: @@ -1455,7 +1500,7 @@ else: sName = property(fget = __getName, fset = rename, doc = Sun, 12 Apr, 21:12
<harts...@osafoundation.org> n class="rem">-equivalent of &amp;#x2018;Removing the item&amp;#x2019; from the Task list or Calendar, which </span><span class="add">+equivalent of &amp;#8216;Removing the item&amp;#8217; from the Task list or Calendar, which </span><span class="cx"> in turn removes any Task or Calendar specific attributes from the item. </span><span class="rem">-Unstamping does not imply splitting the item into separate Items. &lt;br/&gt; </span><span class="add">+Unstamping does not imply splitting the item into separate Items. &lt;br&gt; </span><span class="cx"> &lt;/p&gt; &lt;p&gt;The workflow is as follows: I receive an email. I put it on the calendar and added it to a task list. If I unstamp this Item as a communication, we will </span><span class="rem">-make no attempt to preserve the &amp;#x2018;communication-ness&amp;#x2019; of the Item as a -separate Item. Instead, we assume that the user just doesn&amp;#x2019;t need to </span><span class="add">+make no attempt to preserve the &amp;#8216;communication-ness&amp;#8217; of the Item as a +separate 'user' Item. Instead, we assume that the user just doesn&amp;#8217;t +need to </span><span class="cx"> keep the </span><span class="rem">-communication information anymore. Unstamping the &amp;#x2018;communication-ness&amp;#x2019; </span><span class="add">+communication information anymore. Unstamping the &amp;#8216;communication-ness&amp;#8217; </span><span class="cx"> of an item is the equivalent of what people do when they copy and paste event information from an email to an event on their calendar and then </span><span class="rem">-delete the email. Similarly, we can think of unstamping &amp;#x2018;task-ness&amp;#x2019; or -&amp;#x2018;calendar-ness&amp;#x2019; as -taking the event off the task list and the calendar. </span><span class="add">+delete the email. Similarly, we can think of unstamping &amp;#8216;task-ness&amp;#8217; or +&amp;#8216;calendar-ness&amp;#8217; as +taking the event off the task list and the calendar.&lt;br&gt; </span><span class="cx"> &lt;/p&gt; </span><span class="add">+&lt;p&gt;If I am in a Kind-specific App area (e.g. Mail, Tasks, Calendar) and +I unstamp an Item, such that it no longer belongs in that App area, the +Item should be removed immediately removed from the summary pane, just +as if I had selected the Item and then removed it with the +Edit&amp;gt;&amp;gt;Remove menu item. For example, if I am in the Calendar view +and I am looking at an Event stamped as a Communication, when I +unstamp the Item thereby 'Removing it from the Calendar', the event +fields disappear from the detail +view (e.g. location, all-day checkbox, date/time, timezone, event +status, recurref view._logItem(self): self._status |= dirty @@ -1363,7 +1408,7 @@ None, copyOther) return otherCopy else: - return Item.Nil + return Nil if copyFn is None: copyFn = copyOther @@ -1446,7 +1491,7 @@ for name in self._references.keys(): policy = (deletePolicy or self.getAttributeAspect(name, 'deletePolicy', - default='remove')) + False, None, 'remove')) if policy == 'cascade': value = self._references._getRef(name) if value is not None: @@ -1455,7 +1500,7 @@ else: sName = property(fget = __getName, fset = rename, doc = Sun, 12 Apr, 21:12
<p...@prescod.net> 2019;t necessarily tabbed out of the Notes field - yet.)&amp;lt;br/&amp;gt; &lt;/span&gt;&lt;span class=&quot;add&quot;&gt;+re-activates from its formerly disabled state and changes to &amp;lt;b&amp;gt;Update&amp;lt;/b&amp;gt;. +I can hit &amp;lt;b&amp;gt;Update&amp;lt;/b&amp;gt; to send out the item again with the +information. (Ideally, the &amp;lt;b&amp;gt;Update&amp;lt;/b&amp;gt; button activates as soon as +the user makes an edit by typing in new text or deleting old text. +However, we&amp;amp;#8217;re aware there are limitations wrt when changes to the +Detail View are committed. What we&amp;amp;#8217;d like to avoid is the situation +where users have edited the Notes field and are looking to send out the +Update, but haven&amp;amp;#8217;t necessarily tabbed out of the Notes field yet.)&amp;lt;br&amp;gt; &lt;/span&gt;&lt;span class=&quot;cx&quot;&gt; &amp;lt;/li&amp;gt; &lt;/span&gt;&lt;span class=&quot;rem&quot;&gt;- &amp;lt;li&amp;gt;Once I make an edit, the Detail View displays &amp;amp;#x201c;updated by me&amp;amp;#x201d; - under the From: and To: fields (see storyboards).&amp;lt;/li&amp;gt; &lt;/span&gt;&lt;span class=&quot;add&quot;&gt;+ &amp;lt;li&amp;gt;Once I make an edit, the Detail Vo ma. Unstamping items is the </span><span class="rem">-equivalent of &amp;#x2018;Removing the item&amp;#x2019; from the Task list or Calendar, which </span><span class="add">+equivalent of &amp;#8216;Removing the item&amp;#8217; from the Task list or Calendar, which </span><span class="cx"> in turn removes any Task or Calendar specific attributes from the item. </span><span class="rem">-Unstamping does not imply splitting the item into separate Items. &lt;br/&gt; </span><span class="add">+Unstamping does not imply splitting the item into separate Items. &lt;br&gt; </span><span class="cx"> &lt;/p&gt; &lt;p&gt;The workflow is as follows: I receive an email. I put it on the calendar and added it to a task list. If I unstamp this Item as a communication, we will </span><span class="rem">-make no attempt to preserve the &amp;#x2018;communication-ness&amp;#x2019; of the Item as a -separate Item. Instead, we assume that the user just doesn&amp;#x2019;t need to </span><span class="add">+make no attempt to preserve the &amp;#8216;communication-ness&amp;#8217; of the Item as a +separate 'user' Item. Instead, we assume that the user just doesn&amp;#8217;t +need to </span><span class="cx"> keep the </span><span class="rem">-communication information anymore. Unstamping the &amp;#x2018;communication-ness&amp;#x2019; </span><span class="add">+communication information anymore. Unstamping the &amp;#8216;communication-ness&amp;#8217; </span><span class="cx"> of an item is the equivalent of what people do when they copy and paste event information from an email to an event on their calendar and then </span><span class="rem">-delete the email. Similarly, we can think of unstamping &amp;#x2018;task-ness&amp;#x2019; or -&amp;#x2018;calendar-ness&amp;#x2019; as -taking the event off the task list and the calendar. </span><span class="add">+delete the email. Similarly, we can think of unstamping &amp;#8216;task-ness&amp;#8217; or +&amp;#8216;calendar-ness&amp;#8217; as +taking the event off the task list and the calendar.&lt;br&gt; </span><span class="cx"> &lt;/p&gt; </span><span class="add">+&lt;p&gt;If I am in a Kind-specific App area (e.g. Mail, Tasks, Calendar) and +I unstamp an Item, such that it no longer belongs in that App area, the +Item should be removed immediately removed from the summary pane, just +as if I had selected the Item and then removed it with the +Edit&amp;gt;&amp;gt;Remove menu item. For example, if I am in the Calendar view +and I am looking at an Event stamped as a Communication, when I +unstamp the Item thereby 'Removing it from the Calendar', the event +fields disappear from the detail +view (e.g. location, all-day checkbox, date/time, timezone, event +status, recurref view._logItem(self): self._status |= dirty @@ -1363,7 +1408,7 @@ None, copyOther) return otherCopy else: - return Item.Nil + return Nil if copyFn is None: copyFn = copyOther @@ -1446,7 +1491,7 @@ for name in self._references.keys(): policy = (deletePolicy or self.getAttributeAspect(name, 'deletePolicy', - default='remove')) + False, None, 'remove')) if policy == 'cascade': value = self._references._getRef(name) if value is not None: @@ -1455,7 +1500,7 @@ else: sName = property(fget = __getName, fset = rename, doc = Tue, 14 Feb, 14:14
Parlante t;/span&gt;&lt;span class=&quot;add&quot;&gt;+re-activates from its formerly disabled state and changes to &amp;lt;b&amp;gt;Update&amp;lt;/b&amp;gt;. +I can hit &amp;lt;b&amp;gt;Update&amp;lt;/b&amp;gt; to send out the item again with the +information. (Ideally, the &amp;lt;b&amp;gt;Update&amp;lt;/b&amp;gt; button activates as soon as +the user makes an edit by typing in new text or deleting old text. +However, we&amp;amp;#8217;re aware there are limitations wrt when changes to the +Detail View are committed. What we&amp;amp;#8217;d like to avoid is the situation +where users have edited the Notes field and are looking to send out the +Update, but haven&amp;amp;#8217;t necessarily tabbed out of the Notes field yet.)&amp;lt;br&amp;gt; &lt;/span&gt;&lt;span class=&quot;cx&quot;&gt; &amp;lt;/li&amp;gt; &lt;/span&gt;&lt;span class=&quot;rem&quot;&gt;- &amp;lt;li&amp;gt;Once I make an edit, the Detail View displays &amp;amp;#x201c;updated by me&amp;amp;#x201d; - under the From: and To: fields (see storyboards).&amp;lt;/li&amp;gt; &lt;/span&gt;&lt;span class=&quot;add&quot;&gt;+ &amp;lt;li&amp;gt;Once I make an edit, the Detail Vo ma. Unstamping items is the </span><span class="rem">-equivalent of &amp;#x2018;Removing the item&amp;#x2019; from the Task list or Calendar, which </span><span class="add">+equivalent of &amp;#8216;Removing the item&amp;#8217; from the Task list or Calendar, which </span><span class="cx"> in turn removes any Task or Calendar specific attributes from the item. </span><span class="rem">-Unstamping does not imply splitting the item into separate Items. &lt;br/&gt; </span><span class="add">+Unstamping does not imply splitting the item into separate Items. &lt;br&gt; </span><span class="cx"> &lt;/p&gt; &lt;p&gt;The workflow is as follows: I receive an email. I put it on the calendar and added it to a task list. If I unstamp this Item as a communication, we will </span><span class="rem">-make no attempt to preserve the &amp;#x2018;communication-ness&amp;#x2019; of the Item as a -separate Item. Instead, we assume that the user just doesn&amp;#x2019;t need to </span><span class="add">+make no attempt to preserve the &amp;#8216;communication-ness&amp;#8217; of the Item as a +separate 'user' Item. Instead, we assume that the user just doesn&amp;#8217;t +need to </span><span class="cx"> keep the </span><span class="rem">-communication information anymore. Unstamping the &amp;#x2018;communication-ness&amp;#x2019; </span><span class="add">+communication information anymore. Unstamping the &amp;#8216;communication-ness&amp;#8217; </span><span class="cx"> of an item is the equivalent of what people do when they copy and paste event information from an email to an event on their calendar and then </span><span class="rem">-delete the email. Similarly, we can think of unstamping &amp;#x2018;task-ness&amp;#x2019; or -&amp;#x2018;calendar-ness&amp;#x2019; as -taking the event off the task list and the calendar. </span><span class="add">+delete the email. Similarly, we can think of unstamping &amp;#8216;task-ness&amp;#8217; or +&amp;#8216;calendar-ness&amp;#8217; as +taking the event off the task list and the calendar.&lt;br&gt; </span><span class="cx"> &lt;/p&gt; </span><span class="add">+&lt;p&gt;If I am in a Kind-specific App area (e.g. Mail, Tasks, Calendar) and +I unstamp an Item, such that it no longer belongs in that App area, the +Item should be removed immediately removed from the summary pane, just +as if I had selected the Item and then removed it with the +Edit&amp;gt;&amp;gt;Remove menu item. For example, if I am in the Calendar view +and I am looking at an Event stamped as a Communication, when I +unstamp the Item thereby 'Removing it from the Calendar', the event +fields disappear from the detail +view (e.g. location, all-day checkbox, date/time, timezone, event +status, recurref view._logItem(self): self._status |= dirty @@ -1363,7 +1408,7 @@ None, copyOther) return otherCopy else: - return Item.Nil + return Nil if copyFn is None: copyFn = copyOther @@ -1446,7 +1491,7 @@ for name in self._references.keys(): policy = (deletePolicy or self.getAttributeAspect(name, 'deletePolicy', - default='remove')) + False, None, 'remove')) if policy == 'cascade': value = self._references._getRef(name) if value is not None: @@ -1455,7 +1500,7 @@ else: sName = property(fget = __getName, fset = rename, doc = Sat, 09 Apr, 03:30
Parlante t;/span&gt;&lt;span class=&quot;add&quot;&gt;+re-activates from its formerly disabled state and changes to &amp;lt;b&amp;gt;Update&amp;lt;/b&amp;gt;. +I can hit &amp;lt;b&amp;gt;Update&amp;lt;/b&amp;gt; to send out the item again with the +information. (Ideally, the &amp;lt;b&amp;gt;Update&amp;lt;/b&amp;gt; button activates as soon as +the user makes an edit by typing in new text or deleting old text. +However, we&amp;amp;#8217;re aware there are limitations wrt when changes to the +Detail View are committed. What we&amp;amp;#8217;d like to avoid is the situation +where users have edited the Notes field and are looking to send out the +Update, but haven&amp;amp;#8217;t necessarily tabbed out of the Notes field yet.)&amp;lt;br&amp;gt; &lt;/span&gt;&lt;span class=&quot;cx&quot;&gt; &amp;lt;/li&amp;gt; &lt;/span&gt;&lt;span class=&quot;rem&quot;&gt;- &amp;lt;li&amp;gt;Once I make an edit, the Detail View displays &amp;amp;#x201c;updated by me&amp;amp;#x201d; - under the From: and To: fields (see storyboards).&amp;lt;/li&amp;gt; &lt;/span&gt;&lt;span class=&quot;add&quot;&gt;+ &amp;lt;li&amp;gt;Once I make an edit, the Detail Vo ma. Unstamping items is the </span><span class="rem">-equivalent of &amp;#x2018;Removing the item&amp;#x2019; from the Task list or Calendar, which </span><span class="add">+equivalent of &amp;#8216;Removing the item&amp;#8217; from the Task list or Calendar, which </span><span class="cx"> in turn removes any Task or Calendar specific attributes from the item. </span><span class="rem">-Unstamping does not imply splitting the item into separate Items. &lt;br/&gt; </span><span class="add">+Unstamping does not imply splitting the item into separate Items. &lt;br&gt; </span><span class="cx"> &lt;/p&gt; &lt;p&gt;The workflow is as follows: I receive an email. I put it on the calendar and added it to a task list. If I unstamp this Item as a communication, we will </span><span class="rem">-make no attempt to preserve the &amp;#x2018;communication-ness&amp;#x2019; of the Item as a -separate Item. Instead, we assume that the user just doesn&amp;#x2019;t need to </span><span class="add">+make no attempt to preserve the &amp;#8216;communication-ness&amp;#8217; of the Item as a +separate 'user' Item. Instead, we assume that the user just doesn&amp;#8217;t +need to </span><span class="cx"> keep the </span><span class="rem">-communication information anymore. Unstamping the &amp;#x2018;communication-ness&amp;#x2019; </span><span class="add">+communication information anymore. Unstamping the &amp;#8216;communication-ness&amp;#8217; </span><span class="cx"> of an item is the equivalent of what people do when they copy and paste event information from an email to an event on their calendar and then </span><span class="rem">-delete the email. Similarly, we can think of unstamping &amp;#x2018;task-ness&amp;#x2019; or -&amp;#x2018;calendar-ness&amp;#x2019; as -taking the event off the task list and the calendar. </span><span class="add">+delete the email. Similarly, we can think of unstamping &amp;#8216;task-ness&amp;#8217; or +&amp;#8216;calendar-ness&amp;#8217; as +taking the event off the task list and the calendar.&lt;br&gt; </span><span class="cx"> &lt;/p&gt; </span><span class="add">+&lt;p&gt;If I am in a Kind-specific App area (e.g. Mail, Tasks, Calendar) and +I unstamp an Item, such that it no longer belongs in that App area, the +Item should be removed immediately removed from the summary pane, just +as if I had selected the Item and then removed it with the +Edit&amp;gt;&amp;gt;Remove menu item. For example, if I am in the Calendar view +and I am looking at an Event stamped as a Communication, when I +unstamp the Item thereby 'Removing it from the Calendar', the event +fields disappear from the detail +view (e.g. location, all-day checkbox, date/time, timezone, event +status, recurref view._logItem(self): self._status |= dirty @@ -1363,7 +1408,7 @@ None, copyOther) return otherCopy else: - return Item.Nil + return Nil if copyFn is None: copyFn = copyOther @@ -1446,7 +1491,7 @@ for name in self._references.keys(): policy = (deletePolicy or self.getAttributeAspect(name, 'deletePolicy', - default='remove')) + False, None, 'remove')) if policy == 'cascade': value = self._references._getRef(name) if value is not None: @@ -1455,7 +1500,7 @@ else: sName = property(fget = __getName, fset = rename, doc = Sat, 09 Apr, 03:30
b...@code-bear.com lt;/span&gt;&lt;span class=&quot;add&quot;&gt;+re-activates from its formerly disabled state and changes to &amp;lt;b&amp;gt;Update&amp;lt;/b&amp;gt;. +I can hit &amp;lt;b&amp;gt;Update&amp;lt;/b&amp;gt; to send out the item again with the +information. (Ideally, the &amp;lt;b&amp;gt;Update&amp;lt;/b&amp;gt; button activates as soon as +the user makes an edit by typing in new text or deleting old text. +However, we&amp;amp;#8217;re aware there are limitations wrt when changes to the +Detail View are committed. What we&amp;amp;#8217;d like to avoid is the situation +where users have edited the Notes field and are looking to send out the +Update, but haven&amp;amp;#8217;t necessarily tabbed out of the Notes field yet.)&amp;lt;br&amp;gt; &lt;/span&gt;&lt;span class=&quot;cx&quot;&gt; &amp;lt;/li&amp;gt; &lt;/span&gt;&lt;span class=&quot;rem&quot;&gt;- &amp;lt;li&amp;gt;Once I make an edit, the Detail View displays &amp;amp;#x201c;updated by me&amp;amp;#x201d; - under the From: and To: fields (see storyboards).&amp;lt;/li&amp;gt; &lt;/span&gt;&lt;span class=&quot;add&quot;&gt;+ &amp;lt;li&amp;gt;Once I make an edit, the Detail Vo ma. Unstamping items is the </span><span class="rem">-equivalent of &amp;#x2018;Removing the item&amp;#x2019; from the Task list or Calendar, which </span><span class="add">+equivalent of &amp;#8216;Removing the item&amp;#8217; from the Task list or Calendar, which </span><span class="cx"> in turn removes any Task or Calendar specific attributes from the item. </span><span class="rem">-Unstamping does not imply splitting the item into separate Items. &lt;br/&gt; </span><span class="add">+Unstamping does not imply splitting the item into separate Items. &lt;br&gt; </span><span class="cx"> &lt;/p&gt; &lt;p&gt;The workflow is as follows: I receive an email. I put it on the calendar and added it to a task list. If I unstamp this Item as a communication, we will </span><span class="rem">-make no attempt to preserve the &amp;#x2018;communication-ness&amp;#x2019; of the Item as a -separate Item. Instead, we assume that the user just doesn&amp;#x2019;t need to </span><span class="add">+make no attempt to preserve the &amp;#8216;communication-ness&amp;#8217; of the Item as a +separate 'user' Item. Instead, we assume that the user just doesn&amp;#8217;t +need to </span><span class="cx"> keep the </span><span class="rem">-communication information anymore. Unstamping the &amp;#x2018;communication-ness&amp;#x2019; </span><span class="add">+communication information anymore. Unstamping the &amp;#8216;communication-ness&amp;#8217; </span><span class="cx"> of an item is the equivalent of what people do when they copy and paste event information from an email to an event on their calendar and then </span><span class="rem">-delete the email. Similarly, we can think of unstamping &amp;#x2018;task-ness&amp;#x2019; or -&amp;#x2018;calendar-ness&amp;#x2019; as -taking the event off the task list and the calendar. </span><span class="add">+delete the email. Similarly, we can think of unstamping &amp;#8216;task-ness&amp;#8217; or +&amp;#8216;calendar-ness&amp;#8217; as +taking the event off the task list and the calendar.&lt;br&gt; </span><span class="cx"> &lt;/p&gt; </span><span class="add">+&lt;p&gt;If I am in a Kind-specific App area (e.g. Mail, Tasks, Calendar) and +I unstamp an Item, such that it no longer belongs in that App area, the +Item should be removed immediately removed from the summary pane, just +as if I had selected the Item and then removed it with the +Edit&amp;gt;&amp;gt;Remove menu item. For example, if I am in the Calendar view +and I am looking at an Event stamped as a Communication, when I +unstamp the Item thereby 'Removing it from the Calendar', the event +fields disappear from the detail +view (e.g. location, all-day checkbox, date/time, timezone, event +status, recurref view._logItem(self): self._status |= dirty @@ -1363,7 +1408,7 @@ None, copyOther) return otherCopy else: - return Item.Nil + return Nil if copyFn is None: copyFn = copyOther @@ -1446,7 +1491,7 @@ for name in self._references.keys(): policy = (deletePolicy or self.getAttributeAspect(name, 'deletePolicy', - default='remove')) + False, None, 'remove')) if policy == 'cascade': value = self._references._getRef(name) if value is not None: @@ -1455,7 +1500,7 @@ else: sName = property(fget = __getName, fset = rename, doc = Sat, 13 Sep, 09:29
b...@code-bear.com lt;/span&gt;&lt;span class=&quot;add&quot;&gt;+re-activates from its formerly disabled state and changes to &amp;lt;b&amp;gt;Update&amp;lt;/b&amp;gt;. +I can hit &amp;lt;b&amp;gt;Update&amp;lt;/b&amp;gt; to send out the item again with the +information. (Ideally, the &amp;lt;b&amp;gt;Update&amp;lt;/b&amp;gt; button activates as soon as +the user makes an edit by typing in new text or deleting old text. +However, we&amp;amp;#8217;re aware there are limitations wrt when changes to the +Detail View are committed. What we&amp;amp;#8217;d like to avoid is the situation +where users have edited the Notes field and are looking to send out the +Update, but haven&amp;amp;#8217;t necessarily tabbed out of the Notes field yet.)&amp;lt;br&amp;gt; &lt;/span&gt;&lt;span class=&quot;cx&quot;&gt; &amp;lt;/li&amp;gt; &lt;/span&gt;&lt;span class=&quot;rem&quot;&gt;- &amp;lt;li&amp;gt;Once I make an edit, the Detail View displays &amp;amp;#x201c;updated by me&amp;amp;#x201d; - under the From: and To: fields (see storyboards).&amp;lt;/li&amp;gt; &lt;/span&gt;&lt;span class=&quot;add&quot;&gt;+ &amp;lt;li&amp;gt;Once I make an edit, the Detail Vo ma. Unstamping items is the </span><span class="rem">-equivalent of &amp;#x2018;Removing the item&amp;#x2019; from the Task list or Calendar, which </span><span class="add">+equivalent of &amp;#8216;Removing the item&amp;#8217; from the Task list or Calendar, which </span><span class="cx"> in turn removes any Task or Calendar specific attributes from the item. </span><span class="rem">-Unstamping does not imply splitting the item into separate Items. &lt;br/&gt; </span><span class="add">+Unstamping does not imply splitting the item into separate Items. &lt;br&gt; </span><span class="cx"> &lt;/p&gt; &lt;p&gt;The workflow is as follows: I receive an email. I put it on the calendar and added it to a task list. If I unstamp this Item as a communication, we will </span><span class="rem">-make no attempt to preserve the &amp;#x2018;communication-ness&amp;#x2019; of the Item as a -separate Item. Instead, we assume that the user just doesn&amp;#x2019;t need to </span><span class="add">+make no attempt to preserve the &amp;#8216;communication-ness&amp;#8217; of the Item as a +separate 'user' Item. Instead, we assume that the user just doesn&amp;#8217;t +need to </span><span class="cx"> keep the </span><span class="rem">-communication information anymore. Unstamping the &amp;#x2018;communication-ness&amp;#x2019; </span><span class="add">+communication information anymore. Unstamping the &amp;#8216;communication-ness&amp;#8217; </span><span class="cx"> of an item is the equivalent of what people do when they copy and paste event information from an email to an event on their calendar and then </span><span class="rem">-delete the email. Similarly, we can think of unstamping &amp;#x2018;task-ness&amp;#x2019; or -&amp;#x2018;calendar-ness&amp;#x2019; as -taking the event off the task list and the calendar. </span><span class="add">+delete the email. Similarly, we can think of unstamping &amp;#8216;task-ness&amp;#8217; or +&amp;#8216;calendar-ness&amp;#8217; as +taking the event off the task list and the calendar.&lt;br&gt; </span><span class="cx"> &lt;/p&gt; </span><span class="add">+&lt;p&gt;If I am in a Kind-specific App area (e.g. Mail, Tasks, Calendar) and +I unstamp an Item, such that it no longer belongs in that App area, the +Item should be removed immediately removed from the summary pane, just +as if I had selected the Item and then removed it with the +Edit&amp;gt;&amp;gt;Remove menu item. For example, if I am in the Calendar view +and I am looking at an Event stamped as a Communication, when I +unstamp the Item thereby 'Removing it from the Calendar', the event +fields disappear from the detail +view (e.g. location, all-day checkbox, date/time, timezone, event +status, recurref view._logItem(self): self._status |= dirty @@ -1363,7 +1408,7 @@ None, copyOther) return otherCopy else: - return Item.Nil + return Nil if copyFn is None: copyFn = copyOther @@ -1446,7 +1491,7 @@ for name in self._references.keys(): policy = (deletePolicy or self.getAttributeAspect(name, 'deletePolicy', - default='remove')) + False, None, 'remove')) if policy == 'cascade': value = self._references._getRef(name) if value is not None: @@ -1455,7 +1500,7 @@ else: sName = property(fget = __getName, fset = rename, doc = Sat, 13 Sep, 09:29
b...@code-bear.com lt;/span&gt;&lt;span class=&quot;add&quot;&gt;+re-activates from its formerly disabled state and changes to &amp;lt;b&amp;gt;Update&amp;lt;/b&amp;gt;. +I can hit &amp;lt;b&amp;gt;Update&amp;lt;/b&amp;gt; to send out the item again with the +information. (Ideally, the &amp;lt;b&amp;gt;Update&amp;lt;/b&amp;gt; button activates as soon as +the user makes an edit by typing in new text or deleting old text. +However, we&amp;amp;#8217;re aware there are limitations wrt when changes to the +Detail View are committed. What we&amp;amp;#8217;d like to avoid is the situation +where users have edited the Notes field and are looking to send out the +Update, but haven&amp;amp;#8217;t necessarily tabbed out of the Notes field yet.)&amp;lt;br&amp;gt; &lt;/span&gt;&lt;span class=&quot;cx&quot;&gt; &amp;lt;/li&amp;gt; &lt;/span&gt;&lt;span class=&quot;rem&quot;&gt;- &amp;lt;li&amp;gt;Once I make an edit, the Detail View displays &amp;amp;#x201c;updated by me&amp;amp;#x201d; - under the From: and To: fields (see storyboards).&amp;lt;/li&amp;gt; &lt;/span&gt;&lt;span class=&quot;add&quot;&gt;+ &amp;lt;li&amp;gt;Once I make an edit, the Detail Vo ma. Unstamping items is the </span><span class="rem">-equivalent of &amp;#x2018;Removing the item&amp;#x2019; from the Task list or Calendar, which </span><span class="add">+equivalent of &amp;#8216;Removing the item&amp;#8217; from the Task list or Calendar, which </span><span class="cx"> in turn removes any Task or Calendar specific attributes from the item. </span><span class="rem">-Unstamping does not imply splitting the item into separate Items. &lt;br/&gt; </span><span class="add">+Unstamping does not imply splitting the item into separate Items. &lt;br&gt; </span><span class="cx"> &lt;/p&gt; &lt;p&gt;The workflow is as follows: I receive an email. I put it on the calendar and added it to a task list. If I unstamp this Item as a communication, we will </span><span class="rem">-make no attempt to preserve the &amp;#x2018;communication-ness&amp;#x2019; of the Item as a -separate Item. Instead, we assume that the user just doesn&amp;#x2019;t need to </span><span class="add">+make no attempt to preserve the &amp;#8216;communication-ness&amp;#8217; of the Item as a +separate 'user' Item. Instead, we assume that the user just doesn&amp;#8217;t +need to </span><span class="cx"> keep the </span><span class="rem">-communication information anymore. Unstamping the &amp;#x2018;communication-ness&amp;#x2019; </span><span class="add">+communication information anymore. Unstamping the &amp;#8216;communication-ness&amp;#8217; </span><span class="cx"> of an item is the equivalent of what people do when they copy and paste event information from an email to an event on their calendar and then </span><span class="rem">-delete the email. Similarly, we can think of unstamping &amp;#x2018;task-ness&amp;#x2019; or -&amp;#x2018;calendar-ness&amp;#x2019; as -taking the event off the task list and the calendar. </span><span class="add">+delete the email. Similarly, we can think of unstamping &amp;#8216;task-ness&amp;#8217; or +&amp;#8216;calendar-ness&amp;#8217; as +taking the event off the task list and the calendar.&lt;br&gt; </span><span class="cx"> &lt;/p&gt; </span><span class="add">+&lt;p&gt;If I am in a Kind-specific App area (e.g. Mail, Tasks, Calendar) and +I unstamp an Item, such that it no longer belongs in that App area, the +Item should be removed immediately removed from the summary pane, just +as if I had selected the Item and then removed it with the +Edit&amp;gt;&amp;gt;Remove menu item. For example, if I am in the Calendar view +and I am looking at an Event stamped as a Communication, when I +unstamp the Item thereby 'Removing it from the Calendar', the event +fields disappear from the detail +view (e.g. location, all-day checkbox, date/time, timezone, event +status, recurref view._logItem(self): self._status |= dirty @@ -1363,7 +1408,7 @@ None, copyOther) return otherCopy else: - return Item.Nil + return Nil if copyFn is None: copyFn = copyOther @@ -1446,7 +1491,7 @@ for name in self._references.keys(): policy = (deletePolicy or self.getAttributeAspect(name, 'deletePolicy', - default='remove')) + False, None, 'remove')) if policy == 'cascade': value = self._references._getRef(name) if value is not None: @@ -1455,7 +1500,7 @@ else: sName = property(fget = __getName, fset = rename, doc = Sat, 13 Sep, 09:29
b...@code-bear.com lt;/span&gt;&lt;span class=&quot;add&quot;&gt;+re-activates from its formerly disabled state and changes to &amp;lt;b&amp;gt;Update&amp;lt;/b&amp;gt;. +I can hit &amp;lt;b&amp;gt;Update&amp;lt;/b&amp;gt; to send out the item again with the +information. (Ideally, the &amp;lt;b&amp;gt;Update&amp;lt;/b&amp;gt; button activates as soon as +the user makes an edit by typing in new text or deleting old text. +However, we&amp;amp;#8217;re aware there are limitations wrt when changes to the +Detail View are committed. What we&amp;amp;#8217;d like to avoid is the situation +where users have edited the Notes field and are looking to send out the +Update, but haven&amp;amp;#8217;t necessarily tabbed out of the Notes field yet.)&amp;lt;br&amp;gt; &lt;/span&gt;&lt;span class=&quot;cx&quot;&gt; &amp;lt;/li&amp;gt; &lt;/span&gt;&lt;span class=&quot;rem&quot;&gt;- &amp;lt;li&amp;gt;Once I make an edit, the Detail View displays &amp;amp;#x201c;updated by me&amp;amp;#x201d; - under the From: and To: fields (see storyboards).&amp;lt;/li&amp;gt; &lt;/span&gt;&lt;span class=&quot;add&quot;&gt;+ &amp;lt;li&amp;gt;Once I make an edit, the Detail Vo ma. Unstamping items is the </span><span class="rem">-equivalent of &amp;#x2018;Removing the item&amp;#x2019; from the Task list or Calendar, which </span><span class="add">+equivalent of &amp;#8216;Removing the item&amp;#8217; from the Task list or Calendar, which </span><span class="cx"> in turn removes any Task or Calendar specific attributes from the item. </span><span class="rem">-Unstamping does not imply splitting the item into separate Items. &lt;br/&gt; </span><span class="add">+Unstamping does not imply splitting the item into separate Items. &lt;br&gt; </span><span class="cx"> &lt;/p&gt; &lt;p&gt;The workflow is as follows: I receive an email. I put it on the calendar and added it to a task list. If I unstamp this Item as a communication, we will </span><span class="rem">-make no attempt to preserve the &amp;#x2018;communication-ness&amp;#x2019; of the Item as a -separate Item. Instead, we assume that the user just doesn&amp;#x2019;t need to </span><span class="add">+make no attempt to preserve the &amp;#8216;communication-ness&amp;#8217; of the Item as a +separate 'user' Item. Instead, we assume that the user just doesn&amp;#8217;t +need to </span><span class="cx"> keep the </span><span class="rem">-communication information anymore. Unstamping the &amp;#x2018;communication-ness&amp;#x2019; </span><span class="add">+communication information anymore. Unstamping the &amp;#8216;communication-ness&amp;#8217; </span><span class="cx"> of an item is the equivalent of what people do when they copy and paste event information from an email to an event on their calendar and then </span><span class="rem">-delete the email. Similarly, we can think of unstamping &amp;#x2018;task-ness&amp;#x2019; or -&amp;#x2018;calendar-ness&amp;#x2019; as -taking the event off the task list and the calendar. </span><span class="add">+delete the email. Similarly, we can think of unstamping &amp;#8216;task-ness&amp;#8217; or +&amp;#8216;calendar-ness&amp;#8217; as +taking the event off the task list and the calendar.&lt;br&gt; </span><span class="cx"> &lt;/p&gt; </span><span class="add">+&lt;p&gt;If I am in a Kind-specific App area (e.g. Mail, Tasks, Calendar) and +I unstamp an Item, such that it no longer belongs in that App area, the +Item should be removed immediately removed from the summary pane, just +as if I had selected the Item and then removed it with the +Edit&amp;gt;&amp;gt;Remove menu item. For example, if I am in the Calendar view +and I am looking at an Event stamped as a Communication, when I +unstamp the Item thereby 'Removing it from the Calendar', the event +fields disappear from the detail +view (e.g. location, all-day checkbox, date/time, timezone, event +status, recurref view._logItem(self): self._status |= dirty @@ -1363,7 +1408,7 @@ None, copyOther) return otherCopy else: - return Item.Nil + return Nil if copyFn is None: copyFn = copyOther @@ -1446,7 +1491,7 @@ for name in self._references.keys(): policy = (deletePolicy or self.getAttributeAspect(name, 'deletePolicy', - default='remove')) + False, None, 'remove')) if policy == 'cascade': value = self._references._getRef(name) if value is not None: @@ -1455,7 +1500,7 @@ else: sName = property(fget = __getName, fset = rename, doc = Sat, 13 Sep, 09:29
ch...@osafoundation.org> span><span class="rem">-equivalent of &amp;#x2018;Removing the item&amp;#x2019; from the Task list or Calendar, which </span><span class="add">+equivalent of &amp;#8216;Removing the item&amp;#8217; from the Task list or Calendar, which </span><span class="cx"> in turn removes any Task or Calendar specific attributes from the item. </span><span class="rem">-Unstamping does not imply splitting the item into separate Items. &lt;br/&gt; </span><span class="add">+Unstamping does not imply splitting the item into separate Items. &lt;br&gt; </span><span class="cx"> &lt;/p&gt; &lt;p&gt;The workflow is as follows: I receive an email. I put it on the calendar and added it to a task list. If I unstamp this Item as a communication, we will </span><span class="rem">-make no attempt to preserve the &amp;#x2018;communication-ness&amp;#x2019; of the Item as a -separate Item. Instead, we assume that the user just doesn&amp;#x2019;t need to </span><span class="add">+make no attempt to preserve the &amp;#8216;communication-ness&amp;#8217; of the Item as a +separate 'user' Item. Instead, we assume that the user just doesn&amp;#8217;t +need to </span><span class="cx"> keep the </span><span class="rem">-communication information anymore. Unstamping the &amp;#x2018;communication-ness&amp;#x2019; </span><span class="add">+communication information anymore. Unstamping the &amp;#8216;communication-ness&amp;#8217; </span><span class="cx"> of an item is the equivalent of what people do when they copy and paste event information from an email to an event on their calendar and then </span><span class="rem">-delete the email. Similarly, we can think of unstamping &amp;#x2018;task-ness&amp;#x2019; or -&amp;#x2018;calendar-ness&amp;#x2019; as -taking the event off the task list and the calendar. </span><span class="add">+delete the email. Similarly, we can think of unstamping &amp;#8216;task-ness&amp;#8217; or +&amp;#8216;calendar-ness&amp;#8217; as +taking the event off the task list and the calendar.&lt;br&gt; </span><span class="cx"> &lt;/p&gt; </span><span class="add">+&lt;p&gt;If I am in a Kind-specific App area (e.g. Mail, Tasks, Calendar) and +I unstamp an Item, such that it no longer belongs in that App area, the +Item should be removed immediately removed from the summary pane, just +as if I had selected the Item and then removed it with the +Edit&amp;gt;&amp;gt;Remove menu item. For example, if I am in the Calendar view +and I am looking at an Event stamped as a Communication, when I +unstamp the Item thereby 'Removing it from the Calendar', the event +fields disappear from the detail +view (e.g. location, all-day checkbox, date/time, timezone, event +status, recurref view._logItem(self): self._status |= dirty @@ -1363,7 +1408,7 @@ None, copyOther) return otherCopy else: - return Item.Nil + return Nil if copyFn is None: copyFn = copyOther @@ -1446,7 +1491,7 @@ for name in self._references.keys(): policy = (deletePolicy or self.getAttributeAspect(name, 'deletePolicy', - default='remove')) + False, None, 'remove')) if policy == 'cascade': value = self._references._getRef(name) if value is not None: @@ -1455,7 +1500,7 @@ else: sName = property(fget = __getName, fset = rename, doc = Sun, 11 Oct, 21:18
fairwi...@eastlink.ca ;/span&gt;&lt;span class=&quot;add&quot;&gt;+re-activates from its formerly disabled state and changes to &amp;lt;b&amp;gt;Update&amp;lt;/b&amp;gt;. +I can hit &amp;lt;b&amp;gt;Update&amp;lt;/b&amp;gt; to send out the item again with the +information. (Ideally, the &amp;lt;b&amp;gt;Update&amp;lt;/b&amp;gt; button activates as soon as +the user makes an edit by typing in new text or deleting old text. +However, we&amp;amp;#8217;re aware there are limitations wrt when changes to the +Detail View are committed. What we&amp;amp;#8217;d like to avoid is the situation +where users have edited the Notes field and are looking to send out the +Update, but haven&amp;amp;#8217;t necessarily tabbed out of the Notes field yet.)&amp;lt;br&amp;gt; &lt;/span&gt;&lt;span class=&quot;cx&quot;&gt; &amp;lt;/li&amp;gt; &lt;/span&gt;&lt;span class=&quot;rem&quot;&gt;- &amp;lt;li&amp;gt;Once I make an edit, the Detail View displays &amp;amp;#x201c;updated by me&amp;amp;#x201d; - under the From: and To: fields (see storyboards).&amp;lt;/li&amp;gt; &lt;/span&gt;&lt;span class=&quot;add&quot;&gt;+ &amp;lt;li&amp;gt;Once I make an edit, the Detail Vo ma. Unstamping items is the </span><span class="rem">-equivalent of &amp;#x2018;Removing the item&amp;#x2019; from the Task list or Calendar, which </span><span class="add">+equivalent of &amp;#8216;Removing the item&amp;#8217; from the Task list or Calendar, which </span><span class="cx"> in turn removes any Task or Calendar specific attributes from the item. </span><span class="rem">-Unstamping does not imply splitting the item into separate Items. &lt;br/&gt; </span><span class="add">+Unstamping does not imply splitting the item into separate Items. &lt;br&gt; </span><span class="cx"> &lt;/p&gt; &lt;p&gt;The workflow is as follows: I receive an email. I put it on the calendar and added it to a task list. If I unstamp this Item as a communication, we will </span><span class="rem">-make no attempt to preserve the &amp;#x2018;communication-ness&amp;#x2019; of the Item as a -separate Item. Instead, we assume that the user just doesn&amp;#x2019;t need to </span><span class="add">+make no attempt to preserve the &amp;#8216;communication-ness&amp;#8217; of the Item as a +separate 'user' Item. Instead, we assume that the user just doesn&amp;#8217;t +need to </span><span class="cx"> keep the </span><span class="rem">-communication information anymore. Unstamping the &amp;#x2018;communication-ness&amp;#x2019; </span><span class="add">+communication information anymore. Unstamping the &amp;#8216;communication-ness&amp;#8217; </span><span class="cx"> of an item is the equivalent of what people do when they copy and paste event information from an email to an event on their calendar and then </span><span class="rem">-delete the email. Similarly, we can think of unstamping &amp;#x2018;task-ness&amp;#x2019; or -&amp;#x2018;calendar-ness&amp;#x2019; as -taking the event off the task list and the calendar. </span><span class="add">+delete the email. Similarly, we can think of unstamping &amp;#8216;task-ness&amp;#8217; or +&amp;#8216;calendar-ness&amp;#8217; as +taking the event off the task list and the calendar.&lt;br&gt; </span><span class="cx"> &lt;/p&gt; </span><span class="add">+&lt;p&gt;If I am in a Kind-specific App area (e.g. Mail, Tasks, Calendar) and +I unstamp an Item, such that it no longer belongs in that App area, the +Item should be removed immediately removed from the summary pane, just +as if I had selected the Item and then removed it with the +Edit&amp;gt;&amp;gt;Remove menu item. For example, if I am in the Calendar view +and I am looking at an Event stamped as a Communication, when I +unstamp the Item thereby 'Removing it from the Calendar', the event +fields disappear from the detail +view (e.g. location, all-day checkbox, date/time, timezone, event +status, recurref view._logItem(self): self._status |= dirty @@ -1363,7 +1408,7 @@ None, copyOther) return otherCopy else: - return Item.Nil + return Nil if copyFn is None: copyFn = copyOther @@ -1446,7 +1491,7 @@ for name in self._references.keys(): policy = (deletePolicy or self.getAttributeAspect(name, 'deletePolicy', - default='remove')) + False, None, 'remove')) if policy == 'cascade': value = self._references._getRef(name) if value is not None: @@ -1455,7 +1500,7 @@ else: sName = property(fget = __getName, fset = rename, doc = Sat, 14 Jun, 16:51
h...@osafoundation.org> p;lt;/b&amp;gt; and just sent the Reply to me, not to Amy. &amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt; &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;I receive the email Reply from Carol in both my Chandler and &lt;/span&gt;&lt;span class=&quot;rem&quot;&gt;-my email client.&amp;lt;br/&amp;gt; &lt;/span&gt;&lt;span class=&quot;add&quot;&gt;+my email client.&amp;lt;br&amp;gt; &lt;/span&gt;&lt;span class=&quot;cx&quot;&gt; &amp;lt;ul&amp;gt; &amp;lt;li&amp;gt;In Chandler, the Reply appears as a new Item in the All and &lt;/span&gt;&lt;span class=&quot;rem&quot;&gt;-Mail app areas.&amp;lt;br/&amp;gt; &lt;/span&gt;&lt;span class=&quot;add&quot;&gt;+Mail app areas.&amp;lt;br&amp;gt; &lt;/span&gt;&lt;span class=&quot;cx&quot;&gt; &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;The &amp;lt;b&amp;gt;Communication&amp;lt;/b&amp;gt; stamp shows that the Reply is an inbound unread email.&amp;lt;/li&amp;gt; &lt;/span&gt;&lt;span class=&quot;lines&quot;&gt;@@ -401,156 +403,156 @@ &lt;/span&gt;&lt;span class=&quot;cx&quot;&gt; &amp;lt;li&amp;gt;Carol replies again with oops, another suggestion. This second Reply appears in the All and Mail app areas as another new Item, just like the first &lt;/span&gt;&lt;span class=&quot;rem&quot;&gt;-Reply.&amp;lt;br/&amp;gt; &lt;/span&gt;&lt;span class=&quot;add&quot;&gt;+Reply.&amp;lt;br&amp;gt; &lt;/span&gt;&lt;span class=&quot;cx&quot;&gt; &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;I return to the original invitation Item, either in a summary table view or on the Calendar. &lt;/span&gt;&lt;span class=&quot;rem&quot;&gt;-The Communication stamp still displays the Invitation&amp;amp;#x2019;s &amp;amp;#x2018;Sent -status&amp;amp;#x2019; in the mark-up bar.&amp;lt;/li&amp;gt; - &amp;lt;li&amp;gt;I edit the Item to add in Carol&amp;amp;#x2019;s suggestions. &lt;/span&gt;&lt;span class=&quot;add&quot;&gt;+The Communication stamp still displays the Invitation&amp;amp;#8217;s &amp;amp;#8216;Sent +status&amp;amp;#8217; in the mark-up bar.&amp;lt;/li&amp;gt; + &amp;lt;li&amp;gt;I edit the Item to add in Carol&amp;amp;#8217;s suggestions. &lt;/span&gt;&lt;span class=&quot;cx&quot;&gt; &amp;lt;ul&amp;gt; &amp;lt;li&amp;gt;As soon as I make any changes, the &amp;lt;b&amp;gt;Send&amp;lt;/b&amp;gt; button &lt;/span&gt;&lt;span class=&quot;rem&quot;&gt;- re-activates from its formerly disabled state and changes - to &amp;lt;b&amp;gt;Update&amp;lt;/b&amp;gt;. I can hit &amp;lt;b&amp;gt;Update&amp;lt;/b&amp;gt; - to send out the item again with the information. (Ideally, the - &amp;lt;b&amp;gt;Update&amp;lt;/b&amp;gt; button activates as soon as the user makes an edit by - typing in new text or deleting old text. However, we&amp;amp;#x2019;re aware - there are limitations wrt when changes to the Detail View are - committed. What we&amp;amp;#x2019;d like to avoid is the situation where users - have edited the Notes field and are looking to send out the - Update, but haven&amp;amp;#x2019;t necessarily tabbed out of the Notes field - yet.)&amp;lt;br/&amp;gt; &lt;/span&gt;&lt;span class=&quot;add&quot;&gt;+re-activates from its formerly disabled state and changes to &amp;lt;b&amp;gt;Update&amp;lt;/b&amp;gt;. +I can hit &amp;lt;b&amp;gt;Update&amp;lt;/b&amp;gt; to send out the item again with the +information. (Ideally, the &amp;lt;b&amp;gt;Update&amp;lt;/b&amp;gt; button activates as soon as +the user makes an edit by typing in new text or deleting old text. +However, we&amp;amp;#8217;re aware there are limitations wrt when changes to the +Detail View are committed. What we&amp;amp;#8217;d like to avoid is the situation +where users have edited the Notes field and are looking to send out the +Update, but haven&amp;amp;#8217;t necessarily tabbed out of the Notes field yet.)&amp;lt;br&amp;gt; &lt;/span&gt;&lt;span class=&quot;cx&quot;&gt; &amp;lt;/li&amp;gt; &lt;/span&gt;&lt;span class=&quot;rem&quot;&gt;- &amp;lt;li&amp;gt;Once I make an edit, the Detail View displays &amp;amp;#x201c;updated by me&amp;amp;#x201d; - under the From: and To: fields (see storyboards).&amp;lt;/li&amp;gt; &lt;/span&gt;&lt;span class=&quot;add&quot;&gt;+ &amp;lt;li&amp;gt;Once I make an edit, the Detail Vo ma. Unstamping items is the </span><span class="rem">-equivalent of &amp;#x2018;Removing the item&amp;#x2019; from the Task list or Calendar, which </span><span class="add">+equivalent of &amp;#8216;Removing the item&amp;#8217; from the Task list or Calendar, which </span><span class="cx"> in turn removes any Task or Calendar specific attributes from the item. </span><span class="rem">-Unstamping does not imply splitting the item into separate Items. &lt;br/&gt; </span><span class="add">+Unstamping does not imply splitting the item into separate Items. &lt;br&gt; </span><span class="cx"> &lt;/p&gt; &lt;p&gt;The workflow is as follows: I receive an email. I put it on the calendar and added it to a task list. If I unstamp this Item as a communication, we will </span><span class="rem">-make no attempt to preserve the &amp;#x2018;communication-ness&amp;#x2019; of the Item as a -separate Item. Instead, we assume that the user just doesn&amp;#x2019;t need to </span><span class="add">+make no attempt to preserve the &amp;#8216;communication-ness&amp;#8217; of the Item as a +separate 'user' Item. Instead, we assume that the user just doesn&amp;#8217;t +need to </span><span class="cx"> keep the </span><span class="rem">-communication information anymore. Unstamping the &amp;#x2018;communication-ness&amp;#x2019; </span><span class="add">+communication information anymore. Unstamping the &amp;#8216;communication-ness&amp;#8217; </span><span class="cx"> of an item is the equivalent of what people do when they copy and paste event information from an email to an event on their calendar and then </span><span class="rem">-delete the email. Similarly, we can think of unstamping &amp;#x2018;task-ness&amp;#x2019; or -&amp;#x2018;calendar-ness&amp;#x2019; as -taking the event off the task list and the calendar. </span><span class="add">+delete the email. Similarly, we can think of unstamping &amp;#8216;task-ness&amp;#8217; or +&amp;#8216;calendar-ness&amp;#8217; as +taking the event off the task list and the calendar.&lt;br&gt; </span><span class="cx"> &lt;/p&gt; </span><span class="add">+&lt;p&gt;If I am in a Kind-specific App area (e.g. Mail, Tasks, Calendar) and +I unstamp an Item, such that it no longer belongs in that App area, the +Item should be removed immediately removed from the summary pane, just +as if I had selected the Item and then removed it with the +Edit&amp;gt;&amp;gt;Remove menu item. For example, if I am in the Calendar view +and I am looking at an Event stamped as a Communication, when I +unstamp the Item thereby 'Removing it from the Calendar', the event +fields disappear from the detail +view (e.g. location, all-day checkbox, date/time, timezone, event +status, recurref view._logItem(self): self._status |= dirty @@ -1363,7 +1408,7 @@ None, copyOther) return otherCopy else: - return Item.Nil + return Nil if copyFn is None: copyFn = copyOther @@ -1446,7 +1491,7 @@ for name in self._references.keys(): policy = (deletePolicy or self.getAttributeAspect(name, 'deletePolicy', - default='remove')) + False, None, 'remove')) if policy == 'cascade': value = self._references._getRef(name) if value is not None: @@ -1455,7 +1500,7 @@ else: sName = property(fget = __getName, fset = rename, doc = Fri, 10 Mar, 08:39
isse wrt when changes to the Detail View are - committed. What we&amp;amp;#x2019;d like to avoid is the situation where users - have edited the Notes field and are looking to send out the - Update, but haven&amp;amp;#x2019;t necessarily tabbed out of the Notes field - yet.)&amp;lt;br/&amp;gt; &lt;/span&gt;&lt;span class=&quot;add&quot;&gt;+re-activates from its formerly disabled state and changes to &amp;lt;b&amp;gt;Update&amp;lt;/b&amp;gt;. +I can hit &amp;lt;b&amp;gt;Update&amp;lt;/b&amp;gt; to send out the item again with the +information. (Ideally, the &amp;lt;b&amp;gt;Update&amp;lt;/b&amp;gt; button activates as soon as +the user makes an edit by typing in new text or deleting old text. +However, we&amp;amp;#8217;re aware there are limitations wrt when changes to the +Detail View are committed. What we&amp;amp;#8217;d like to avoid is the situation +where users have edited the Notes field and are looking to send out the +Update, but haven&amp;amp;#8217;t necessarily tabbed out of the Notes field yet.)&amp;lt;br&amp;gt; &lt;/span&gt;&lt;span class=&quot;cx&quot;&gt; &amp;lt;/li&amp;gt; &lt;/span&gt;&lt;span class=&quot;rem&quot;&gt;- &amp;lt;li&amp;gt;Once I make an edit, the Detail View displays &amp;amp;#x201c;updated by me&amp;amp;#x201d; - under the From: and To: fields (see storyboards).&amp;lt;/li&amp;gt; &lt;/span&gt;&lt;span class=&quot;add&quot;&gt;+ &amp;lt;li&amp;gt;Once I make an edit, the Detail Vo ma. Unstamping items is the </span><span class="rem">-equivalent of &amp;#x2018;Removing the item&amp;#x2019; from the Task list or Calendar, which </span><span class="add">+equivalent of &amp;#8216;Removing the item&amp;#8217; from the Task list or Calendar, which </span><span class="cx"> in turn removes any Task or Calendar specific attributes from the item. </span><span class="rem">-Unstamping does not imply splitting the item into separate Items. &lt;br/&gt; </span><span class="add">+Unstamping does not imply splitting the item into separate Items. &lt;br&gt; </span><span class="cx"> &lt;/p&gt; &lt;p&gt;The workflow is as follows: I receive an email. I put it on the calendar and added it to a task list. If I unstamp this Item as a communication, we will </span><span class="rem">-make no attempt to preserve the &amp;#x2018;communication-ness&amp;#x2019; of the Item as a -separate Item. Instead, we assume that the user just doesn&amp;#x2019;t need to </span><span class="add">+make no attempt to preserve the &amp;#8216;communication-ness&amp;#8217; of the Item as a +separate 'user' Item. Instead, we assume that the user just doesn&amp;#8217;t +need to </span><span class="cx"> keep the </span><span class="rem">-communication information anymore. Unstamping the &amp;#x2018;communication-ness&amp;#x2019; </span><span class="add">+communication information anymore. Unstamping the &amp;#8216;communication-ness&amp;#8217; </span><span class="cx"> of an item is the equivalent of what people do when they copy and paste event information from an email to an event on their calendar and then </span><span class="rem">-delete the email. Similarly, we can think of unstamping &amp;#x2018;task-ness&amp;#x2019; or -&amp;#x2018;calendar-ness&amp;#x2019; as -taking the event off the task list and the calendar. </span><span class="add">+delete the email. Similarly, we can think of unstamping &amp;#8216;task-ness&amp;#8217; or +&amp;#8216;calendar-ness&amp;#8217; as +taking the event off the task list and the calendar.&lt;br&gt; </span><span class="cx"> &lt;/p&gt; </span><span class="add">+&lt;p&gt;If I am in a Kind-specific App area (e.g. Mail, Tasks, Calendar) and +I unstamp an Item, such that it no longer belongs in that App area, the +Item should be removed immediately removed from the summary pane, just +as if I had selected the Item and then removed it with the +Edit&amp;gt;&amp;gt;Remove menu item. For example, if I am in the Calendar view +and I am looking at an Event stamped as a Communication, when I +unstamp the Item thereby 'Removing it from the Calendar', the event +fields disappear from the detail +view (e.g. location, all-day checkbox, date/time, timezone, event +status, recurref view._logItem(self): self._status |= dirty @@ -1363,7 +1408,7 @@ None, copyOther) return otherCopy else: - return Item.Nil + return Nil if copyFn is None: copyFn = copyOther @@ -1446,7 +1491,7 @@ for name in self._references.keys(): policy = (deletePolicy or self.getAttributeAspect(name, 'deletePolicy', - default='remove')) + False, None, 'remove')) if policy == 'cascade': value = self._references._getRef(name) if value is not None: @@ -1455,7 +1500,7 @@ else: sName = property(fget = __getName, fset = rename, doc = Sun, 13 Nov, 20:15
itch...@osafoundation.org> &amp;gt; - to send out the item again with the information. (Ideally, the - &amp;lt;b&amp;gt;Update&amp;lt;/b&amp;gt; button activates as soon as the user makes an edit by - typing in new text or deleting old text. However, we&amp;amp;#x2019;re aware - there are limitations wrt when changes to the Detail View are - committed. What we&amp;amp;#x2019;d like to avoid is the situation where users - have edited the Notes field and are looking to send out the - Update, but haven&amp;amp;#x2019;t necessarily tabbed out of the Notes field - yet.)&amp;lt;br/&amp;gt; &lt;/span&gt;&lt;span class=&quot;add&quot;&gt;+re-activates from its formerly disabled state and changes to &amp;lt;b&amp;gt;Update&amp;lt;/b&amp;gt;. +I can hit &amp;lt;b&amp;gt;Update&amp;lt;/b&amp;gt; to send out the item again with the +information. (Ideally, the &amp;lt;b&amp;gt;Update&amp;lt;/b&amp;gt; button activates as soon as +the user makes an edit by typing in new text or deleting old text. +However, we&amp;amp;#8217;re aware there are limitations wrt when changes to the +Detail View are committed. What we&amp;amp;#8217;d like to avoid is the situation +where users have edited the Notes field and are looking to send out the +Update, but haven&amp;amp;#8217;t necessarily tabbed out of the Notes field yet.)&amp;lt;br&amp;gt; &lt;/span&gt;&lt;span class=&quot;cx&quot;&gt; &amp;lt;/li&amp;gt; &lt;/span&gt;&lt;span class=&quot;rem&quot;&gt;- &amp;lt;li&amp;gt;Once I make an edit, the Detail View displays &amp;amp;#x201c;updated by me&amp;amp;#x201d; - under the From: and To: fields (see storyboards).&amp;lt;/li&amp;gt; &lt;/span&gt;&lt;span class=&quot;add&quot;&gt;+ &amp;lt;li&amp;gt;Once I make an edit, the Detail Vo ma. Unstamping items is the </span><span class="rem">-equivalent of &amp;#x2018;Removing the item&amp;#x2019; from the Task list or Calendar, which </span><span class="add">+equivalent of &amp;#8216;Removing the item&amp;#8217; from the Task list or Calendar, which </span><span class="cx"> in turn removes any Task or Calendar specific attributes from the item. </span><span class="rem">-Unstamping does not imply splitting the item into separate Items. &lt;br/&gt; </span><span class="add">+Unstamping does not imply splitting the item into separate Items. &lt;br&gt; </span><span class="cx"> &lt;/p&gt; &lt;p&gt;The workflow is as follows: I receive an email. I put it on the calendar and added it to a task list. If I unstamp this Item as a communication, we will </span><span class="rem">-make no attempt to preserve the &amp;#x2018;communication-ness&amp;#x2019; of the Item as a -separate Item. Instead, we assume that the user just doesn&amp;#x2019;t need to </span><span class="add">+make no attempt to preserve the &amp;#8216;communication-ness&amp;#8217; of the Item as a +separate 'user' Item. Instead, we assume that the user just doesn&amp;#8217;t +need to </span><span class="cx"> keep the </span><span class="rem">-communication information anymore. Unstamping the &amp;#x2018;communication-ness&amp;#x2019; </span><span class="add">+communication information anymore. Unstamping the &amp;#8216;communication-ness&amp;#8217; </span><span class="cx"> of an item is the equivalent of what people do when they copy and paste event information from an email to an event on their calendar and then </span><span class="rem">-delete the email. Similarly, we can think of unstamping &amp;#x2018;task-ness&amp;#x2019; or -&amp;#x2018;calendar-ness&amp;#x2019; as -taking the event off the task list and the calendar. </span><span class="add">+delete the email. Similarly, we can think of unstamping &amp;#8216;task-ness&amp;#8217; or +&amp;#8216;calendar-ness&amp;#8217; as +taking the event off the task list and the calendar.&lt;br&gt; </span><span class="cx"> &lt;/p&gt; </span><span class="add">+&lt;p&gt;If I am in a Kind-specific App area (e.g. Mail, Tasks, Calendar) and +I unstamp an Item, such that it no longer belongs in that App area, the +Item should be removed immediately removed from the summary pane, just +as if I had selected the Item and then removed it with the +Edit&amp;gt;&amp;gt;Remove menu item. For example, if I am in the Calendar view +and I am looking at an Event stamped as a Communication, when I +unstamp the Item thereby 'Removing it from the Calendar', the event +fields disappear from the detail +view (e.g. location, all-day checkbox, date/time, timezone, event +status, recurref view._logItem(self): self._status |= dirty @@ -1363,7 +1408,7 @@ None, copyOther) return otherCopy else: - return Item.Nil + return Nil if copyFn is None: copyFn = copyOther @@ -1446,7 +1491,7 @@ for name in self._references.keys(): policy = (deletePolicy or self.getAttributeAspect(name, 'deletePolicy', - default='remove')) + False, None, 'remove')) if policy == 'cascade': value = self._references._getRef(name) if value is not None: @@ -1455,7 +1500,7 @@ else: sName = property(fget = __getName, fset = rename, doc = Sun, 17 Jun, 07:05
itch...@osafoundation.org> &amp;gt; - to send out the item again with the information. (Ideally, the - &amp;lt;b&amp;gt;Update&amp;lt;/b&amp;gt; button activates as soon as the user makes an edit by - typing in new text or deleting old text. However, we&amp;amp;#x2019;re aware - there are limitations wrt when changes to the Detail View are - committed. What we&amp;amp;#x2019;d like to avoid is the situation where users - have edited the Notes field and are looking to send out the - Update, but haven&amp;amp;#x2019;t necessarily tabbed out of the Notes field - yet.)&amp;lt;br/&amp;gt; &lt;/span&gt;&lt;span class=&quot;add&quot;&gt;+re-activates from its formerly disabled state and changes to &amp;lt;b&amp;gt;Update&amp;lt;/b&amp;gt;. +I can hit &amp;lt;b&amp;gt;Update&amp;lt;/b&amp;gt; to send out the item again with the +information. (Ideally, the &amp;lt;b&amp;gt;Update&amp;lt;/b&amp;gt; button activates as soon as +the user makes an edit by typing in new text or deleting old text. +However, we&amp;amp;#8217;re aware there are limitations wrt when changes to the +Detail View are committed. What we&amp;amp;#8217;d like to avoid is the situation +where users have edited the Notes field and are looking to send out the +Update, but haven&amp;amp;#8217;t necessarily tabbed out of the Notes field yet.)&amp;lt;br&amp;gt; &lt;/span&gt;&lt;span class=&quot;cx&quot;&gt; &amp;lt;/li&amp;gt; &lt;/span&gt;&lt;span class=&quot;rem&quot;&gt;- &amp;lt;li&amp;gt;Once I make an edit, the Detail View displays &amp;amp;#x201c;updated by me&amp;amp;#x201d; - under the From: and To: fields (see storyboards).&amp;lt;/li&amp;gt; &lt;/span&gt;&lt;span class=&quot;add&quot;&gt;+ &amp;lt;li&amp;gt;Once I make an edit, the Detail Vo ma. Unstamping items is the </span><span class="rem">-equivalent of &amp;#x2018;Removing the item&amp;#x2019; from the Task list or Calendar, which </span><span class="add">+equivalent of &amp;#8216;Removing the item&amp;#8217; from the Task list or Calendar, which </span><span class="cx"> in turn removes any Task or Calendar specific attributes from the item. </span><span class="rem">-Unstamping does not imply splitting the item into separate Items. &lt;br/&gt; </span><span class="add">+Unstamping does not imply splitting the item into separate Items. &lt;br&gt; </span><span class="cx"> &lt;/p&gt; &lt;p&gt;The workflow is as follows: I receive an email. I put it on the calendar and added it to a task list. If I unstamp this Item as a communication, we will </span><span class="rem">-make no attempt to preserve the &amp;#x2018;communication-ness&amp;#x2019; of the Item as a -separate Item. Instead, we assume that the user just doesn&amp;#x2019;t need to </span><span class="add">+make no attempt to preserve the &amp;#8216;communication-ness&amp;#8217; of the Item as a +separate 'user' Item. Instead, we assume that the user just doesn&amp;#8217;t +need to </span><span class="cx"> keep the </span><span class="rem">-communication information anymore. Unstamping the &amp;#x2018;communication-ness&amp;#x2019; </span><span class="add">+communication information anymore. Unstamping the &amp;#8216;communication-ness&amp;#8217; </span><span class="cx"> of an item is the equivalent of what people do when they copy and paste event information from an email to an event on their calendar and then </span><span class="rem">-delete the email. Similarly, we can think of unstamping &amp;#x2018;task-ness&amp;#x2019; or -&amp;#x2018;calendar-ness&amp;#x2019; as -taking the event off the task list and the calendar. </span><span class="add">+delete the email. Similarly, we can think of unstamping &amp;#8216;task-ness&amp;#8217; or +&amp;#8216;calendar-ness&amp;#8217; as +taking the event off the task list and the calendar.&lt;br&gt; </span><span class="cx"> &lt;/p&gt; </span><span class="add">+&lt;p&gt;If I am in a Kind-specific App area (e.g. Mail, Tasks, Calendar) and +I unstamp an Item, such that it no longer belongs in that App area, the +Item should be removed immediately removed from the summary pane, just +as if I had selected the Item and then removed it with the +Edit&amp;gt;&amp;gt;Remove menu item. For example, if I am in the Calendar view +and I am looking at an Event stamped as a Communication, when I +unstamp the Item thereby 'Removing it from the Calendar', the event +fields disappear from the detail +view (e.g. location, all-day checkbox, date/time, timezone, event +status, recurref view._logItem(self): self._status |= dirty @@ -1363,7 +1408,7 @@ None, copyOther) return otherCopy else: - return Item.Nil + return Nil if copyFn is None: copyFn = copyOther @@ -1446,7 +1491,7 @@ for name in self._references.keys(): policy = (deletePolicy or self.getAttributeAspect(name, 'deletePolicy', - default='remove')) + False, None, 'remove')) if policy == 'cascade': value = self._references._getRef(name) if value is not None: @@ -1455,7 +1500,7 @@ else: sName = property(fget = __getName, fset = rename, doc = Wed, 25 May, 07:48
ja...@wordzoo.com br/&amp;gt; &lt;/span&gt;&lt;span class=&quot;add&quot;&gt;+re-activates from its formerly disabled state and changes to &amp;lt;b&amp;gt;Update&amp;lt;/b&amp;gt;. +I can hit &amp;lt;b&amp;gt;Update&amp;lt;/b&amp;gt; to send out the item again with the +information. (Ideally, the &amp;lt;b&amp;gt;Update&amp;lt;/b&amp;gt; button activates as soon as +the user makes an edit by typing in new text or deleting old text. +However, we&amp;amp;#8217;re aware there are limitations wrt when changes to the +Detail View are committed. What we&amp;amp;#8217;d like to avoid is the situation +where users have edited the Notes field and are looking to send out the +Update, but haven&amp;amp;#8217;t necessarily tabbed out of the Notes field yet.)&amp;lt;br&amp;gt; &lt;/span&gt;&lt;span class=&quot;cx&quot;&gt; &amp;lt;/li&amp;gt; &lt;/span&gt;&lt;span class=&quot;rem&quot;&gt;- &amp;lt;li&amp;gt;Once I make an edit, the Detail View displays &amp;amp;#x201c;updated by me&amp;amp;#x201d; - under the From: and To: fields (see storyboards).&amp;lt;/li&amp;gt; &lt;/span&gt;&lt;span class=&quot;add&quot;&gt;+ &amp;lt;li&amp;gt;Once I make an edit, the Detail Vo ma. Unstamping items is the </span><span class="rem">-equivalent of &amp;#x2018;Removing the item&amp;#x2019; from the Task list or Calendar, which </span><span class="add">+equivalent of &amp;#8216;Removing the item&amp;#8217; from the Task list or Calendar, which </span><span class="cx"> in turn removes any Task or Calendar specific attributes from the item. </span><span class="rem">-Unstamping does not imply splitting the item into separate Items. &lt;br/&gt; </span><span class="add">+Unstamping does not imply splitting the item into separate Items. &lt;br&gt; </span><span class="cx"> &lt;/p&gt; &lt;p&gt;The workflow is as follows: I receive an email. I put it on the calendar and added it to a task list. If I unstamp this Item as a communication, we will </span><span class="rem">-make no attempt to preserve the &amp;#x2018;communication-ness&amp;#x2019; of the Item as a -separate Item. Instead, we assume that the user just doesn&amp;#x2019;t need to </span><span class="add">+make no attempt to preserve the &amp;#8216;communication-ness&amp;#8217; of the Item as a +separate 'user' Item. Instead, we assume that the user just doesn&amp;#8217;t +need to </span><span class="cx"> keep the </span><span class="rem">-communication information anymore. Unstamping the &amp;#x2018;communication-ness&amp;#x2019; </span><span class="add">+communication information anymore. Unstamping the &amp;#8216;communication-ness&amp;#8217; </span><span class="cx"> of an item is the equivalent of what people do when they copy and paste event information from an email to an event on their calendar and then </span><span class="rem">-delete the email. Similarly, we can think of unstamping &amp;#x2018;task-ness&amp;#x2019; or -&amp;#x2018;calendar-ness&amp;#x2019; as -taking the event off the task list and the calendar. </span><span class="add">+delete the email. Similarly, we can think of unstamping &amp;#8216;task-ness&amp;#8217; or +&amp;#8216;calendar-ness&amp;#8217; as +taking the event off the task list and the calendar.&lt;br&gt; </span><span class="cx"> &lt;/p&gt; </span><span class="add">+&lt;p&gt;If I am in a Kind-specific App area (e.g. Mail, Tasks, Calendar) and +I unstamp an Item, such that it no longer belongs in that App area, the +Item should be removed immediately removed from the summary pane, just +as if I had selected the Item and then removed it with the +Edit&amp;gt;&amp;gt;Remove menu item. For example, if I am in the Calendar view +and I am looking at an Event stamped as a Communication, when I +unstamp the Item thereby 'Removing it from the Calendar', the event +fields disappear from the detail +view (e.g. location, all-day checkbox, date/time, timezone, event +status, recurref view._logItem(self): self._status |= dirty @@ -1363,7 +1408,7 @@ None, copyOther) return otherCopy else: - return Item.Nil + return Nil if copyFn is None: copyFn = copyOther @@ -1446,7 +1491,7 @@ for name in self._references.keys(): policy = (deletePolicy or self.getAttributeAspect(name, 'deletePolicy', - default='remove')) + False, None, 'remove')) if policy == 'cascade': value = self._references._getRef(name) if value is not None: @@ -1455,7 +1500,7 @@ else: sName = property(fget = __getName, fset = rename, doc = Thu, 24 Apr, 14:24
ja...@wordzoo.com br/&amp;gt; &lt;/span&gt;&lt;span class=&quot;add&quot;&gt;+re-activates from its formerly disabled state and changes to &amp;lt;b&amp;gt;Update&amp;lt;/b&amp;gt;. +I can hit &amp;lt;b&amp;gt;Update&amp;lt;/b&amp;gt; to send out the item again with the +information. (Ideally, the &amp;lt;b&amp;gt;Update&amp;lt;/b&amp;gt; button activates as soon as +the user makes an edit by typing in new text or deleting old text. +However, we&amp;amp;#8217;re aware there are limitations wrt when changes to the +Detail View are committed. What we&amp;amp;#8217;d like to avoid is the situation +where users have edited the Notes field and are looking to send out the +Update, but haven&amp;amp;#8217;t necessarily tabbed out of the Notes field yet.)&amp;lt;br&amp;gt; &lt;/span&gt;&lt;span class=&quot;cx&quot;&gt; &amp;lt;/li&amp;gt; &lt;/span&gt;&lt;span class=&quot;rem&quot;&gt;- &amp;lt;li&amp;gt;Once I make an edit, the Detail View displays &amp;amp;#x201c;updated by me&amp;amp;#x201d; - under the From: and To: fields (see storyboards).&amp;lt;/li&amp;gt; &lt;/span&gt;&lt;span class=&quot;add&quot;&gt;+ &amp;lt;li&amp;gt;Once I make an edit, the Detail Vo ma. Unstamping items is the </span><span class="rem">-equivalent of &amp;#x2018;Removing the item&amp;#x2019; from the Task list or Calendar, which </span><span class="add">+equivalent of &amp;#8216;Removing the item&amp;#8217; from the Task list or Calendar, which </span><span class="cx"> in turn removes any Task or Calendar specific attributes from the item. </span><span class="rem">-Unstamping does not imply splitting the item into separate Items. &lt;br/&gt; </span><span class="add">+Unstamping does not imply splitting the item into separate Items. &lt;br&gt; </span><span class="cx"> &lt;/p&gt; &lt;p&gt;The workflow is as follows: I receive an email. I put it on the calendar and added it to a task list. If I unstamp this Item as a communication, we will </span><span class="rem">-make no attempt to preserve the &amp;#x2018;communication-ness&amp;#x2019; of the Item as a -separate Item. Instead, we assume that the user just doesn&amp;#x2019;t need to </span><span class="add">+make no attempt to preserve the &amp;#8216;communication-ness&amp;#8217; of the Item as a +separate 'user' Item. Instead, we assume that the user just doesn&amp;#8217;t +need to </span><span class="cx"> keep the </span><span class="rem">-communication information anymore. Unstamping the &amp;#x2018;communication-ness&amp;#x2019; </span><span class="add">+communication information anymore. Unstamping the &amp;#8216;communication-ness&amp;#8217; </span><span class="cx"> of an item is the equivalent of what people do when they copy and paste event information from an email to an event on their calendar and then </span><span class="rem">-delete the email. Similarly, we can think of unstamping &amp;#x2018;task-ness&amp;#x2019; or -&amp;#x2018;calendar-ness&amp;#x2019; as -taking the event off the task list and the calendar. </span><span class="add">+delete the email. Similarly, we can think of unstamping &amp;#8216;task-ness&amp;#8217; or +&amp;#8216;calendar-ness&amp;#8217; as +taking the event off the task list and the calendar.&lt;br&gt; </span><span class="cx"> &lt;/p&gt; </span><span class="add">+&lt;p&gt;If I am in a Kind-specific App area (e.g. Mail, Tasks, Calendar) and +I unstamp an Item, such that it no longer belongs in that App area, the +Item should be removed immediately removed from the summary pane, just +as if I had selected the Item and then removed it with the +Edit&amp;gt;&amp;gt;Remove menu item. For example, if I am in the Calendar view +and I am looking at an Event stamped as a Communication, when I +unstamp the Item thereby 'Removing it from the Calendar', the event +fields disappear from the detail +view (e.g. location, all-day checkbox, date/time, timezone, event +status, recurref view._logItem(self): self._status |= dirty @@ -1363,7 +1408,7 @@ None, copyOther) return otherCopy else: - return Item.Nil + return Nil if copyFn is None: copyFn = copyOther @@ -1446,7 +1491,7 @@ for name in self._references.keys(): policy = (deletePolicy or self.getAttributeAspect(name, 'deletePolicy', - default='remove')) + False, None, 'remove')) if policy == 'cascade': value = self._references._getRef(name) if value is not None: @@ -1455,7 +1500,7 @@ else: sName = property(fget = __getName, fset = rename, doc = Thu, 24 Apr, 14:24
ja...@wordzoo.com br/&amp;gt; &lt;/span&gt;&lt;span class=&quot;add&quot;&gt;+re-activates from its formerly disabled state and changes to &amp;lt;b&amp;gt;Update&amp;lt;/b&amp;gt;. +I can hit &amp;lt;b&amp;gt;Update&amp;lt;/b&amp;gt; to send out the item again with the +information. (Ideally, the &amp;lt;b&amp;gt;Update&amp;lt;/b&amp;gt; button activates as soon as +the user makes an edit by typing in new text or deleting old text. +However, we&amp;amp;#8217;re aware there are limitations wrt when changes to the +Detail View are committed. What we&amp;amp;#8217;d like to avoid is the situation +where users have edited the Notes field and are looking to send out the +Update, but haven&amp;amp;#8217;t necessarily tabbed out of the Notes field yet.)&amp;lt;br&amp;gt; &lt;/span&gt;&lt;span class=&quot;cx&quot;&gt; &amp;lt;/li&amp;gt; &lt;/span&gt;&lt;span class=&quot;rem&quot;&gt;- &amp;lt;li&amp;gt;Once I make an edit, the Detail View displays &amp;amp;#x201c;updated by me&amp;amp;#x201d; - under the From: and To: fields (see storyboards).&amp;lt;/li&amp;gt; &lt;/span&gt;&lt;span class=&quot;add&quot;&gt;+ &amp;lt;li&amp;gt;Once I make an edit, the Detail Vo ma. Unstamping items is the </span><span class="rem">-equivalent of &amp;#x2018;Removing the item&amp;#x2019; from the Task list or Calendar, which </span><span class="add">+equivalent of &amp;#8216;Removing the item&amp;#8217; from the Task list or Calendar, which </span><span class="cx"> in turn removes any Task or Calendar specific attributes from the item. </span><span class="rem">-Unstamping does not imply splitting the item into separate Items. &lt;br/&gt; </span><span class="add">+Unstamping does not imply splitting the item into separate Items. &lt;br&gt; </span><span class="cx"> &lt;/p&gt; &lt;p&gt;The workflow is as follows: I receive an email. I put it on the calendar and added it to a task list. If I unstamp this Item as a communication, we will </span><span class="rem">-make no attempt to preserve the &amp;#x2018;communication-ness&amp;#x2019; of the Item as a -separate Item. Instead, we assume that the user just doesn&amp;#x2019;t need to </span><span class="add">+make no attempt to preserve the &amp;#8216;communication-ness&amp;#8217; of the Item as a +separate 'user' Item. Instead, we assume that the user just doesn&amp;#8217;t +need to </span><span class="cx"> keep the </span><span class="rem">-communication information anymore. Unstamping the &amp;#x2018;communication-ness&amp;#x2019; </span><span class="add">+communication information anymore. Unstamping the &amp;#8216;communication-ness&amp;#8217; </span><span class="cx"> of an item is the equivalent of what people do when they copy and paste event information from an email to an event on their calendar and then </span><span class="rem">-delete the email. Similarly, we can think of unstamping &amp;#x2018;task-ness&amp;#x2019; or -&amp;#x2018;calendar-ness&amp;#x2019; as -taking the event off the task list and the calendar. </span><span class="add">+delete the email. Similarly, we can think of unstamping &amp;#8216;task-ness&amp;#8217; or +&amp;#8216;calendar-ness&amp;#8217; as +taking the event off the task list and the calendar.&lt;br&gt; </span><span class="cx"> &lt;/p&gt; </span><span class="add">+&lt;p&gt;If I am in a Kind-specific App area (e.g. Mail, Tasks, Calendar) and +I unstamp an Item, such that it no longer belongs in that App area, the +Item should be removed immediately removed from the summary pane, just +as if I had selected the Item and then removed it with the +Edit&amp;gt;&amp;gt;Remove menu item. For example, if I am in the Calendar view +and I am looking at an Event stamped as a Communication, when I +unstamp the Item thereby 'Removing it from the Calendar', the event +fields disappear from the detail +view (e.g. location, all-day checkbox, date/time, timezone, event +status, recurref view._logItem(self): self._status |= dirty @@ -1363,7 +1408,7 @@ None, copyOther) return otherCopy else: - return Item.Nil + return Nil if copyFn is None: copyFn = copyOther @@ -1446,7 +1491,7 @@ for name in self._references.keys(): policy = (deletePolicy or self.getAttributeAspect(name, 'deletePolicy', - default='remove')) + False, None, 'remove')) if policy == 'cascade': value = self._references._getRef(name) if value is not None: @@ -1455,7 +1500,7 @@ else: sName = property(fget = __getName, fset = rename, doc = Thu, 24 Apr, 14:24
ja...@wordzoo.com br/&amp;gt; &lt;/span&gt;&lt;span class=&quot;add&quot;&gt;+re-activates from its formerly disabled state and changes to &amp;lt;b&amp;gt;Update&amp;lt;/b&amp;gt;. +I can hit &amp;lt;b&amp;gt;Update&amp;lt;/b&amp;gt; to send out the item again with the +information. (Ideally, the &amp;lt;b&amp;gt;Update&amp;lt;/b&amp;gt; button activates as soon as +the user makes an edit by typing in new text or deleting old text. +However, we&amp;amp;#8217;re aware there are limitations wrt when changes to the +Detail View are committed. What we&amp;amp;#8217;d like to avoid is the situation +where users have edited the Notes field and are looking to send out the +Update, but haven&amp;amp;#8217;t necessarily tabbed out of the Notes field yet.)&amp;lt;br&amp;gt; &lt;/span&gt;&lt;span class=&quot;cx&quot;&gt; &amp;lt;/li&amp;gt; &lt;/span&gt;&lt;span class=&quot;rem&quot;&gt;- &amp;lt;li&amp;gt;Once I make an edit, the Detail View displays &amp;amp;#x201c;updated by me&amp;amp;#x201d; - under the From: and To: fields (see storyboards).&amp;lt;/li&amp;gt; &lt;/span&gt;&lt;span class=&quot;add&quot;&gt;+ &amp;lt;li&amp;gt;Once I make an edit, the Detail Vo ma. Unstamping items is the </span><span class="rem">-equivalent of &amp;#x2018;Removing the item&amp;#x2019; from the Task list or Calendar, which </span><span class="add">+equivalent of &amp;#8216;Removing the item&amp;#8217; from the Task list or Calendar, which </span><span class="cx"> in turn removes any Task or Calendar specific attributes from the item. </span><span class="rem">-Unstamping does not imply splitting the item into separate Items. &lt;br/&gt; </span><span class="add">+Unstamping does not imply splitting the item into separate Items. &lt;br&gt; </span><span class="cx"> &lt;/p&gt; &lt;p&gt;The workflow is as follows: I receive an email. I put it on the calendar and added it to a task list. If I unstamp this Item as a communication, we will </span><span class="rem">-make no attempt to preserve the &amp;#x2018;communication-ness&amp;#x2019; of the Item as a -separate Item. Instead, we assume that the user just doesn&amp;#x2019;t need to </span><span class="add">+make no attempt to preserve the &amp;#8216;communication-ness&amp;#8217; of the Item as a +separate 'user' Item. Instead, we assume that the user just doesn&amp;#8217;t +need to </span><span class="cx"> keep the </span><span class="rem">-communication information anymore. Unstamping the &amp;#x2018;communication-ness&amp;#x2019; </span><span class="add">+communication information anymore. Unstamping the &amp;#8216;communication-ness&amp;#8217; </span><span class="cx"> of an item is the equivalent of what people do when they copy and paste event information from an email to an event on their calendar and then </span><span class="rem">-delete the email. Similarly, we can think of unstamping &amp;#x2018;task-ness&amp;#x2019; or -&amp;#x2018;calendar-ness&amp;#x2019; as -taking the event off the task list and the calendar. </span><span class="add">+delete the email. Similarly, we can think of unstamping &amp;#8216;task-ness&amp;#8217; or +&amp;#8216;calendar-ness&amp;#8217; as +taking the event off the task list and the calendar.&lt;br&gt; </span><span class="cx"> &lt;/p&gt; </span><span class="add">+&lt;p&gt;If I am in a Kind-specific App area (e.g. Mail, Tasks, Calendar) and +I unstamp an Item, such that it no longer belongs in that App area, the +Item should be removed immediately removed from the summary pane, just +as if I had selected the Item and then removed it with the +Edit&amp;gt;&amp;gt;Remove menu item. For example, if I am in the Calendar view +and I am looking at an Event stamped as a Communication, when I +unstamp the Item thereby 'Removing it from the Calendar', the event +fields disappear from the detail +view (e.g. location, all-day checkbox, date/time, timezone, event +status, recurref view._logItem(self): self._status |= dirty @@ -1363,7 +1408,7 @@ None, copyOther) return otherCopy else: - return Item.Nil + return Nil if copyFn is None: copyFn = copyOther @@ -1446,7 +1491,7 @@ for name in self._references.keys(): policy = (deletePolicy or self.getAttributeAspect(name, 'deletePolicy', - default='remove')) + False, None, 'remove')) if policy == 'cascade': value = self._references._getRef(name) if value is not None: @@ -1455,7 +1500,7 @@ else: sName = property(fget = __getName, fset = rename, doc = Thu, 24 Apr, 14:24
ja...@wordzoo.com br/&amp;gt; &lt;/span&gt;&lt;span class=&quot;add&quot;&gt;+re-activates from its formerly disabled state and changes to &amp;lt;b&amp;gt;Update&amp;lt;/b&amp;gt;. +I can hit &amp;lt;b&amp;gt;Update&amp;lt;/b&amp;gt; to send out the item again with the +information. (Ideally, the &amp;lt;b&amp;gt;Update&amp;lt;/b&amp;gt; button activates as soon as +the user makes an edit by typing in new text or deleting old text. +However, we&amp;amp;#8217;re aware there are limitations wrt when changes to the +Detail View are committed. What we&amp;amp;#8217;d like to avoid is the situation +where users have edited the Notes field and are looking to send out the +Update, but haven&amp;amp;#8217;t necessarily tabbed out of the Notes field yet.)&amp;lt;br&amp;gt; &lt;/span&gt;&lt;span class=&quot;cx&quot;&gt; &amp;lt;/li&amp;gt; &lt;/span&gt;&lt;span class=&quot;rem&quot;&gt;- &amp;lt;li&amp;gt;Once I make an edit, the Detail View displays &amp;amp;#x201c;updated by me&amp;amp;#x201d; - under the From: and To: fields (see storyboards).&amp;lt;/li&amp;gt; &lt;/span&gt;&lt;span class=&quot;add&quot;&gt;+ &amp;lt;li&amp;gt;Once I make an edit, the Detail Vo ma. Unstamping items is the </span><span class="rem">-equivalent of &amp;#x2018;Removing the item&amp;#x2019; from the Task list or Calendar, which </span><span class="add">+equivalent of &amp;#8216;Removing the item&amp;#8217; from the Task list or Calendar, which </span><span class="cx"> in turn removes any Task or Calendar specific attributes from the item. </span><span class="rem">-Unstamping does not imply splitting the item into separate Items. &lt;br/&gt; </span><span class="add">+Unstamping does not imply splitting the item into separate Items. &lt;br&gt; </span><span class="cx"> &lt;/p&gt; &lt;p&gt;The workflow is as follows: I receive an email. I put it on the calendar and added it to a task list. If I unstamp this Item as a communication, we will </span><span class="rem">-make no attempt to preserve the &amp;#x2018;communication-ness&amp;#x2019; of the Item as a -separate Item. Instead, we assume that the user just doesn&amp;#x2019;t need to </span><span class="add">+make no attempt to preserve the &amp;#8216;communication-ness&amp;#8217; of the Item as a +separate 'user' Item. Instead, we assume that the user just doesn&amp;#8217;t +need to </span><span class="cx"> keep the </span><span class="rem">-communication information anymore. Unstamping the &amp;#x2018;communication-ness&amp;#x2019; </span><span class="add">+communication information anymore. Unstamping the &amp;#8216;communication-ness&amp;#8217; </span><span class="cx"> of an item is the equivalent of what people do when they copy and paste event information from an email to an event on their calendar and then </span><span class="rem">-delete the email. Similarly, we can think of unstamping &amp;#x2018;task-ness&amp;#x2019; or -&amp;#x2018;calendar-ness&amp;#x2019; as -taking the event off the task list and the calendar. </span><span class="add">+delete the email. Similarly, we can think of unstamping &amp;#8216;task-ness&amp;#8217; or +&amp;#8216;calendar-ness&amp;#8217; as +taking the event off the task list and the calendar.&lt;br&gt; </span><span class="cx"> &lt;/p&gt; </span><span class="add">+&lt;p&gt;If I am in a Kind-specific App area (e.g. Mail, Tasks, Calendar) and +I unstamp an Item, such that it no longer belongs in that App area, the +Item should be removed immediately removed from the summary pane, just +as if I had selected the Item and then removed it with the +Edit&amp;gt;&amp;gt;Remove menu item. For example, if I am in the Calendar view +and I am looking at an Event stamped as a Communication, when I +unstamp the Item thereby 'Removing it from the Calendar', the event +fields disappear from the detail +view (e.g. location, all-day checkbox, date/time, timezone, event +status, recurref view._logItem(self): self._status |= dirty @@ -1363,7 +1408,7 @@ None, copyOther) return otherCopy else: - return Item.Nil + return Nil if copyFn is None: copyFn = copyOther @@ -1446,7 +1491,7 @@ for name in self._references.keys(): policy = (deletePolicy or self.getAttributeAspect(name, 'deletePolicy', - default='remove')) + False, None, 'remove')) if policy == 'cascade': value = self._references._getRef(name) if value is not None: @@ -1455,7 +1500,7 @@ else: sName = property(fget = __getName, fset = rename, doc = Thu, 24 Apr, 14:24
ja...@wordzoo.com br/&amp;gt; &lt;/span&gt;&lt;span class=&quot;add&quot;&gt;+re-activates from its formerly disabled state and changes to &amp;lt;b&amp;gt;Update&amp;lt;/b&amp;gt;. +I can hit &amp;lt;b&amp;gt;Update&amp;lt;/b&amp;gt; to send out the item again with the +information. (Ideally, the &amp;lt;b&amp;gt;Update&amp;lt;/b&amp;gt; button activates as soon as +the user makes an edit by typing in new text or deleting old text. +However, we&amp;amp;#8217;re aware there are limitations wrt when changes to the +Detail View are committed. What we&amp;amp;#8217;d like to avoid is the situation +where users have edited the Notes field and are looking to send out the +Update, but haven&amp;amp;#8217;t necessarily tabbed out of the Notes field yet.)&amp;lt;br&amp;gt; &lt;/span&gt;&lt;span class=&quot;cx&quot;&gt; &amp;lt;/li&amp;gt; &lt;/span&gt;&lt;span class=&quot;rem&quot;&gt;- &amp;lt;li&amp;gt;Once I make an edit, the Detail View displays &amp;amp;#x201c;updated by me&amp;amp;#x201d; - under the From: and To: fields (see storyboards).&amp;lt;/li&amp;gt; &lt;/span&gt;&lt;span class=&quot;add&quot;&gt;+ &amp;lt;li&amp;gt;Once I make an edit, the Detail Vo ma. Unstamping items is the </span><span class="rem">-equivalent of &amp;#x2018;Removing the item&amp;#x2019; from the Task list or Calendar, which </span><span class="add">+equivalent of &amp;#8216;Removing the item&amp;#8217; from the Task list or Calendar, which </span><span class="cx"> in turn removes any Task or Calendar specific attributes from the item. </span><span class="rem">-Unstamping does not imply splitting the item into separate Items. &lt;br/&gt; </span><span class="add">+Unstamping does not imply splitting the item into separate Items. &lt;br&gt; </span><span class="cx"> &lt;/p&gt; &lt;p&gt;The workflow is as follows: I receive an email. I put it on the calendar and added it to a task list. If I unstamp this Item as a communication, we will </span><span class="rem">-make no attempt to preserve the &amp;#x2018;communication-ness&amp;#x2019; of the Item as a -separate Item. Instead, we assume that the user just doesn&amp;#x2019;t need to </span><span class="add">+make no attempt to preserve the &amp;#8216;communication-ness&amp;#8217; of the Item as a +separate 'user' Item. Instead, we assume that the user just doesn&amp;#8217;t +need to </span><span class="cx"> keep the </span><span class="rem">-communication information anymore. Unstamping the &amp;#x2018;communication-ness&amp;#x2019; </span><span class="add">+communication information anymore. Unstamping the &amp;#8216;communication-ness&amp;#8217; </span><span class="cx"> of an item is the equivalent of what people do when they copy and paste event information from an email to an event on their calendar and then </span><span class="rem">-delete the email. Similarly, we can think of unstamping &amp;#x2018;task-ness&amp;#x2019; or -&amp;#x2018;calendar-ness&amp;#x2019; as -taking the event off the task list and the calendar. </span><span class="add">+delete the email. Similarly, we can think of unstamping &amp;#8216;task-ness&amp;#8217; or +&amp;#8216;calendar-ness&amp;#8217; as +taking the event off the task list and the calendar.&lt;br&gt; </span><span class="cx"> &lt;/p&gt; </span><span class="add">+&lt;p&gt;If I am in a Kind-specific App area (e.g. Mail, Tasks, Calendar) and +I unstamp an Item, such that it no longer belongs in that App area, the +Item should be removed immediately removed from the summary pane, just +as if I had selected the Item and then removed it with the +Edit&amp;gt;&amp;gt;Remove menu item. For example, if I am in the Calendar view +and I am looking at an Event stamped as a Communication, when I +unstamp the Item thereby 'Removing it from the Calendar', the event +fields disappear from the detail +view (e.g. location, all-day checkbox, date/time, timezone, event +status, recurref view._logItem(self): self._status |= dirty @@ -1363,7 +1408,7 @@ None, copyOther) return otherCopy else: - return Item.Nil + return Nil if copyFn is None: copyFn = copyOther @@ -1446,7 +1491,7 @@ for name in self._references.keys(): policy = (deletePolicy or self.getAttributeAspect(name, 'deletePolicy', - default='remove')) + False, None, 'remove')) if policy == 'cascade': value = self._references._getRef(name) if value is not None: @@ -1455,7 +1500,7 @@ else: sName = property(fget = __getName, fset = rename, doc = Thu, 24 Apr, 14:24
m.@osafoundation.org> the Calendar. &lt;/span&gt;&lt;span class=&quot;rem&quot;&gt;-The Communication stamp still displays the Invitation&amp;amp;#x2019;s &amp;amp;#x2018;Sent -status&amp;amp;#x2019; in the mark-up bar.&amp;lt;/li&amp;gt; - &amp;lt;li&amp;gt;I edit the Item to add in Carol&amp;amp;#x2019;s suggestions. &lt;/span&gt;&lt;span class=&quot;add&quot;&gt;+The Communication stamp still displays the Invitation&amp;amp;#8217;s &amp;amp;#8216;Sent +status&amp;amp;#8217; in the mark-up bar.&amp;lt;/li&amp;gt; + &amp;lt;li&amp;gt;I edit the Item to add in Carol&amp;amp;#8217;s suggestions. &lt;/span&gt;&lt;span class=&quot;cx&quot;&gt; &amp;lt;ul&amp;gt; &amp;lt;li&amp;gt;As soon as I make any changes, the &amp;lt;b&amp;gt;Send&amp;lt;/b&amp;gt; button &lt;/span&gt;&lt;span class=&quot;rem&quot;&gt;- re-activates from its formerly disabled state and changes - to &amp;lt;b&amp;gt;Update&amp;lt;/b&amp;gt;. I can hit &amp;lt;b&amp;gt;Update&amp;lt;/b&amp;gt; - to send out the item again with the information. (Ideally, the - &amp;lt;b&amp;gt;Update&amp;lt;/b&amp;gt; button activates as soon as the user makes an edit by - typing in new text or deleting old text. However, we&amp;amp;#x2019;re aware - there are limitations wrt when changes to the Detail View are - committed. What we&amp;amp;#x2019;d like to avoid is the situation where users - have edited the Notes field and are looking to send out the - Update, but haven&amp;amp;#x2019;t necessarily tabbed out of the Notes field - yet.)&amp;lt;br/&amp;gt; &lt;/span&gt;&lt;span class=&quot;add&quot;&gt;+re-activates from its formerly disabled state and changes to &amp;lt;b&amp;gt;Update&amp;lt;/b&amp;gt;. +I can hit &amp;lt;b&amp;gt;Update&amp;lt;/b&amp;gt; to send out the item again with the +information. (Ideally, the &amp;lt;b&amp;gt;Update&amp;lt;/b&amp;gt; button activates as soon as +the user makes an edit by typing in new text or deleting old text. +However, we&amp;amp;#8217;re aware there are limitations wrt when changes to the +Detail View are committed. What we&amp;amp;#8217;d like to avoid is the situation +where users have edited the Notes field and are looking to send out the +Update, but haven&amp;amp;#8217;t necessarily tabbed out of the Notes field yet.)&amp;lt;br&amp;gt; &lt;/span&gt;&lt;span class=&quot;cx&quot;&gt; &amp;lt;/li&amp;gt; &lt;/span&gt;&lt;span class=&quot;rem&quot;&gt;- &amp;lt;li&amp;gt;Once I make an edit, the Detail View displays &amp;amp;#x201c;updated by me&amp;amp;#x201d; - under the From: and To: fields (see storyboards).&amp;lt;/li&amp;gt; &lt;/span&gt;&lt;span class=&quot;add&quot;&gt;+ &amp;lt;li&amp;gt;Once I make an edit, the Detail Vo ma. Unstamping items is the </span><span class="rem">-equivalent of &amp;#x2018;Removing the item&amp;#x2019; from the Task list or Calendar, which </span><span class="add">+equivalent of &amp;#8216;Removing the item&amp;#8217; from the Task list or Calendar, which </span><span class="cx"> in turn removes any Task or Calendar specific attributes from the item. </span><span class="rem">-Unstamping does not imply splitting the item into separate Items. &lt;br/&gt; </span><span class="add">+Unstamping does not imply splitting the item into separate Items. &lt;br&gt; </span><span class="cx"> &lt;/p&gt; &lt;p&gt;The workflow is as follows: I receive an email. I put it on the calendar and added it to a task list. If I unstamp this Item as a communication, we will </span><span class="rem">-make no attempt to preserve the &amp;#x2018;communication-ness&amp;#x2019; of the Item as a -separate Item. Instead, we assume that the user just doesn&amp;#x2019;t need to </span><span class="add">+make no attempt to preserve the &amp;#8216;communication-ness&amp;#8217; of the Item as a +separate 'user' Item. Instead, we assume that the user just doesn&amp;#8217;t +need to </span><span class="cx"> keep the </span><span class="rem">-communication information anymore. Unstamping the &amp;#x2018;communication-ness&amp;#x2019; </span><span class="add">+communication information anymore. Unstamping the &amp;#8216;communication-ness&amp;#8217; </span><span class="cx"> of an item is the equivalent of what people do when they copy and paste event information from an email to an event on their calendar and then </span><span class="rem">-delete the email. Similarly, we can think of unstamping &amp;#x2018;task-ness&amp;#x2019; or -&amp;#x2018;calendar-ness&amp;#x2019; as -taking the event off the task list and the calendar. </span><span class="add">+delete the email. Similarly, we can think of unstamping &amp;#8216;task-ness&amp;#8217; or +&amp;#8216;calendar-ness&amp;#8217; as +taking the event off the task list and the calendar.&lt;br&gt; </span><span class="cx"> &lt;/p&gt; </span><span class="add">+&lt;p&gt;If I am in a Kind-specific App area (e.g. Mail, Tasks, Calendar) and +I unstamp an Item, such that it no longer belongs in that App area, the +Item should be removed immediately removed from the summary pane, just +as if I had selected the Item and then removed it with the +Edit&amp;gt;&amp;gt;Remove menu item. For example, if I am in the Calendar view +and I am looking at an Event stamped as a Communication, when I +unstamp the Item thereby 'Removing it from the Calendar', the event +fields disappear from the detail +view (e.g. location, all-day checkbox, date/time, timezone, event +status, recurref view._logItem(self): self._status |= dirty @@ -1363,7 +1408,7 @@ None, copyOther) return otherCopy else: - return Ite