dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

commit f78153ea2a9a8bfd7fb227fed8e3400336313327
parent fdf7e78f9e30b7c73a31548db0f7bb9f4e1c970c
Author: Chris Bracken <chris@bracken.jp>
Date:   Tue,  5 May 2020 14:51:34 -0700

Use ~/Mail/.tmp for notmuch search output

This should have been fixed before the import from my mutt repo in
7f14bad7f073c04d98dac013c9f58cbd4c21db6b, but it slipped by me.

Diffstat:
M.muttrc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.muttrc b/.muttrc @@ -77,7 +77,7 @@ macro index gi "<change-folder>=chris-bracken.jp/INBOX<enter>" "Go to Inbox" macro index ga "<change-folder>=chris-bracken.jp/archive<enter>" "Go to All Mail" macro index gs "<change-folder>=chris-bracken.jp/sent<enter>" "Go to Sent Mail" macro index gd "<change-folder>=chris-bracken.jp/drafts<enter>" "Go to Drafts" -macro index S "<enter-command>unset wait_key<enter><shell-escape>~/.mutt/mutt-notmuch-py -G ~/mail/.tmp/search<enter><change-folder-readonly>+.tmp/search<enter>" "search mail (using notmuch)" +macro index S "<enter-command>unset wait_key<enter><shell-escape>~/.config/mutt/mutt-notmuch-py -G ~/Mail/.tmp/search<enter><change-folder-readonly>+.tmp/search<enter>" "search mail (using notmuch)" # Pager View Options --------------------------------- set pager_index_lines = 10 # number of index lines to show