diff options
author | wosch <wosch@FreeBSD.org> | 1997-08-28 13:36:56 +0000 |
---|---|---|
committer | wosch <wosch@FreeBSD.org> | 1997-08-28 13:36:56 +0000 |
commit | dc528f4349e64c7d23af5ef3dd2773182922b561 (patch) | |
tree | 835799f1c225e6fa62b4ef7213957b63d62e3684 /share/skel/Makefile | |
parent | 9fba0a500f468ccbd6f1de3b98e90507cace3b5f (diff) | |
download | FreeBSD-src-dc528f4349e64c7d23af5ef3dd2773182922b561.zip FreeBSD-src-dc528f4349e64c7d23af5ef3dd2773182922b561.tar.gz |
Add an example file for private E-Mail aliases. A user can share
~/.mail_aliases with different mail clients (e.g. mutt, mail) and can
make ~/.mailrc readable and keep the aliases private.
Diffstat (limited to 'share/skel/Makefile')
-rw-r--r-- | share/skel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/skel/Makefile b/share/skel/Makefile index 177c946..cee9708 100644 --- a/share/skel/Makefile +++ b/share/skel/Makefile @@ -1,7 +1,7 @@ # @(#)Makefile 8.1 (Berkeley) 6/8/93 FILES1= dot.cshrc dot.login dot.login_conf dot.mailrc dot.profile dot.shrc -FILES2= dot.rhosts +FILES2= dot.mail_aliases dot.rhosts MODE1= 0644 MODE2= 0600 |