mirror of
https://github.com/webmin/webmin.git
synced 2026-09-19 20:10:38 +01:00
Auto-submit on folder change
This commit is contained in:
@@ -1329,6 +1329,7 @@ else {
|
||||
}
|
||||
|
||||
# simplify_subject(subject)
|
||||
# Simplifies and truncates a subject for display in the mail list
|
||||
sub simplify_subject
|
||||
{
|
||||
local $rv = &eucconv(&decode_mimewords($_[0]));
|
||||
@@ -1337,6 +1338,7 @@ return &html_escape($rv);
|
||||
}
|
||||
|
||||
# quoted_decode(text)
|
||||
# Converts quoted-printable format to the original
|
||||
sub quoted_decode
|
||||
{
|
||||
local $t = $_[0];
|
||||
@@ -1348,6 +1350,7 @@ return $t;
|
||||
}
|
||||
|
||||
# quoted_encode(text)
|
||||
# Encodes text to quoted-printable format
|
||||
sub quoted_encode
|
||||
{
|
||||
local $t = $_[0];
|
||||
|
||||
@@ -31,7 +31,7 @@ print &check_clicks_function();
|
||||
($folder) = grep { $_->{'index'} == $in{'folder'} } @folders;
|
||||
|
||||
# Get folder-selection HTML
|
||||
$sel = &folder_select(\@folders, $folder, "folder");
|
||||
$sel = &folder_select(\@folders, $folder, "folder", undef, 0, 1);
|
||||
|
||||
# Work out start from jump page
|
||||
$perpage = $folder->{'perpage'} || $config{'perpage'};
|
||||
|
||||
Reference in New Issue
Block a user