aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-01-26 15:29:37 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-01-26 15:29:37 +1300
commit5f2eb3a2b486943d73633934f634df96a536c61b (patch)
tree922b76e3d286c3f822eb482ac3e14075ec9c148d /Makefile
parentSource local Mutt config at the end not the start (diff)
downloaddotfiles-5f2eb3a2b486943d73633934f634df96a536c61b.tar.gz
dotfiles-5f2eb3a2b486943d73633934f634df96a536c61b.zip
Create drafts directory
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 52642bf5..145dbc92 100644
--- a/Makefile
+++ b/Makefile
@@ -274,6 +274,9 @@ install-mail : mail/mailrc
install-maildir :
install -m 0755 -d -- \
+ "$(MAILDIR)"/drafts/cur \
+ "$(MAILDIR)"/drafts/new \
+ "$(MAILDIR)"/drafts/tmp \
"$(MAILDIR)"/inbox/cur \
"$(MAILDIR)"/inbox/new \
"$(MAILDIR)"/inbox/tmp \