home/common/newsboat | add command to email article
This commit is contained in:
parent
0bd6b8aa99
commit
38c9e21a18
1 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
{ config, pkgs, ... }: {
|
{ ... }: {
|
||||||
programs.newsboat = {
|
programs.newsboat = {
|
||||||
enable = true;
|
enable = true;
|
||||||
autoReload = true;
|
autoReload = true;
|
||||||
|
|
@ -17,6 +17,7 @@
|
||||||
bind-key i quit
|
bind-key i quit
|
||||||
bind-key j next
|
bind-key j next
|
||||||
bind-key k prev
|
bind-key k prev
|
||||||
|
bind m article,articlelist pipe-to "neomutt -s\"RSS Article\" don@donharper.org" -- "Email article"
|
||||||
cleanup-on-quit yes
|
cleanup-on-quit yes
|
||||||
confirm-exit yes
|
confirm-exit yes
|
||||||
delete-read-articles-on-quit yes
|
delete-read-articles-on-quit yes
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue