[* BBDB Integration clinton@unknownlamer.org**20070517093603 * byte compile reverse date thread sorting function ] { hunk ./gnus 8 - '(gnus-thread-sort-by-number + `(gnus-thread-sort-by-number hunk ./gnus 10 - (lambda (t1 t2) (gnus-thread-sort-by-date t2 t1)))) + ,(byte-compile (lambda (t1 t2) (gnus-thread-sort-by-date t2 t1))))) hunk ./gnus 15 +;;; BBDB +(add-hook 'gnus-startup-hook 'bbdb-insinuate-gnus) +(bbdb-insinuate-message) + }