commit b10f6431d6e1ca7afa5def9e8c928125838b6cf0 parent cb040e03649bce92a15c6ff6c1df9bfdb0751102 Author: Anders Damsgaard <anders@adamsgaard.dk> Date: Wed, 12 Jun 2019 10:57:22 +0200 Update path to maildir Diffstat:
M | .local/bin/mailstatus | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.local/bin/mailstatus b/.local/bin/mailstatus @@ -1,5 +1,5 @@ #!/bin/sh -maildir=~/mail +maildir=~/.mail if [ ! -d $maildir ]; then exit 0 fi