Skip to content

Commit 1e0deb5

Browse files
committed
Bug fix
1 parent 747c26b commit 1e0deb5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.newsbeuter/macro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ macro 0 set browser "echo 'Enter the command to open the URL. Exit if not entere
4545
macro 1 set browser "firefox %u &" ; open-in-browser ; set browser "${BROWSER:-lynx --} %u"
4646
macro 2 set browser "chromium %u &" ; open-in-browser ; set browser "${BROWSER:-lynx --} %u"
4747

48-
macro 3 pipe-to "${MAILER-mutt --} 'mailto:?body='$(urlencode)"
48+
macro 3 pipe-to "${MAILER:-mutt --} 'mailto:?body='$(urlencode)"
4949
# macro 3 set browser "${MAILER:-mutt --} 'mailto:?body='$(echo %u | urlencode)" ; open-in-browser ; set browser "${BROWSER:-lynx --} %u"
5050

5151
macro 4 set browser "qrencode -t 'UTF8' -- %u; printf 'Exit with Ctrl-C or Enter Key'; read -r 'REPLY'" ; open-in-browser ; set browser "${BROWSER:-lynx --} %u"

.newsboat/macro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ macro 0 set browser "echo 'Enter the command to open the URL. Exit if not entere
4545
macro 1 set browser "firefox %u &" ; open-in-browser ; set browser "${BROWSER:-lynx --} %u"
4646
macro 2 set browser "chromium %u &" ; open-in-browser ; set browser "${BROWSER:-lynx --} %u"
4747

48-
macro 3 pipe-to "${MAILER-mutt --} 'mailto:?body='$(urlencode)"
48+
macro 3 pipe-to "${MAILER:-mutt --} 'mailto:?body='$(urlencode)"
4949
# macro 3 set browser "${MAILER:-mutt --} 'mailto:?body='$(echo %u | urlencode)" ; open-in-browser ; set browser "${BROWSER:-lynx --} %u"
5050

5151
macro 4 set browser "qrencode -t 'UTF8' -- %u; printf 'Exit with Ctrl-C or Enter Key'; read -r 'REPLY'" ; open-in-browser ; set browser "${BROWSER:-lynx --} %u"

0 commit comments

Comments
 (0)