Browse Source

Use .local/share for logs

Alois Mahdal 8 years ago
parent
commit
528f38af8c
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      dotfiles/imapdomo/utils/imapdomo

+ 1
- 1
dotfiles/imapdomo/utils/imapdomo View File

40
     local LogDir    # directory to store logs
40
     local LogDir    # directory to store logs
41
     local CdTo      # change dir to this before running imapfilter
41
     local CdTo      # change dir to this before running imapfilter
42
     CfgDir="$HOME/.imapdomo"
42
     CfgDir="$HOME/.imapdomo"
43
-    LogDir="$HOME/.cache/imapdomo/logs"
43
+    LogDir="$HOME/.local/share/imapdomo/logs"
44
     Debug=false
44
     Debug=false
45
     while true; do case $1 in
45
     while true; do case $1 in
46
         -c) CdTo="$2"; shift 2 || usage ;;
46
         -c) CdTo="$2"; shift 2 || usage ;;