From af2cfcc1ecd4a6d224976515a8b51f22342da61b Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Thu, 15 Dec 2022 21:16:16 +0100 Subject: change maildir to ~/mail MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Robert Günzler --- bin/hibiki/mailsync | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/hibiki/mailsync b/bin/hibiki/mailsync index b248215..bea6e83 100755 --- a/bin/hibiki/mailsync +++ b/bin/hibiki/mailsync @@ -3,7 +3,7 @@ set -e [ -n "$DEBUG" ] && set -x -maildir="${HOME}/Mail" +maildir="${HOME}/mail" cachefile=${XDG_CACHE_HOME}/mailsync.lastrun accounts=(gnzler hu) -- cgit 1.4.1