Marty Oehme
03684ce29f
Reflecting the somewhat expanding scope of the module, renamed it to office. Still keeps the old files and setups but also got a new README file.
4 lines
166 B
Bash
4 lines
166 B
Bash
#!/usr/bin/env sh
|
|
# Ensure the neomutt cache directories exist
|
|
|
|
[ -d "${XDG_CACHE_HOME:-~/.cache}/neomutt" ] || mkdir -p "${XDG_CACHE_HOME:-~/.cache}/neomutt/hcache"
|