]> code.citadel.org Git - citadel.git/commitdiff
* "Path:" removed for now because it confuses brain-dead Microsoft shitware
authorArt Cancro <ajc@citadel.org>
Mon, 15 Jan 2001 20:34:04 +0000 (20:34 +0000)
committerArt Cancro <ajc@citadel.org>
Mon, 15 Jan 2001 20:34:04 +0000 (20:34 +0000)
   into thinking that mail messages are newsgroup messages instead.  When we
   add NNTP support back into Citadel we'll have to add code to only output
   this field when appropriate.

citadel/ChangeLog
citadel/msgbase.c

index 5e36d394424b737057f9c9638983988a1cd26d19..4e2352fb532791814960cc84fa33ab8d94b1bff7 100644 (file)
@@ -1,4 +1,10 @@
  $Log$
+ Revision 573.68  2001/01/15 20:34:04  ajc
+  * "Path:" removed for now because it confuses brain-dead Microsoft shitware
+    into thinking that mail messages are newsgroup messages instead.  When we
+    add NNTP support back into Citadel we'll have to add code to only output
+    this field when appropriate.
+
  Revision 573.67  2001/01/15 16:30:31  ajc
  * temporary implementation of 901 asynchronous express messages
 
@@ -2321,4 +2327,3 @@ Sat Jul 11 00:20:48 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
 
 Fri Jul 10 1998 Art Cancro <ajc@uncensored.citadel.org>
        * Initial CVS import 
-
index 6c5278763ff39e1e9e2257fde0ae0bf5ca2529f6..e0073f2a9a98ce83532e97caad48f5af336f17c8 100644 (file)
@@ -977,9 +977,15 @@ int CtdlOutputPreLoadedMsg(struct CtdlMessage *TheMessage,
                                        strcpy(luser, mptr);
                                        strcpy(suser, mptr);
                                }
+/****
+ "Path:" removed for now because it confuses brain-dead Microsoft shitware
+ into thinking that mail messages are newsgroup messages instead.  When we
+ add NNTP support back into Citadel we'll have to add code to only output
+ this field when appropriate.
                                else if (i == 'P') {
                                        cprintf("Path: %s%s", mptr, nl);
                                }
+ ****/
                                else if (i == 'U')
                                        cprintf("Subject: %s%s", mptr, nl);
                                else if (i == 'I')