瀏覽代碼

detectmail fix

tags/v3.1
Luke Smith 6 年之前
父節點
當前提交
10deec70e3
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      mutt-wizard.sh

+ 1
- 1
mutt-wizard.sh 查看文件

@@ -75,7 +75,7 @@ gen_delim() { \

detectMailboxes() { \
find ~/.mail/$1 -maxdepth 1 -mindepth 1 -type d | sed -e "s/.*\///g;s/^/=/g" > /tmp/$1_boxes
sidebar_width=$(sed -n -e '/^set sidebar_width/p' "$muttdir"/muttrc | awk -F'=' '{print $2}')
sidebar_width=$(sed -n -e '/^set sidebar_width/p' "$muttdir"muttrc | awk -F'=' '{print $2}')
delim=$(gen_delim $sidebar_width)
oneline=$(cat /tmp/$1_boxes | sed -e "s/^\|$/\"/g" | tr "\n" " ")
oneline="=$1 $delim $oneline"


Loading…
取消
儲存