comparison lisp/mh-e/mh-utils.el @ 69451:6c89c044a798

(mh-folder-list): Fix docstring (closes SF #1448498).
author Bill Wohler <wohler@newt.com>
date Mon, 13 Mar 2006 01:05:27 +0000
parents 0b84cb235f62
children 5259cc742763 a802c5505156
comparison
equal deleted inserted replaced
69450:97fc0828f7d3 69451:6c89c044a798
502 +outbox, +lists, and +lists/mh-e, then 502 +outbox, +lists, and +lists/mh-e, then
503 503
504 (mh-folder-list nil) 504 (mh-folder-list nil)
505 => (\"inbox\" \"lists\" \"lists/mh-e\" \"outbox\") 505 => (\"inbox\" \"lists\" \"lists/mh-e\" \"outbox\")
506 (mh-folder-list \"+lists\") 506 (mh-folder-list \"+lists\")
507 => (\"lists/mh-e\") 507 => (\"lists\" \"lists/mh-e\")
508 508
509 Respects the value of `mh-recursive-folders-flag'. If this flag 509 Respects the value of `mh-recursive-folders-flag'. If this flag
510 is nil, and the sub-folders have not been explicitly viewed, then 510 is nil, and the sub-folders have not been explicitly viewed, then
511 they will not be returned." 511 they will not be returned."
512 (let ((folder-list)) 512 (let ((folder-list))