Add :version to org-wl.el options.
This commit is contained in:
parent
5bb982881a
commit
db138ea1f9
|
@ -46,11 +46,13 @@
|
||||||
(defcustom org-wl-link-remove-filter nil
|
(defcustom org-wl-link-remove-filter nil
|
||||||
"Remove filter condition if message is filter folder."
|
"Remove filter condition if message is filter folder."
|
||||||
:group 'org-wl
|
:group 'org-wl
|
||||||
|
:version "24.1"
|
||||||
:type 'boolean)
|
:type 'boolean)
|
||||||
|
|
||||||
(defcustom org-wl-shimbun-prefer-web-links nil
|
(defcustom org-wl-shimbun-prefer-web-links nil
|
||||||
"If non-nil create web links for shimbun messages."
|
"If non-nil create web links for shimbun messages."
|
||||||
:group 'org-wl
|
:group 'org-wl
|
||||||
|
:version "24.1"
|
||||||
:type 'boolean)
|
:type 'boolean)
|
||||||
|
|
||||||
(defcustom org-wl-nntp-prefer-web-links nil
|
(defcustom org-wl-nntp-prefer-web-links nil
|
||||||
|
@ -58,16 +60,19 @@
|
||||||
When folder name contains string \"gmane\" link to gmane,
|
When folder name contains string \"gmane\" link to gmane,
|
||||||
googlegroups otherwise."
|
googlegroups otherwise."
|
||||||
:type 'boolean
|
:type 'boolean
|
||||||
|
:version "24.1"
|
||||||
:group 'org-wl)
|
:group 'org-wl)
|
||||||
|
|
||||||
(defcustom org-wl-disable-folder-check t
|
(defcustom org-wl-disable-folder-check t
|
||||||
"Disable check for new messages when open a link."
|
"Disable check for new messages when open a link."
|
||||||
:type 'boolean
|
:type 'boolean
|
||||||
|
:version "24.1"
|
||||||
:group 'org-wl)
|
:group 'org-wl)
|
||||||
|
|
||||||
(defcustom org-wl-namazu-default-index nil
|
(defcustom org-wl-namazu-default-index nil
|
||||||
"Default namazu search index."
|
"Default namazu search index."
|
||||||
:type 'directory
|
:type 'directory
|
||||||
|
:version "24.1"
|
||||||
:group 'org-wl)
|
:group 'org-wl)
|
||||||
|
|
||||||
;; Declare external functions and variables
|
;; Declare external functions and variables
|
||||||
|
|
Loading…
Reference in New Issue