\n";
# Show From: address option
print " | $text{'rfile_from'} | \n";
printf " %s\n",
$from eq '' ? "checked" : "", $text{'rfile_auto'};
printf "\n",
$from eq '' ? "" :"checked";
printf " |
\n",
$from;
print " | $text{'rfile_fromdesc'} |
\n";
# Show reply-tracking option
printf " | %s |
\n",
$replies ? "checked" : "", $text{'rfile_replies'};
if (&is_under_directory($user_module_config_directory, $replies) ||
&is_under_directory($remote_user_info[7], $replies)) {
print "\n";
}
# Show reply period input
print " | $text{'rfile_period'} | \n";
printf " %s\n",
$period eq '' ? "checked" : "", $text{'rfile_default'};
printf "\n",
$period eq '' ? "" :"checked";
printf " %s |
\n",
$period, $text{'rfile_secs'};
# Show people to not autoreply to
print " | $text{'rfile_no_autoreply'} | \n";
printf " |
\n",
$no_autoreply;
print "
\n";
print "