comparison lisp/gnus/nnimap.el @ 78486:f0a07da7dd45

Replace `iff' in doc-strings and comments.
author Glenn Morris <rgm@gnu.org>
date Wed, 08 Aug 2007 07:27:37 +0000
parents 24202b793a08
children 12805c0f0e4e a3c27999decb 424b655804ca
comparison
equal deleted inserted replaced
78485:847fd0fda811 78486:f0a07da7dd45
1643 flag)) 1643 flag))
1644 result " ") 1644 result " ")
1645 result))) 1645 result)))
1646 1646
1647 (defun nnimap-mark-permanent-p (mark &optional group) 1647 (defun nnimap-mark-permanent-p (mark &optional group)
1648 "Return t iff MARK can be permanently (between IMAP sessions) saved on articles, in GROUP." 1648 "Return t if MARK can be permanently (between IMAP sessions) saved on articles, in GROUP."
1649 (imap-message-flag-permanent-p (nnimap-mark-to-flag mark))) 1649 (imap-message-flag-permanent-p (nnimap-mark-to-flag mark)))
1650 1650
1651 (when nnimap-debug 1651 (when nnimap-debug
1652 (require 'trace) 1652 (require 'trace)
1653 (buffer-disable-undo (get-buffer-create nnimap-debug-buffer)) 1653 (buffer-disable-undo (get-buffer-create nnimap-debug-buffer))