소스 검색

junk binding added

tags/v3.1
Luke Smith 5 년 전
부모
커밋
4bfe1c634c
No known key found for this signature in database GPG 키 ID: 4C50B54A911F6252
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      mutt-wizard.sh

+ 1
- 0
mutt-wizard.sh 파일 보기

@@ -86,6 +86,7 @@ detectMailboxes() { \
grep -i /tmp/$1_boxes -e draft | sed 1q | formatShortcut d drafts $1
grep -i /tmp/$1_boxes -e trash | sed 1q | formatShortcut t trash $1
grep -i /tmp/$1_boxes -e spam | sed 1q | formatShortcut S spam $1
grep -i /tmp/$1_boxes -e junk | sed 1q | formatShortcut j junk $1
grep -i /tmp/$1_boxes -e archive | sed 1q | formatShortcut a archive $1
spoolfile=$(grep -i /tmp/$1_boxes -e inbox | sed -e 's/=/+/g' | sed 1q)
record=$(grep -i /tmp/$1_boxes -e sent | sed -e 's/=/+/g' | sed 1q)


불러오는 중...
취소
저장