Rajesh Godbole <argv@Sun.COM> writes: > (setq nnir-mail-backend (cdr gnus-secondary-select-methods) > ;; The second method is nnimap > nnir-search-engine 'imap) Shouldn't that be cadr rather than cdr? If gnus-secondary-select-methods is (foo bar), then cdr will return (bar) whereas cadr will return bar. Note the extra pair of parentheses for cdr. kai -- Abort this operation? [Abort] [Cancel]