2

Emacs でメールを Wanderlust から Gnus に変更しようとしています。すぐに使用できるように、電子メールの電子メール アドレスを BBDB に自動的に追加します。これにより、BBDB が大量のゴミでいっぱいになり、メール メッセージを書きたくないことがわかりました。

電子メール アドレスに ':' のようなキーを付けて、一致する現在の BBDB レコードを表示するか、編集用に新しいレコードを作成します。

これは答えを見つけるのは簡単だと思っていましたが、まだ解決策を見つけていません。

何か案は?

ダン

4

2 に答える 2

0

の値をbbdb/mail-auto-create-pからtに変更するにnilは、次を使用できます。

(setq bbdb/mail-auto-create-p nil)

bbdb/mail-auto-create-p is a variable defined in `bbdb.el'.
Its value is t

Documentation:
*If this is t, then Gnus, MH, RMAIL, and VM will automatically
create new bbdb records for people you receive mail from. If this
is a function name or lambda, then it is called with no arguments
to decide whether an entry should be automatically created. You
can use this to, for example, not create records for messages
which have reached you through a particular mailing list, or to
only create records automatically if the mail has a particular
subject.

You can customize this variable.
于 2013-12-06T03:38:45.653 に答える