https://github.com/sixarm/maildir-mkdir
Maildir script to make the Maildir directory and its subdirectories
https://github.com/sixarm/maildir-mkdir
maildir mkdir qmail script shell sysadmin
Last synced: about 1 month ago
JSON representation
Maildir script to make the Maildir directory and its subdirectories
- Host: GitHub
- URL: https://github.com/sixarm/maildir-mkdir
- Owner: SixArm
- Created: 2016-02-09T23:19:41.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2023-09-15T19:23:03.000Z (over 1 year ago)
- Last Synced: 2025-02-06T00:28:24.724Z (3 months ago)
- Topics: maildir, mkdir, qmail, script, shell, sysadmin
- Language: Shell
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Maildir shell script:
make a Maildir directory and subdirectoriesSyntax:
maildir-mkdir [path]
This script makes these directories:
Maildir/cur
Maildir/new
Maildir/tmp## Path details
The path default is the current user's home directory.
The path must exist.
## Examples
To make directories in the current user's home directory:
maildir-mkdir
To make directories in a specific directory:
maildir-mkdir /home/alice
To make directories that get automatically copied when a
typical Linux sysadmin creates a new user on the system:maildir-mkdir /etc/skel