Skip to content

Commit

Permalink
Merge pull request #963 from stig/redraw-menu-after-context-switch
Browse files Browse the repository at this point in the history
mu4e: redraw menu after context switch
  • Loading branch information
djcb authored Dec 4, 2016
2 parents 0c98e91 + 764b205 commit 0176852
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mu4e/mu4e-context.el
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ non-nil."
(set (car cell) (cdr cell)))
(mu4e-context-vars context)))
(setq mu4e~context-current context)
(mu4e~main-view-real nil nil)
(mu4e-message "Switched context to %s" (mu4e-context-name context)))
context))

Expand Down

0 comments on commit 0176852

Please sign in to comment.