diff --git a/.bashrc.d/host01 b/.bashrc.d/host01
new file mode 100644
index 0000000000000000000000000000000000000000..478487a9dc9ae6402813603a4668199d8f9fcdbd
--- /dev/null
+++ b/.bashrc.d/host01
@@ -0,0 +1,6 @@
+# shellcheck shell=bash
+# vim: ft=sh
+
+new-mail-folder () {
+    docker --host=ssh://host01.shore.co.il exec mail-imap-1 install -o "$(id -u)" -g dovecot -m 660 /dev/null "/var/mail/nimrod/${1}"
+}