Thierry Volpiatto <[email protected]> writes: > After a quick try, it seem auth-source-search return always nil, when > it's called with spec (:max 1 :host "smtp.gmail.com" :port 587)
I think auth-source expects to be called with a string, not a number, so :port "587" will work, while :port 587 won't work. I'll fix this in auth-source, so that it'll accept numbers, too. -- (domestic pets only, the antidote for overdose, milk.) [email protected] * Lars Magne Ingebrigtsen _______________________________________________ info-gnus-english mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-gnus-english
