Amos <amos@utdallas.edu> writes:
> (setq gnus-secondary-select-methods
> (list
> '(nnimap "inbox"
> (nnimap-address "inbox-a.utdallas.edu")
> (nnimap-expunge-on-close 'ask)
^ ^
You're setting the variable to `(quote ask)' here, you only need to
quote the expression once.