diff options
author | Aaron LI <aaronly.me@gmail.com> | 2016-05-19 20:10:44 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@gmail.com> | 2016-05-19 20:10:44 +0800 |
commit | f9ea286dc1c275727e01d5f751d1c38314078542 (patch) | |
tree | 6b4aa506b4f9d5ed8f32e21bc1f4cb041d296b5c | |
parent | 7f62d82a98178f2c9c4d8228af1ec9ce436fb065 (diff) | |
download | dotfiles-f9ea286dc1c275727e01d5f751d1c38314078542.tar.bz2 |
_spacemacs:mu4e: minor tune
-rw-r--r-- | _spacemacs.d/config/aly-mu4e-config.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_spacemacs.d/config/aly-mu4e-config.el b/_spacemacs.d/config/aly-mu4e-config.el index 959b42f..96d8cdc 100644 --- a/_spacemacs.d/config/aly-mu4e-config.el +++ b/_spacemacs.d/config/aly-mu4e-config.el @@ -153,7 +153,7 @@ ;; start with the first (default) context ;; default: `ask-if-none' (ask when there's no context yet, and none match) - ;(setq mu4e-context-policy 'pick-first) + (setq mu4e-context-policy 'pick-first) ;; compose with the current context if no context matches ;; default: `ask' ;(setq mu4e-compose-context-policy nil) |