summaryrefslogtreecommitdiff
path: root/mutt-wizard.sh
diff options
context:
space:
mode:
authorLuke <luke@lukesmith.xyz>2018-02-13 13:10:05 -0700
committerLuke <luke@lukesmith.xyz>2018-02-13 13:10:05 -0700
commitd3b826b10019a5ca2267ff914d7dbad5787db91b (patch)
treee3d028af916be83979c8f22c1467dc098696020c /mutt-wizard.sh
parent7c431ca4e97ad748b65850ad4d0841b827e618ed (diff)
earlier bloat from mailbox guessing removed
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"