f35965e48369e576136944711dd75f193a238083
[elisp/gnus.git-] / README-gnus-bbdb.ja
1 -*- mode: text; fill-column: 70; -*-
2
3 ---
4 BBDB \e$B$r;HMQ$5$l$F$$$kJ}$O!"\e(B bbdb-gnus.elc \e$B$r\e(B Semi-gnus 6.8.X \e$B0JA0$N$b\e(B
5 \e$B$N$H6&M-$9$k$3$H$O$G$-$^$;$s!#I,$:!"\e(B byte-compile \e$B$7D>$7$F$/$@$5$$!#\e(B
6
7 ;; gnus \e$B$r5/F0$7$?$"$H$G!"\e(B bbdb-gnus.el \e$B$N$_$r\e(B byte-compile \e$B$9$k$H$$$&\e(B
8 ;; \e$B$N$,$*<j7Z$G$9!#\e(B :-)
9
10 ---
11 gnus-bbdb.el
12
13 Semi-gnus \e$B$KFC2=$7$?\e(B BBDB API \e$B%b%8%e!<%k$G$9!#$3$N%b%8%e!<%k$r;HMQ$9$k\e(B
14 \e$B$3$H$K$h$C$F!"\e(B Semi-gnus \e$B$G;HMQ$9$k>l9g$K$O\e(B mime-bbdb \e$B$,ITMW$K$J$j$^$9!#\e(B
15
16 1.11.3 \e$B0J9_$N\e(B FLIM \e$B$,I,MW$G$9!#\e(B
17
18 bbdb-auto-notes-hook \e$B$r;HMQ$7$F$$$J$$J}$K$OITMW$G$9$,!";HMQ$7$F$$$kJ}\e(B
19 \e$B$O\e(B bbdb.el / bbdb-hooks.el \e$B$K$3$N%U%!%$%k$N:G8e$K$"$k\e(B patch \e$B$r$"$F$kI,\e(B
20 \e$BMW$,$"$j$^$9!#\e(B
21
22 \e$B@_DjNc\e(B:
23
24 ;; mime-bbdb \e$B$K4X$9$k@_Dj$OITMW$G$9!#\e(B
25 ;(setq mime-bbdb/use-mail-extr nil)
26 ;(eval-after-load "mail-extr" '(require 'mime-bbdb))
27
28 ;; T-gnus \e$B$G$OEAE}E*$K\e(B defcustom \e$B$GDj5A$9$k\e(B hook \e$B$KM-0U$J%G%U%)%k%HCM\e(B
29 ;; \e$B$r;}$?$;$k$3$H$,9T$J$o$l$F$$$k$N$G!"0J2<$N@_Dj$O\e(B .emacs \e$B$J$I$G$O$J\e(B
30 ;; \e$B$/\e(B .gnus \e$B%U%!%$%k$G9T$J$&$N$,0BA4$G$9!#$?$@$7\e(B T-gnus \e$B0J30$G$b\e(B BBDB
31 ;; \e$B$r;H$&>l9g$O!"\e(B(require 'bbdb) \e$B$N9T$O\e(B .emacs \e$B%U%!%$%k$J$I$K5-F~$9$k\e(B
32 ;; \e$B$N$,NI$$$G$7$g$&!#\e(B
33
34 (require 'bbdb)
35 (require 'gnus-bbdb)
36 (bbdb-initialize 'sc)  ;; 'gnus / 'Gnus \e$B$O$O$:$7$F$/$@$5$$!#\e(B
37 (add-hook 'gnus-startup-hook 'gnus-bbdb-insinuate)
38 (add-hook 'message-setup-hook 'gnus-bbdb-insinuate-message)
39
40 FLIM \e$B$G$O\e(B quote \e$B$5$l$?\e(B eword encoded word \e$B$O\e(B decode \e$B$5$l$^$;$s$,!"$=$l\e(B
41 \e$B$r6/@)E*$K\e(B decode \e$B$7$?$$>l9g$K$O!"<!$N@_Dj$r2C$($F$/$@$5$$!#\e(B
42
43 (setq gnus-bbdb/decode-field-body-function
44       (function
45        (lambda (field-body field-name)
46          (eword-decode-string field-body))))
47
48 ---
49 \e$B0J2<$O\e(B bbdb-com.el\e$B!"\e(Bbbdb-hooks.el \e$B$*$h$S\e(B bbdb.el \e$B$K$"$F$k\e(B patch \e$B$G$9!#\e(B
50
51 ------ cut here ------ cut here ------ cut here ------ cut here ------
52 --- bbdb-2.34/lisp/bbdb-com.el~ Tue Jan 15 23:00:57 2002
53 +++ bbdb-2.34/lisp/bbdb-com.el  Thu Jan 31 03:55:01 2002
54 @@ -1686,7 +1686,7 @@
55            ;; to be enclosed in quotes.  Double-quotes and backslashes have
56            ;; already been escaped.  This quotes a few extra characters as
57            ;; well (!,%, and $) just for common sense.
58 -          ((string-match "[][\000-\037\177()<>@,;:.!$%]" name)
59 +         ((string-match "[][\000-\037\177<>@,;.!$%]" name)
60             (format "\"%s\" <%s>" name net))
61            (t
62             (format "%s <%s>" name net)))))
63 --- bbdb-2.34/lisp/bbdb-hooks.el~       Tue Jan 15 09:00:11 2002
64 +++ bbdb-2.34/lisp/bbdb-hooks.el        Thu Jan 31 03:55:01 2002
65 @@ -36,4 +36,6 @@
66  ;;
67  
68 +(eval-when-compile (require 'cl))
69 +
70  (require 'bbdb)
71  (require 'bbdb-com)
72 @@ -405,13 +407,23 @@
73           ignore
74           field pairs fieldval  ; do all bindings here for speed
75           regexp string notes-field-name notes
76 -         replace-p)
77 +         replace-p extract-field-value-funtion)
78      (set-buffer (marker-buffer marker))
79      (save-restriction
80 -      (widen)
81 -      (goto-char marker)
82 -      (if (and (setq fieldval (bbdb-extract-field-value "From"))
83 -               (string-match (bbdb-user-mail-names) fieldval))
84 +      (let ((function-list bbdb-extract-field-value-function-list)
85 +           function)
86 +       (or (progn
87 +             (while (and (not extract-field-value-funtion)
88 +                         (setq function (car function-list)))
89 +               (setq extract-field-value-funtion (funcall function)
90 +                     function-list (cdr function-list)))
91 +             extract-field-value-funtion)
92 +           (progn
93 +             (widen)
94 +             (goto-char marker)
95 +             (setq extract-field-value-funtion 'bbdb-extract-field-value))))
96 +      (if (and (setq fieldval (funcall extract-field-value-funtion "From"))
97 +              (string-match (bbdb-user-mail-names) fieldval))
98            ;; Don't do anything if this message is from us.  Note that we have
99            ;; to look at the message instead of the record, because the record
100            ;; will be of the recipient of the message if it is from us.
101 @@ -421,7 +433,7 @@
102            (goto-char marker)
103            (setq field (car (car ignore-all))
104                  regexp (cdr (car ignore-all))
105 -                fieldval (bbdb-extract-field-value field))
106 +                fieldval (funcall extract-field-value-funtion field))
107            (if (and fieldval
108                     (string-match regexp fieldval))
109                (setq ignore t)
110 @@ -434,7 +446,8 @@
111                  pairs (cdr (car rest))  ; (REGEXP . STRING) or
112                                          ; (REGEXP FIELD-NAME STRING) or
113                                          ; (REGEXP FIELD-NAME STRING REPLACE-P)
114 -                fieldval (bbdb-extract-field-value field)) ; e.g., Subject line
115 +                fieldval (funcall extract-field-value-funtion field))
116 +                                        ; e.g., Subject line
117            (when fieldval
118              ;; we perform the auto notes stuff only for authors of a message
119              ;; or if explicitly requested
120 --- bbdb-2.34/lisp/bbdb.el~     Tue Jan 15 23:00:58 2002
121 +++ bbdb-2.34/lisp/bbdb.el      Thu Jan 31 03:55:01 2002
122 @@ -737,6 +737,7 @@
123  (defvar bbdb-showing-changed-ones nil)
124  (defvar bbdb-modified-p nil)
125  (defvar bbdb-address-print-formatting-alist) ; "bbdb-print"
126 +(defvar bbdb-extract-field-value-function-list nil)
127  
128  (defvar bbdb-debug t)
129  (defmacro bbdb-debug (&rest body)
130 ------ cut here ------ cut here ------ cut here ------ cut here ------
131
132 ---
133 gnus-bbdb/split-mail()
134
135 nnmail-split-fancy \e$B$G;HMQ$9$k$?$a$N4X?t$G$9!#<!$N$h$&$K;HMQ$7$F$/$@$5$$!#\e(B
136
137 (setq nnmail-split-methods 'nnmail-split-fancy
138       nnmail-split-fancy
139       '(|
140         .....
141 *1      (: gnus-bbdb/split-mail "from\\|to\\|cc"
142            'company "foo" "foo-group") 
143         .....
144 *2      (: gnus-bbdb/split-mail "from\\|to\\|cc" 'company "^bar")
145         .....
146 *3      (: gnus-bbdb/split-mail "from\\|to\\|cc" 'group)
147         .....
148 *4      (: gnus-bbdb/split-mail "from\\|to\\|cc" 'note "my friend"
149           '(|
150              .....
151         .....
152         ))
153
154 *1 : From, To, Cc \e$B$$$:$l$+$N%X%C%@!<!&%U%#!<%k%I$K4^$^$l$k%a%$%k!&%"%I\e(B
155      \e$B%l%9$N$&$A\e(B BBDB \e$B$N\e(B `company' \e$B%U%#!<%k%I$K\e(B `foo' \e$B$,4^$^$l$k>l9g!"\e(B
156      `foo-group' \e$B$K?6$jJ,$1$^$9!#\e(B
157
158 *2 : `company' \e$B%U%#!<%k%I$,\e(B `bar' \e$B$G;O$^$C$F$$$k>l9g!"\e(B`company' \e$B%U%#!<\e(B
159      \e$B%k%I$NFbMF$r$=$N$^$^%0%k!<%WL>$H$7$F;HMQ$7!"?6$jJ,$1$^$9!#\e(B
160
161 *3 : `group' \e$B%U%#!<%k%I$,$"$k>l9g!"\e(B`group' \e$B%U%#!<%k%I$NFbMF$r$=$N$^$^\e(B
162      \e$B%0%k!<%WL>$H$7$F;HMQ$7!"?6$jJ,$1$^$9!#\e(B
163
164 *4 : `note' \e$B%U%#!<%k%I$K\e(B `my friend' \e$B$,4^$^$l$k>l9g!"$=$N8e$m$K;XDj$5\e(B
165      \e$B$l$?5,B'$G?6$jJ,$1$^$9!#$3$N5,B'$N5-=RJ}K!$O!"DL>o$N\e(B
166      `nnmail-split-fancy' \e$B$G$N5-=RJ}K!$HF1$8$b$N$G$9!#\e(B