소스 검색

switch to urlscan

tags/v3.1
Luke Smith 7 년 전
부모
커밋
6e6c3b0e5d
No known key found for this signature in database GPG 키 ID: 4C50B54A911F6252
2개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. +1
    -1
      README.md
  2. +3
    -3
      muttrc

+ 1
- 1
README.md 파일 보기

@@ -79,7 +79,7 @@ accounts.
The automatically deployed configs will look for certain programs for certain The automatically deployed configs will look for certain programs for certain
extra abilities. Consider installing the following for the extra functionality. extra abilities. Consider installing the following for the extra functionality.


+ `urlview` -- Detecting and following links with `ctrl-u`
+ `urlscan` -- Detecting and following links with `ctrl-u`
+ `mupdf` -- for viewing attached pdfs (`v` to view attachments, then select + `mupdf` -- for viewing attached pdfs (`v` to view attachments, then select
.pdf) .pdf)
+ `notmuch` -- for mail searching and indexing set to `ctrl-f`. Be sure to run + `notmuch` -- for mail searching and indexing set to `ctrl-f`. Be sure to run


+ 3
- 3
muttrc 파일 보기

@@ -39,9 +39,9 @@ bind index D delete-message
bind index U undelete-message bind index U undelete-message
bind index F search bind index F search
bind index,pager R group-reply bind index,pager R group-reply
macro index,pager S '<sync-mailbox><shell-escape>pkill -RTMIN+12 i3blocks<enter>'
macro index,pager \Cu |urlview\n
macro index,pager ,, |urlview\n
macro index,pager S <sync-mailbox>
macro index,pager \Cu |urlscan\n
macro index,pager ,, |urlscan\n


# View attachments properly. # View attachments properly.
bind attach <return> view-mailcap bind attach <return> view-mailcap


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