* elmo-imap4.el (elmo-imap4-process-folder-list): Use `nconc'
authorokazaki <okazaki>
Mon, 24 Jul 2000 21:54:56 +0000 (21:54 +0000)
committerokazaki <okazaki>
Mon, 24 Jul 2000 21:54:56 +0000 (21:54 +0000)
commit3271dfe0db915bdadb4eff38c550634a0030d564
treedb40bace21a972ae1e98ecfdd3ed029719de9f4f
parent4c39da7de030ba3246206cc30cb947b97000235c
* elmo-imap4.el (elmo-imap4-process-folder-list): Use `nconc'
instead of `append'.
(elmo-imap4-commit): Use `elmo-imap4-plugged-p' instead of
`elmo-plugged-p' directly.
* elmo-pop3.el (elmo-pop3-commit): Use `elmo-pop3-plugged-p' instead
of `elmo-plugged-p' directly.

* elmo-pop3.el (elmo-pop3-get-connection): Split temporary variable.
Eliminate unused variable.  Use `memq' for checking a process status.
Use `cons' instead of `append' for updating the connection cache.
* elmo-nntp.el (elmo-nntp-get-connection): Likewise.
* elmo-imap4.el (elmo-imap4-get-connection): Likewise.
elmo/elmo-imap4.el
elmo/elmo-nntp.el
elmo/elmo-pop3.el