about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2011-06-12 18:40:16 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2011-06-12 18:40:16 -0400
commit199c29448b44fb1c576c45d7f8afd5cd9cc97ef9 (patch)
treed775aec255167844c0af4b751dd550a898829c9f /src
parentf06f1fc3d95167ec780cb0963548f2afdd548b20 (diff)
downloadlynx-snapshots-199c29448b44fb1c576c45d7f8afd5cd9cc97ef9.tar.gz
snapshot of project "lynx", label v2-8-8dev_8n
Diffstat (limited to 'src')
-rw-r--r--src/LYReadCFG.c10
-rw-r--r--src/LYrcFile.h4
2 files changed, 11 insertions, 3 deletions
diff --git a/src/LYReadCFG.c b/src/LYReadCFG.c
index cc4df87b..10e09614 100644
--- a/src/LYReadCFG.c
+++ b/src/LYReadCFG.c
@@ -1,5 +1,5 @@
 /*
- * $LynxId: LYReadCFG.c,v 1.164 2011/06/06 00:01:36 tom Exp $
+ * $LynxId: LYReadCFG.c,v 1.166 2011/06/12 00:30:30 tom Exp $
  */
 #ifndef NO_RULES
 #include <HTRules.h>
@@ -1413,6 +1413,9 @@ static Config_Type Config_Table [] =
 {
      PARSE_SET(RC_ACCEPT_ALL_COOKIES,   LYAcceptAllCookies),
      PARSE_TIM(RC_ALERTSECS,            AlertSecs),
+#if USE_BLAT_MAILER
+     PARSE_SET(RC_ALT_BLAT_MAIL,        mail_is_altblat),
+#endif
      PARSE_SET(RC_ALWAYS_RESUBMIT_POSTS, LYresubmit_posts),
 #ifdef EXEC_LINKS
      PARSE_DEF(RC_ALWAYS_TRUSTED_EXEC,  ALWAYS_EXEC_PATH),
@@ -1433,6 +1436,9 @@ static Config_Type Config_Table [] =
      PARSE_STR(RC_BIBP_BIBHOST,         BibP_bibhost),
      PARSE_STR(RC_BIBP_GLOBALSERVER,    BibP_globalserver),
 #endif
+#if USE_BLAT_MAILER
+     PARSE_SET(RC_BLAT_MAIL,            mail_is_blat),
+#endif
      PARSE_SET(RC_BLOCK_MULTI_BOOKMARKS, LYMBMBlocked),
      PARSE_SET(RC_BOLD_H1,              bold_H1),
      PARSE_SET(RC_BOLD_HEADERS,         bold_headers),
@@ -1638,7 +1644,7 @@ static Config_Type Config_Table [] =
 #endif /* USE_PERSISTENT_COOKIES */
      PARSE_STR(RC_PERSONAL_EXTENSION_MAP, personal_extension_map),
      PARSE_STR(RC_PERSONAL_MAILCAP,     personal_type_map),
-     PARSE_LST(RC_POSITIONABLE_EDITOR,	positionable_editor),
+     PARSE_LST(RC_POSITIONABLE_EDITOR,  positionable_editor),
      PARSE_STR(RC_PREFERRED_CHARSET,    pref_charset),
      PARSE_ENU(RC_PREFERRED_ENCODING,   LYAcceptEncoding, tbl_preferred_encoding),
      PARSE_STR(RC_PREFERRED_LANGUAGE,   language),
diff --git a/src/LYrcFile.h b/src/LYrcFile.h
index 95270386..ab82f576 100644
--- a/src/LYrcFile.h
+++ b/src/LYrcFile.h
@@ -1,5 +1,5 @@
 /*
- * $LynxId: LYrcFile.h,v 1.41 2011/06/04 15:12:12 tom Exp $
+ * $LynxId: LYrcFile.h,v 1.42 2011/06/12 00:30:05 tom Exp $
  */
 #ifndef LYRCFILE_H
 #define LYRCFILE_H
@@ -11,6 +11,7 @@
 /* configuration-variable names to share with LYReadCFG.c and LYOptions.c */
 #define RC_ACCEPT_ALL_COOKIES           "accept_all_cookies"
 #define RC_ALERTSECS                    "alertsecs"
+#define RC_ALT_BLAT_MAIL                "alt_blat_mail"
 #define RC_ALWAYS_RESUBMIT_POSTS        "always_resubmit_posts"
 #define RC_ALWAYS_TRUSTED_EXEC          "always_trusted_exec"
 #define RC_ANONFTP_PASSWORD             "anonftp_password"
@@ -24,6 +25,7 @@
 #define RC_BAD_HTML                     "bad_html"
 #define RC_BIBP_BIBHOST                 "bibp_bibhost"
 #define RC_BIBP_GLOBALSERVER            "bibp_globalserver"
+#define RC_BLAT_MAIL                    "blat_mail"
 #define RC_BLOCK_MULTI_BOOKMARKS        "block_multi_bookmarks"
 #define RC_BOLD_H1                      "bold_h1"
 #define RC_BOLD_HEADERS                 "bold_headers"