summaryrefslogtreecommitdiff
path: root/mutt-wizard.sh
diff options
context:
space:
mode:
Diffstat (limited to 'mutt-wizard.sh')
-rwxr-xr-xmutt-wizard.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/mutt-wizard.sh b/mutt-wizard.sh
index 17104b6..4cc559a 100755
--- a/mutt-wizard.sh
+++ b/mutt-wizard.sh
@@ -92,7 +92,7 @@ if [ -z "$serverinfo" ];
manual
else
# Read in server data as variables
-IFS=, read service imap iport smtp sport spoolfile postponed record <<EOF
+IFS=, read service imap iport smtp sport <<EOF
$serverinfo
EOF
fi
@@ -116,9 +116,6 @@ replacement="
s/\$iport/$iport/g;
s/\$smtp/$smtp/g;
s/\$sport/$sport/g;
- s/\$spoolfile/$spoolfile/g;
- s/\$postponed/$postponed/g;
- s/\$record/$record/g;
s/\$type/$type/g;
/$delet/d"