This is just some static backup of the original site, don't expect every link to work!

Changeset 41e7c9


Ignore:
Timestamp:
Oct 7, 2012, 2:23:30 PM (10 years ago)
Author:
rene <rene@…>
Branches:
ng_0.9
Children:
821819
Parents:
f9dc3c
Message:

detect reply-case by header only if no newsgroup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/vI_smartIdentityCollection.js

    rf9dc3c r41e7c9  
    288288        Log.debug("Reply()");
    289289
    290         if (this._msgHdr && this._newsgroup && !this._msgHdr.getStringProperty("vI_content_base")) {
     290        if (this._msgHdr && !this._newsgroup && !this._msgHdr.getStringProperty("vI_content_base")) {
    291291        //  RFC 2821 (http://www.ietf.org/rfc/rfc2821.txt) says:
    292292        //  "4.4 Trace Information
Note: See TracChangeset for help on using the changeset viewer.