/[suikacvs]/messaging/newsportal/config.inc
Suika

Diff of /messaging/newsportal/config.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.1.1 by wakaba, Sat Dec 1 11:17:31 2001 UTC revision 1.6 by wakaba, Mon Feb 11 13:35:52 2002 UTC
# Line 10  $file_attachment="attachment.php"; Line 10  $file_attachment="attachment.php";
10  $file_post="post.php";  $file_post="post.php";
11  $file_language="extras/lang/japanese.lang";  $file_language="extras/lang/japanese.lang";
12  $file_footer="";  $file_footer="";
13    $uri_thread="thread";
14    
15  // newsserver setup  // newsserver setup
16  $server="suika.fam.cx";  $server="suika.fam.cx";
# Line 55  $article_show["Subject"]=true; Line 56  $article_show["Subject"]=true;
56  $article_show["From"]=true;  $article_show["From"]=true;
57  $article_show["Newsgroups"]=true;  $article_show["Newsgroups"]=true;
58  $article_show["Followup"]=true;  $article_show["Followup"]=true;
59  $article_show["Organization"]=false;  $article_show["organization"]   = false;
60  $article_show["Date"]=true;  $article_show["Date"]=true;
61  $article_show["Message-ID"]=true;  $article_show["Message-ID"]=true;
62  $article_show["References"]=true;  $article_show["References"]=true;
63  $article_show["User-Agent"]=false;  $article_show["x-moe"]  = true;
64    $article_show["x-brother"]      = true;
65    $article_show["x-syster"]       = true;
66    $article_show["x-daughter"]     = true;
67    $article_show["x-wife"] = true;
68    $article_show["x-respect"]      = true;
69    $article_show["user-agent"]     = true;
70    $article_show["x-newsreader"]   = true;
71    $article_show["x-mailer"]       = true;
72    $article_show["x-uri"]  = true;
73    $article_show["list-id"]        = true;
74    $article_show["x-mail-count"]   = true;
75    $article_show["x-weather"]      = true;
76    $article_show["x-copyright"]    = true;
77    $article_show["comments"]       = true;
78    $article_show["keywords"]       = true;
79  $article_showthread=0;  $article_showthread=0;
80    
81  // Attachments  // Attachments

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.6

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24