org-mu4e: default org-mu4e-link-query-in-headers-mode to nil

It's usually more useful to link to a specific message than to a query,
so make that the default.
This commit is contained in:
djcb 2015-12-19 13:58:21 +02:00
parent d3dbed6c1f
commit eaf56fd533
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@
:group 'mu4e
:group 'org)
(defvar org-mu4e-link-query-in-headers-mode t
(defvar org-mu4e-link-query-in-headers-mode nil
"If non-nil, `org-store-link' in `mu4e-headers-mode' links to the
the current query; otherwise, it links to the message at point.")