urlscan removed and pdf note
This commit is contained in:
parent
5760c64173
commit
6c8d634bf6
@ -86,18 +86,15 @@ brew install coreutils
|
|||||||
ln -s /usr/local/bin/gshred /usr/local/bin/shred
|
ln -s /usr/local/bin/gshred /usr/local/bin/shred
|
||||||
```
|
```
|
||||||
|
|
||||||
### Non-essential dependencies
|
### Non-essential dependencies for extra features
|
||||||
|
|
||||||
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.
|
||||||
|
|
||||||
+ `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
|
+ `notmuch` -- for mail searching and indexing set to `ctrl-f`. Be sure to run
|
||||||
`notmuch setup`. Remember your mail is in `~/.mail/` when you configure
|
`notmuch setup`. Remember your mail is in `~/.mail/` when you configure
|
||||||
notmuch.
|
notmuch.
|
||||||
+ `w3m` and/or `w3mimg` -- for viewing images. Like .pdfs, view in the attachments menu.
|
+ `w3m` and/or `w3mimg` -- for HTML emails and viewing images. Like .pdfs, view in the attachments menu.
|
||||||
+ A cron manager if you want the autosync feature.
|
+ A cron manager if you want the autosync feature.
|
||||||
+ `iproute2mac` for Mac users who want the autosync feature.
|
+ `iproute2mac` for Mac users who want the autosync feature.
|
||||||
+ `mpv` if you want the autosync feature to notify you with a ding on new mail.
|
+ `mpv` if you want the autosync feature to notify you with a ding on new mail.
|
||||||
|
2
muttrc
2
muttrc
@ -45,8 +45,6 @@ bind index \005 next-undeleted # Mouse wheel
|
|||||||
bind pager \031 previous-line # Mouse wheel
|
bind pager \031 previous-line # Mouse wheel
|
||||||
bind pager \005 next-line # Mouse wheel
|
bind pager \005 next-line # Mouse wheel
|
||||||
macro index,pager S <sync-mailbox>
|
macro index,pager S <sync-mailbox>
|
||||||
macro index,pager \Cu "|urlscan -r 'setsid $BROWSER \"{}\"'"\n
|
|
||||||
macro index,pager ,, "|urlscan -r 'setsid $BROWSER \"{}\"'"\n
|
|
||||||
set query_command= "abook --mutt-query '%s'"
|
set query_command= "abook --mutt-query '%s'"
|
||||||
bind editor <Tab> complete-query
|
bind editor <Tab> complete-query
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user