commit-mailutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Mailutils branch, master, updated. release-3.1.1-47-g5097907


From: Sergey Poznyakoff
Subject: [SCM] GNU Mailutils branch, master, updated. release-3.1.1-47-g5097907
Date: Sun, 22 Jan 2017 21:32:10 +0000 (UTC)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Mailutils".

http://git.savannah.gnu.org/cgit/mailutils.git/commit/?id=50979073a80a6a993c8824d32ad6ebf1e4a72e63

The branch, master has been updated
       via  50979073a80a6a993c8824d32ad6ebf1e4a72e63 (commit)
      from  154c67f47ba231d3e269ad59714dcf5870a658c3 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 50979073a80a6a993c8824d32ad6ebf1e4a72e63
Author: Sergey Poznyakoff <address@hidden>
Date:   Sun Jan 22 23:28:50 2017 +0200

    Bugfix
    
    * imap4d/namespace.c (namespace_init): Provide record for default
    "" prefix.

-----------------------------------------------------------------------

Summary of changes:
 imap4d/namespace.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/imap4d/namespace.c b/imap4d/namespace.c
index 008c5f9..9d49f8e 100644
--- a/imap4d/namespace.c
+++ b/imap4d/namespace.c
@@ -141,6 +141,7 @@ namespace_init (void)
       pfx->prefix = mu_strdup ("");
       pfx->dir = mu_strdup ("$home");
       pfx->delim = '/';
+      mu_registrar_get_default_record (&pfx->record);
       priv = namespace_lookup ("personal");
       mu_list_prepend (priv->prefixes, pfx);
       rc = mu_assoc_install (prefixes, pfx->prefix, pfx);


hooks/post-receive
-- 
GNU Mailutils



reply via email to

[Prev in Thread] Current Thread [Next in Thread]