dovecot-2.2: Comment update.

dovecot at dovecot.org dovecot at dovecot.org
Sun Sep 2 19:53:03 EEST 2012


details:   http://hg.dovecot.org/dovecot-2.2/rev/fba15565c360
changeset: 15013:fba15565c360
user:      Timo Sirainen <tss at iki.fi>
date:      Sun Sep 02 19:32:55 2012 +0300
description:
Comment update.

diffstat:

 src/lib-storage/mail-storage.h |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (18 lines):

diff -r 368f3b2e3264 -r fba15565c360 src/lib-storage/mail-storage.h
--- a/src/lib-storage/mail-storage.h	Sun Sep 02 19:22:13 2012 +0300
+++ b/src/lib-storage/mail-storage.h	Sun Sep 02 19:32:55 2012 +0300
@@ -459,11 +459,10 @@
 const struct mailbox_settings *
 mailbox_settings_find(struct mail_user *user, const char *vname);
 
-/* Returns name of given mailbox */
+/* Returns the (virtual) name of the given mailbox. */
+const char *mailbox_get_vname(const struct mailbox *box) ATTR_PURE;
+/* Returns the backend name of given mailbox. */
 const char *mailbox_get_name(const struct mailbox *box) ATTR_PURE;
-/* Returns the virtual name of the given mailbox. This is the same as using
-   mail_namespace_get_vname(). */
-const char *mailbox_get_vname(const struct mailbox *box) ATTR_PURE;
 
 /* Returns TRUE if mailbox is read-only. */
 bool mailbox_is_readonly(struct mailbox *box);


More information about the dovecot-cvs mailing list