소스 검색

Merge pull request #23 from drmtmych/upstream

muttrc: some minor customizations
tags/v3.1
Luke Smith 6 년 전
committed by GitHub
부모
커밋
5b6b71de5f
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일8개의 추가작업 그리고 1개의 파일을 삭제
  1. +8
    -1
      muttrc

+ 8
- 1
muttrc 파일 보기

@@ -13,7 +13,8 @@ set timeout = "5"
set mail_check = "10"
set mailcap_path = ~/.config/mutt/etc/mailcap
set date_format="%m/%d %I:%M"
set index_format="%2C %Z %D %-15.15F %s (%-4.4c)"
set index_format="%2C %Z %?X?A& ? %D %-15.15F %s (%-4.4c)"
set forward_format = "Fwd: %s"
set markers = no
set mark_old = no
set mime_forward = yes
@@ -25,6 +26,12 @@ alternative_order text/plain text/enriched text/html
bind editor <space> noop
bind index G last-entry
bind index gg first-entry
bind pager j next-line
bind pager k previous-line
bind attach,index,pager \CD next-page
bind attach,index,pager \CU previous-page
bind pager gg top
bind pager G bottom
bind index d half-down
bind index u half-up
bind index D delete-message


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