Next: , Previous: Text File, Up: Backends


8.2 Saving to a Mailbox

     (setq remember-handler-functions '(remember-store-in-mailbox))
— User Option: remember-mailbox

Name of mailbox to save messages to.

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))