comparison lisp/mh-e/mh-e.el @ 73893:af2064a2e4f1

(mh-draft-folder): Avoid starting sentence with "nil".
author Andreas Schwab <schwab@suse.de>
date Fri, 10 Nov 2006 15:03:06 +0000
parents 30991f899f3b
children 63fc0820b362
comparison
equal deleted inserted replaced
73892:ead560ccb1c3 73893:af2064a2e4f1
186 ;; Profile Components 186 ;; Profile Components
187 187
188 (defvar mh-draft-folder nil 188 (defvar mh-draft-folder nil
189 "Cached value of the \"Draft-Folder:\" MH profile component. 189 "Cached value of the \"Draft-Folder:\" MH profile component.
190 Name of folder containing draft messages. 190 Name of folder containing draft messages.
191 nil means do not use a draft folder.") 191 Do not use a draft folder if nil.")
192 192
193 (defvar mh-inbox nil 193 (defvar mh-inbox nil
194 "Cached value of the \"Inbox:\" MH profile component. 194 "Cached value of the \"Inbox:\" MH profile component.
195 Set to \"+inbox\" if no such component. 195 Set to \"+inbox\" if no such component.
196 Name of the Inbox folder.") 196 Name of the Inbox folder.")