aboutsummaryrefslogtreecommitdiff
path: root/templates/maildir.conf.erb
diff options
context:
space:
mode:
Diffstat (limited to 'templates/maildir.conf.erb')
-rw-r--r--templates/maildir.conf.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/maildir.conf.erb b/templates/maildir.conf.erb
index 351f382..4d636eb 100644
--- a/templates/maildir.conf.erb
+++ b/templates/maildir.conf.erb
@@ -9,6 +9,6 @@
end
end -%>
-remove = <%= remove ? 'yes' : 'no' %>
-multiconnection = <%= multiconnection ? 'yes' : 'no' %>
+remove = <%= @remove ? 'yes' : 'no' %>
+multiconnection = <%= @multiconnection ? 'yes' : 'no' %>