diff options
author | Luke Smith <luke@lukesmith.xyz> | 2020-09-05 07:47:44 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-05 07:47:44 -0400 |
commit | 4a254d889271757cbe867cd22ecd6db7f6d0e639 (patch) | |
tree | 02547f7006a92648c618444139dba825ce6ec389 /README.md | |
parent | 755284ae3b9ffe3fc1dafe5dc39d10f97f62b6ac (diff) | |
parent | 0e41d46fe2cc74fa74425d974a58428f642fb1db (diff) |
Merge pull request #75 from aTechnophobian/patch-1
Fixed Tiny Grammar Error
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -90,7 +90,7 @@ Cassie already exists and we want to let her receive mail to. Just run: usermod -a -G mail cassie ``` -A user's mail will appear in `~/Mail/`. I you want to see your mail while ssh'd +A user's mail will appear in `~/Mail/`. If you want to see your mail while ssh'd in the server, you could just install mutt, add `set spoolfile="+Inbox"` to your `~/.muttrc` and use mutt to view and reply to mail. You'll probably want to log in remotely though: |