No, no merge conflict.. other than my revising the code by hand.

It clicked after I sent the posting that .99 *might* have just been 
released *before* Apr 1, 02.  Sorry for the bandwidth waste.  And thanks 
for your website, btw.  It's been extremely helpful.

On 4/18/2002 2:46 PM, Pratik wrote:
> 0.9.9 was released before April 1 2002. Hence the code that's up on my 
> webpage <http://www.geocities.com/pratiksolanki/userChrome.html> should 
> not work for 0.9.9. The code that you cutpasted is the old code. 
> Somehow, you have my new comments with old code. Some kind of a merge 
> conflict??? maybe you just caught me in the middle of updating my website.
> 
> Pratik.
> 
> On 04/18/2002 03:57 PM, David Orriss Jr wrote:
> 
>> Hey,
>>
>> I thought the following code was NOT supposed to work in newer builds 
>> of Mozilla.  Instead of using 'outliner' we're supposed to use 'tree'. 
>> However, it's been just the opposite effect.  Can someone explain?
>>
>> FYI: I'm using Mozilla .99.  Thanks in advance for any enlightment.
>>
>> /* This will display your deleted messages on IMAP server in gray and
>>   * with a strike-through. (You should have selected "Mark as Deleted"
>>   * in your Preferences to see this).
>>   * NOTE: This works only in builds after 16th Jan when bug 112238 got 
>> fixed.
>>   * NOTE2: The prefs below works only for builds after April 1 2002.
>>   * For previous builds you will have to replace 'tree' with 'outliner'
>>   * e.g. outlinerchildren instead of treechildren
>>   */
>> outlinerchildren:-moz-outliner-cell-text(imapdeleted)
>> {
>>      text-decoration: line-through !important;
>>      color: gray !important;
>> }
>>
>>
> 



-- 

David Orriss Jr.
[EMAIL PROTECTED]
http://www.davenet.net
Want ICQ/AIM/MSN ID's? Just Ask...
Linux - Chicken Soup for the Unix Soul


Reply via email to