dialog size
This commit is contained in:
parent
4ade1a6f91
commit
3ed167a3cf
|
@ -234,10 +234,10 @@ function email_rule_subject {
|
|||
trap "rm -f $data" 0 1 2 5 15
|
||||
dialog --backtitle $"Freedombone User Control Panel" \
|
||||
--title $"Create an email rule" \
|
||||
--form "\n" 9 65 4 \
|
||||
$"When email arrives with subject containing:" 1 1 "" 1 35 24 28 \
|
||||
$"Move to folder:" 2 1 "" 2 35 24 28 \
|
||||
$"Public:" 3 1 $"no" 3 35 4 25 \
|
||||
--form "\n" 9 75 4 \
|
||||
$"When email arrives with subject containing:" 1 1 "" 1 45 24 28 \
|
||||
$"Move to folder:" 2 1 "" 2 45 24 28 \
|
||||
$"Public:" 3 1 $"no" 3 45 4 25 \
|
||||
2> $data
|
||||
sel=$?
|
||||
case $sel in
|
||||
|
|
Loading…
Reference in New Issue