Przeglądaj źródła

Revert "allow dynamically loading available mailboxes"

This reverts commit 2cb2fa0345.
tags/v3.3
Luke Smith 2 lat temu
rodzic
commit
29f264db23
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: 4C50B54A911F6252
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      bin/mw

+ 1
- 1
bin/mw Wyświetl plik

@@ -226,7 +226,7 @@ getboxes() { if [ -n "${force+x}" ] ; then
idnum=$((idnum + 1))
[ "$idnum" -eq "$x" ] || break
done
toappend="mailboxes \`mdir=$maildir/$fulladdr/; find \$mdir -mindepth 1 -type d -name cur | sed -e 's:/cur\$:\":' -e \"s:\$mdir:\\\"=:\" | sort | tr '\\\n' ' '\`"
toappend="mailboxes $(echo "$mailboxes" | sed "s/^/\"=/;s/$/\"/" | paste -sd ' ' - )"
}

finalize() { echo "$toappend" >> "$accdir/$fulladdr.muttrc"


Ładowanie…
Anuluj
Zapisz