equal
deleted
inserted
replaced
1359 ;; (setq gnus-home-score-file |
1359 ;; (setq gnus-home-score-file |
1360 ;; ;; All groups that match the regexp `"\\.emacs"' |
1360 ;; ;; All groups that match the regexp `"\\.emacs"' |
1361 ;; '(("\\.emacs" "emacs.SCORE") |
1361 ;; '(("\\.emacs" "emacs.SCORE") |
1362 ;; ;; All the comp groups in one score file |
1362 ;; ;; All the comp groups in one score file |
1363 ;; ("^comp" "comp.SCORE"))) |
1363 ;; ("^comp" "comp.SCORE"))) |
|
1364 |
|
1365 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
|
1366 (message "bbdb") |
|
1367 |
|
1368 (setq |
|
1369 bbdb-offer-save 1 |
|
1370 bbdb-use-pop-up t |
|
1371 bbdb-electric-p t |
|
1372 bbdb-popup-target-lines 1 |
|
1373 ) |
|
1374 |
|
1375 (setq bbdb-complete-name-full-completion t) |
|
1376 (setq bbdb-completion-type 'primary-or-name) |
|
1377 (setq bbdb-complete-name-allow-cycling t) |
|
1378 |
|
1379 (setq bbdb-file "~/.gnus/bbdb") |
|
1380 |
|
1381 ;; (bbdb-initialize 'gnus 'message) |
|
1382 ;; (bbdb-insinuate-message) |
|
1383 ;; (add-hook 'gnus-startup-hook 'bbdb-insinuate-gnus) |
|
1384 |
1364 |
1385 |
1365 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
1386 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
1366 (message "jabber") |
1387 (message "jabber") |
1367 |
1388 |
1368 (autoload 'jabber-connect-all "jabber") |
1389 (autoload 'jabber-connect-all "jabber") |