(wl-addrbook-setup): Set
authorhmurata <hmurata>
Mon, 8 Aug 2005 04:03:31 +0000 (04:03 +0000)
committerhmurata <hmurata>
Mon, 8 Aug 2005 04:03:31 +0000 (04:03 +0000)
`wl-summary-get-petname-function' instead of
`wl-summary-from-function'.

utils/ChangeLog
utils/wl-addrbook.el

index f0462cd..001114d 100644 (file)
@@ -1,3 +1,9 @@
+2005-08-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * wl-addrbook.el (wl-addrbook-setup): Set
+       `wl-summary-get-petname-function' instead of
+       `wl-summary-from-function'.
+
 2005-08-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
 
        * wl-addrbook.el (wl-addrbook-get-names): Abolish.
index 36f80fd..bbca3ae 100644 (file)
@@ -137,7 +137,7 @@ If nil,  the old 'user' entry remains.")
   (setq wl-address-init-function 'wl-addrbook-init)
   ;;
   (when wl-summary-use-addrbook-from-func
-    (setq wl-summary-from-function 'wl-summary-addrbook-from))
+    (setq wl-summary-get-petname-function 'wl-addrbook-get-nickname))
   (define-key wl-summary-mode-map "\C-c\C-a" 'wl-summary-addrbook-add)
   (define-key wl-draft-mode-map "\C-i"     'wl-draft-addrbook-header-comp-or-tab)
   (define-key wl-draft-mode-map "\e\t"     'wl-draft-addrbook-expand)