diff options
| author | Wolfram Schneider <wosch@FreeBSD.org> | 1997-08-28 13:36:56 +0000 |
|---|---|---|
| committer | Wolfram Schneider <wosch@FreeBSD.org> | 1997-08-28 13:36:56 +0000 |
| commit | af6e68d72adc5164e58f9b9c53bf79b7890da726 (patch) | |
| tree | 80066437f76923a39cc4e50688889743f027e4da /share/skel/dot.mailrc | |
| parent | 866595c01c5a401f8a9cc435124c2e7c5704bfb5 (diff) | |
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/dot.mailrc')
| -rw-r--r-- | share/skel/dot.mailrc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/share/skel/dot.mailrc b/share/skel/dot.mailrc index 9a60eaf54ff6..a0c481bc9f6d 100644 --- a/share/skel/dot.mailrc +++ b/share/skel/dot.mailrc @@ -1,4 +1,4 @@ -# $Id$ +# $Id: dot.mailrc,v 1.4 1997/02/22 13:56:32 peter Exp $ # # .mailrc - mail resources # @@ -13,4 +13,5 @@ set VISUAL=vi set folder=Mail retain bcc cc date from subject to -# alias bugs freebsd-bugs@freebsd.org +# include your private mail aliases +source ~/.mail_aliases |
