Next: Bibliography, Previous: Text File, Up: Backends
(setq remember-handler-functions '(remember-store-in-mailbox))
This backend does not come with Emacs. To get it, download the latest version of Remember from http://download.gna.org/remember-el/.
If you want to use BBDB to associate remembered snippets with entries in your contact database, use the following code snippet:
(require 'remember-bbdb) (setq remember-handler-functions '(remember-bbdb-store-in-mailbox))