diff options
Diffstat (limited to 'src/LYrcFile.c')
-rw-r--r-- | src/LYrcFile.c | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/src/LYrcFile.c b/src/LYrcFile.c index 83cfad79..5b909053 100644 --- a/src/LYrcFile.c +++ b/src/LYrcFile.c @@ -1,4 +1,4 @@ -/* $LynxId: LYrcFile.c,v 1.87 2010/12/10 09:45:31 tom Exp $ */ +/* $LynxId: LYrcFile.c,v 1.88 2010/12/11 14:20:53 tom Exp $ */ #include <HTUtils.h> #include <HTFTP.h> #include <LYUtils.h> @@ -465,6 +465,16 @@ to TRUE in lynx.cfg, or use the -nofrom command line switch. You also\n\ could leave this field blank, but then you won't have it included in\n\ your mailed comments.\n\ ")), + PARSE_STR(RC_PERSONAL_MAIL_NAME, personal_mail_name, N_("\ +personal_mail_name specifies your personal name, for mail. The\n\ +name is sent for mailed comments. Lynx will prompt for this,\n\ +showing the configured value as a default when sending mail.\n\ +This is not necessarily the same as a name provided as part of the\n\ +personal_mail_address.\n\ +Lynx does not save your changes to that default value as a side-effect\n\ +of sending email. To update the default value, you must use the options\n\ +menu, or modify this file directly.\n\ +")), PARSE_STR(RC_PREFERRED_CHARSET, pref_charset, N_("\ preferred_charset specifies the character set in MIME notation (e.g.,\n\ ISO-8859-2, ISO-8859-5) which Lynx will indicate you prefer in requests\n\ |