nmail.init 735 B

12345678910111213141516171819
  1. % This is the default NMail.INIT file, which is run if there is no
  2. % NMail.INIT file in the user's home directory. If you make your
  3. % own NMail.INIT file, it might be a good idea to put the statement
  4. % (nmode-read-and-evaluate-file nmail-default-init-file-name) at the
  5. % beginning, which will cause this file to be executed first.
  6. % This loads the "pre-defined" filters.
  7. (add-filters-from-file "<kendzierski.mail>filter-defs.sl")
  8. (add-to-command-list 'Mail-Command-List
  9. (x-char <)
  10. 'display-filters-command)
  11. %(add-to-command-list 'Mail-Command-List
  12. % (x-char P)
  13. % 'apply-filter-command)
  14. (add-to-command-list 'Mail-Command-List
  15. (x-char >)
  16. 'remove-filters-command)
  17. (nmode-establish-current-mode)