]> git.pld-linux.org Git - packages/ecartis.git/commitdiff
- updated to 20030303
authorPaweł Gołaszewski <blues@pld-linux.org>
Tue, 4 Mar 2003 21:05:31 +0000 (21:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ecartis-paths.patch -> 1.3

ecartis-paths.patch

index 47e63379dfd85ca2df8f758b9f36d25b88d6874d..ff34cd34cb9519bcbc8a7969808f88e4ede3a9cc 100644 (file)
@@ -1,5 +1,5 @@
---- ./src/inc/config.h.org     Mon Oct 14 08:45:06 2002
-+++ ./src/inc/config.h Sun Dec 29 23:17:29 2002
+--- ./src/inc/config.h.org     Tue Mar  4 08:45:05 2003
++++ ./src/inc/config.h Tue Mar  4 22:01:50 2003
 @@ -20,7 +20,7 @@
  #define SERVICE_NAME_UC "ECARTIS"
  #define SERVICE_NAME_MC "Ecartis"
@@ -9,8 +9,8 @@
  #define SERVICE_ADDRESS "ecartis@localhost"
  
  #endif /* _CONFIG_H */
---- ./src/variables.c.org      Mon Oct 14 08:45:06 2002
-+++ ./src/variables.c  Sun Dec 29 23:24:07 2002
+--- ./src/variables.c.org      Tue Mar  4 08:45:05 2003
++++ ./src/variables.c  Tue Mar  4 22:03:50 2003
 @@ -1295,12 +1295,12 @@
      register_var("default-flags", "|ECHOPOST|", "Basic Configuration",
                   "Default flags given to a user when they are subscribed.",
      register_var("full-bounce", "no", "SMTP",
                   "Should bounces contain the full message or only the headers.",
                   "full-bounce = false", VAR_BOOL, VAR_ALL);
-@@ -1314,7 +1314,7 @@
-     register_var("moderate-include-queue", "no", "Moderation", 
-                  "Should moderated messages contain the full message that triggered moderation?",
-                  "moderate-include-queue = yes", VAR_BOOL, VAR_ALL);
+@@ -1317,7 +1317,7 @@
+     register_var("moderate-verbose-subject", "yes", "Moderation",
+                  "Should moderated messages have a more informative subject?",
+                  "moderate-verbose-subject = yes", VAR_BOOL, VAR_ALL);
 -    buffer_printf(buf, sizeof(buf) - 1, "%s.hlp", SERVICE_NAME_LC);
 +    buffer_printf(buf, sizeof(buf) - 1, "/etc/ecartis/%s.hlp", SERVICE_NAME_LC);
      register_var("no-command-file", buf, "Files",
This page took 0.071172 seconds and 4 git commands to generate.