diff --git a/src/freedombone-controlpanel-user b/src/freedombone-controlpanel-user index f222a533..3b0fb23f 100755 --- a/src/freedombone-controlpanel-user +++ b/src/freedombone-controlpanel-user @@ -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