Skip to content

Commit

Permalink
Only use wait key for url opening
Browse files Browse the repository at this point in the history
  • Loading branch information
jelly committed Mar 27, 2017
1 parent 40abd68 commit 3483ebf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .mutt/muttrc
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ unset mark_old
set thread_received
set timeout = 10
set tmpdir = ~/.mutt/temp
unset wait_key

# non-standard
set sidebar_divider_char = '│' 
Expand Down Expand Up @@ -83,7 +82,7 @@ bind index,pager O sidebar-open
macro index ,i "<change-folder>!<return>" "go to inbox"
macro pager,index ,p "<pipe-message>cat > /tmp/" "save message as"
macro index ,s "<tag-prefix-cond><copy-message>~/Mail/patches<enter>" "Save tagged messages (if any) to ~/Mail/patches"
macro pager,index ,g "<pipe-message>~/.mutt/open_ml_url.py<return>" "Open GMAME link"
macro pager,index ,g "<enter-command>unset wait_key<enter><pipe-message>~/.mutt/open_ml_url.py<enter><enter-command>set wait_key<enter>" "Open GMane URL"
macro pager,index ,s "<pipe-message>~/.mutt/security_tracker.py<return>" "Open security.archlinux.org link"
macro index ,r "<tag-pattern>all<return><tag-prefix><clear-flag>N<untag-pattern>all<return>" "mark all as read"
macro index ,R "<collapse-all><tag-pattern>all<return><tag-prefix><clear-flag>N<untag-pattern>all<return><collapse-all>" "mark all as read (collapsed)"
Expand Down

0 comments on commit 3483ebf

Please sign in to comment.