Artifact 48e77a0596c55bbae2d844cec3aba074cf5ffef2a89e094c27de9a3d721d6084:
- File
psl-1983/x-psl/nmail.init
— part of check-in
[eb17ceb7f6]
at
2020-04-21 19:40:01
on branch master
— Add Reduce 3.0 to the historical section of the archive, and some more
files relating to version sof PSL from the early 1980s. Thanks are due to
Paul McJones and Nelson Beebe for these, as well as to all the original
authors.git-svn-id: https://svn.code.sf.net/p/reduce-algebra/code/historical@5328 2bfe0521-f11c-4a00-b80e-6202646ff360 (user: arthurcnorman@users.sourceforge.net, size: 735) [annotate] [blame] [check-ins using] [more...]
% This is the default NMail.INIT file, which is run if there is no % NMail.INIT file in the user's home directory. If you make your % own NMail.INIT file, it might be a good idea to put the statement % (nmode-read-and-evaluate-file nmail-default-init-file-name) at the % beginning, which will cause this file to be executed first. % This loads the "pre-defined" filters. (add-filters-from-file "<kendzierski.mail>filter-defs.sl") (add-to-command-list 'Mail-Command-List (x-char <) 'display-filters-command) %(add-to-command-list 'Mail-Command-List % (x-char P) % 'apply-filter-command) (add-to-command-list 'Mail-Command-List (x-char >) 'remove-filters-command) (nmode-establish-current-mode)