Changeset 214 for trunk/src/sh_readconf.c
- Timestamp:
- Feb 17, 2009, 10:54:26 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/sh_readconf.c
r211 r214 34 34 #include "sh_files.h" 35 35 #include "sh_mail.h" 36 #include "sh_nmail.h" 36 37 #include "sh_calls.h" 37 38 #include "sh_tiger.h" … … 1098 1099 { N_("setmailnum"), SH_SECTION_MAIL, SH_SECTION_MISC, 1099 1100 sh_mail_setNum }, 1100 { N_("setmailaddress"), SH_SECTION_MAIL, SH_SECTION_MISC,1101 sh_mail_setaddress },1102 1101 { N_("setmailrelay"), SH_SECTION_MAIL, SH_SECTION_MISC, 1103 1102 sh_mail_set_relay }, … … 1108 1107 { N_("setmailsender"), SH_SECTION_MAIL, SH_SECTION_MISC, 1109 1108 sh_mail_set_sender }, 1109 { N_("setmailaddress"), SH_SECTION_MAIL, SH_SECTION_MISC, 1110 sh_nmail_add_recipient }, 1111 { N_("closeaddress"), SH_SECTION_MAIL, SH_SECTION_MISC, 1112 sh_nmail_close_recipient }, 1113 { N_("setaddrseverity"), SH_SECTION_MAIL, SH_SECTION_MISC, 1114 sh_nmail_set_severity }, 1110 1115 { N_("setmailfilternot"), SH_SECTION_MAIL, SH_SECTION_MISC, 1111 sh_ mail_add_not },1116 sh_nmail_add_not }, 1112 1117 { N_("setmailfilterand"), SH_SECTION_MAIL, SH_SECTION_MISC, 1113 sh_ mail_add_and },1118 sh_nmail_add_and }, 1114 1119 { N_("setmailfilteror"), SH_SECTION_MAIL, SH_SECTION_MISC, 1115 sh_ mail_add_or },1120 sh_nmail_add_or }, 1116 1121 #endif 1117 1122 { N_("setbindaddress"), SH_SECTION_MISC, SH_SECTION_NONE, … … 1214 1219 static const char *closing[] = { 1215 1220 N_("closecommand"), 1221 N_("closeaddress"), 1216 1222 N_("logmonendgroup"), 1217 1223 N_("logmonendhost"),
Note:
See TracChangeset
for help on using the changeset viewer.