浏览代码

switch to urlscan

tags/v3.1
Luke Smith 5 年前
父节点
当前提交
6e6c3b0e5d
找不到此签名对应的密钥 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
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
.pdf)
+ `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 F search
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.
bind attach <return> view-mailcap


正在加载...
取消
保存