Eric S Fraga <e.fr...@ucl.ac.uk> writes: > (setq mail-sources '((file :path "/var/mail/userid")))
Better would be: (setq mail-sources `,((file :path ,(concat "/var/mail/"(user-login-name)))))
Eric S Fraga <e.fr...@ucl.ac.uk> writes: > (setq mail-sources '((file :path "/var/mail/userid")))
Better would be: (setq mail-sources `,((file :path ,(concat "/var/mail/"(user-login-name)))))