branch: externals/ebdb
commit 0612d92890443ee88a022ba0c532537869dc2e45
Author: Eric Abrahamsen <[email protected]>
Commit: Eric Abrahamsen <[email protected]>
Comment out ebdb-mua-auto-snarf-signature
* ebdb-com.el: Too soon for this.
---
ebdb-com.el | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/ebdb-com.el b/ebdb-com.el
index e0ea217..4628d84 100644
--- a/ebdb-com.el
+++ b/ebdb-com.el
@@ -81,12 +81,12 @@ Used by `ebdb-mouse-menu'."
:group 'ebdb-record-display
:type 'sexp)
-(defcustom ebdb-mua-auto-snarf-signature nil
- "If t, EBDB will attempt to snarf the mail message signature
- and add additional field information (ie phone or address) to
- the sending record.
+;; (defcustom ebdb-mua-auto-snarf-signature nil
+;; "If t, EBDB will attempt to snarf the mail message signature
+;; and add additional field information (ie phone or address) to
+;; the sending record.
-Valid values are nil, 'query or t, or 'auto.")
+;; Valid values are nil, 'query or t, or 'auto.")
(defcustom ebdb-display-hook nil
"Hook run after the *EBDB* is filled in."