[SCM] GNU Mailutils branch, master, updated. release-2.2-148-gcea1ebc

"Sergey Poznyakoff" <[email protected]>
Newsgroups gmane.comp.gnu.mailutils.cvs
Message-ID <[email protected]>
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=cea1ebcb1ef0c5d46023e24b6008adb7d04376e3

The branch, master has been updated
       via  cea1ebcb1ef0c5d46023e24b6008adb7d04376e3 (commit)
      from  c93d9f7a12d78e2c3c991fbb8ba49008eee074ef (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 cea1ebcb1ef0c5d46023e24b6008adb7d04376e3
Author: Sergey Poznyakoff <[email protected]>
Date:   Sat Oct 16 22:34:02 2010 +0300

    movemail: accept "smtp://" and "sendmail://" as a destination mailbox.
    
    * movemail/Makefile.am (movemail_LDADD): Add MU_LIB_MAILER.
    * movemail/movemail.c: Register *all* mailbox formats,
    including remote ones.

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

Summary of changes:
 movemail/Makefile.am |    1 +
 movemail/movemail.c  |    6 +++---
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/movemail/Makefile.am b/movemail/Makefile.am
index 9588330..c018d7f 100644
--- a/movemail/Makefile.am
+++ b/movemail/Makefile.am
@@ -27,6 +27,7 @@ movemail_LDADD = \
  ${MU_LIB_MH}\
  ${MU_LIB_MAILDIR}\
  ${MU_LIB_AUTH}\
+ ${MU_LIB_MAILER}\
  @MU_AUTHLIBS@\
  ${MU_LIB_MAILUTILS}\
  @MU_COMMON_LIBRARIES@
diff --git a/movemail/movemail.c b/movemail/movemail.c
index 4218849..914bd77 100644
--- a/movemail/movemail.c
+++ b/movemail/movemail.c
@@ -735,8 +735,8 @@ main (int argc, char **argv)
   MU_APP_INIT_NLS ();
   MU_AUTH_REGISTER_ALL_MODULES ();
   
-  /* Register the desired mailbox formats.  */
-  mu_register_all_mbox_formats ();
+  /* Register the desired "mailbox" formats.  */
+  mu_register_all_formats ();
 
   /* argument parsing */
   
@@ -760,7 +760,7 @@ main (int argc, char **argv)
   if (emacs_mode)
     {
       /* Undo the effect of configuration options that may affect
-	 the interaction with Emacs. */
+	 interaction with Emacs. */
       mu_registrar_set_default_record (mu_mbox_record);
       mu_debug_default_printer = mu_debug_stderr_printer;
     }


hooks/post-receive
-- 
GNU Mailutils
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.