aboutsummaryrefslogtreecommitdiff
path: root/man/man1/msc.1df
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-05-05 19:24:42 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-05-05 19:24:42 +1200
commit54ad424b8ce977e6f818dfb283ad0777e7ec8094 (patch)
treedd5dc73db0317f3932e9929be58beefa649cbb6e /man/man1/msc.1df
parentMerge branch 'hotfix/v8.28.2' (diff)
parentUpdate dotfiles(7) manual page (diff)
downloaddotfiles-8.29.0.tar.gz (sig)
dotfiles-8.29.0.zip
Merge branch 'release/v8.29.0'v8.29.0
* release/v8.29.0: Update dotfiles(7) manual page Switch undoskip.vim to use globs Attempt to imitate 'backupskip' pats in undoskip Revert "Add /tmp to 'backupskip'" Add /tmp to 'backupskip' Add /usr/tmp to the list of undoskip paths Break undoskip patterns into linewise list Use msc(1df) output in tmux status Add msc(1df) Add Bcc and terminating columns to Mutt pager hdrs Correct and refine explanation of 'thesaurus' Working on rewording vimrc
Diffstat (limited to 'man/man1/msc.1df')
-rw-r--r--man/man1/msc.1df12
1 files changed, 12 insertions, 0 deletions
diff --git a/man/man1/msc.1df b/man/man1/msc.1df
new file mode 100644
index 00000000..b8aadb11
--- /dev/null
+++ b/man/man1/msc.1df
@@ -0,0 +1,12 @@
+.TH MSC 1df "May 2020" "Manual page for msc"
+.SH NAME
+.B msc
+\- count the messages in a user's mail spool or other mbox
+.SH SYNOPSIS
+.B msc
+.SH DESCRIPTION
+.B msc
+counts the messages in the given mailboxes, or the user mail spool if not
+provided and it can be found in the MAIL env var or at common paths.
+.SH AUTHOR
+Tom Ryder <tom@sanctum.geek.nz>