<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-1733</id>
	<title>Nabble - Gnu - MailUtils</title>
	<updated>2010-02-19T06:17:29Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/Gnu---MailUtils-f1733.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Gnu---MailUtils-f1733.html" />
	<subtitle type="html">GNU Mailutils is a collection of mail-related utilities. At the core of Mailutils is libmailbox, a library which provides access to various forms of mailbox files (including remote mailboxes via popular protocols). It also provides support for parsing of RFC-822 style messages and MIME support. Gnu - MailUtils home is &lt;a href=&quot;http://www.gnu.org/software/mailutils/mailutils.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-27663575</id>
	<title>Re: v2.1 build failure</title>
	<published>2010-02-19T06:17:29Z</published>
	<updated>2010-02-19T06:17:29Z</updated>
	<author>
		<name>Bugzilla from opensource@till.name</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;I found this bug via http:
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/archive/html/bug-mailutils/2009-09/msg00004.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/archive/html/bug-mailutils/2009-09/msg00004.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;Since it is now five months that this bug is known and there is a patch
&lt;br&gt;available, can you please provide a new release with the patch included?
&lt;br&gt;&lt;br&gt;P.S.: I am not subscribed to the mailing list, so please CC me if you
&lt;br&gt;answer.
&lt;br&gt;&lt;br&gt;Regards
&lt;br&gt;Till
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Bug-mailutils mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=27663575&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Bug-mailutils@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/bug-mailutils&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/bug-mailutils&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---MailUtils---Bugs-f1734.html&quot; embed=&quot;fixTarget[1734]&quot; target=&quot;_top&quot; &gt;Gnu - MailUtils - Bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/v2.1-build-failure-tp25474207p27663575.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-27207089</id>
	<title>Re: can't get mail to stop prompting me</title>
	<published>2010-01-17T23:50:12Z</published>
	<updated>2010-01-17T23:50:12Z</updated>
	<author>
		<name>Sergey Poznyakoff-2</name>
	</author>
	<content type="html">Mark Gilmore &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=27207089&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mark3@...&lt;/a&gt;&amp;gt; ha escrit:
&lt;br&gt;&lt;br&gt;&amp;gt; hi,
&lt;br&gt;&amp;gt; i am trying to send an email:
&lt;br&gt;&amp;gt; 	mail -s test -m test &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=27207089&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;x2@...&lt;/a&gt;
&lt;br&gt;&amp;gt; but the pgm keeps prompting me and will not respond to a ctrl-d
&lt;br&gt;&amp;gt; or any other key (just keeps inputing the keys).
&lt;br&gt;&amp;gt; any idea ?
&lt;br&gt;&lt;br&gt;Mail does not prompt user if its stdin is not connected to a
&lt;br&gt;terminal, as in:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; mail -s test -m test &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=27207089&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;x2@...&lt;/a&gt; &amp;lt; input
&lt;br&gt;and	
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; cat input | mail -s test -m test &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=27207089&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;x2@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&amp;gt; perhaps there are multiple versions of &amp;quot;mail&amp;quot; ???
&lt;br&gt;&lt;br&gt;There is always a system version of mail, unless you explicitly
&lt;br&gt;override it when installing Mailutils. Some system may have several
&lt;br&gt;mail binaries (e.g. in /bin and in /usr/bin).
&lt;br&gt;&lt;br&gt;To verify that what you are using is a Mailutils implementation of mail,
&lt;br&gt;run `mail --version' and check its output. It must show:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;mail (GNU Mailutils 2.x)
&lt;br&gt;&amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;gt; is there a verbose mode - any way of seeing what's happening ?
&lt;br&gt;&lt;br&gt;Add 'set verbose' to the mailrc, or add
&lt;br&gt;&lt;br&gt;&amp;nbsp; --exec='set verbose'
&lt;br&gt;&lt;br&gt;to the mail's command line. &amp;nbsp;
&lt;br&gt;&lt;br&gt;&amp;gt; any way to send an email without user interaction ?
&lt;br&gt;&lt;br&gt;Make sure mail's standard input is not attached to a terminal.
&lt;br&gt;&lt;br&gt;&amp;gt; this warns about a &amp;quot;null message body&amp;quot; 
&lt;br&gt;&lt;br&gt;To suppress this message, set nonullbodymsg mail variable.
&lt;br&gt;&lt;br&gt;&amp;gt; (though i thought &amp;quot;-m&amp;quot; denoted it),
&lt;br&gt;&lt;br&gt;There is no such option in GNU mail.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Sergey
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Bug-mailutils mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=27207089&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Bug-mailutils@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/bug-mailutils&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/bug-mailutils&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---MailUtils---Bugs-f1734.html&quot; embed=&quot;fixTarget[1734]&quot; target=&quot;_top&quot; &gt;Gnu - MailUtils - Bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/can%27t-get-mail-to-stop-prompting-me-tp27206159p27207089.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-27206159</id>
	<title>can't get mail to stop prompting me</title>
	<published>2010-01-17T13:48:13Z</published>
	<updated>2010-01-17T13:48:13Z</updated>
	<author>
		<name>Mark Gilmore-3</name>
	</author>
	<content type="html">hi,
&lt;br&gt;i am trying to send an email:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; mail -s test -m test &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=27206159&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;x2@...&lt;/a&gt;
&lt;br&gt;but the pgm keeps prompting me and will not respond to a ctrl-d
&lt;br&gt;or any other key (just keeps inputing the keys).
&lt;br&gt;any idea ?
&lt;br&gt;&lt;br&gt;perhaps there are multiple versions of &amp;quot;mail&amp;quot; ???
&lt;br&gt;&lt;br&gt;is there a verbose mode - any way of seeing what's happening ?
&lt;br&gt;&lt;br&gt;any way to send an email without user interaction ?.
&lt;br&gt;this warns about a &amp;quot;null message body&amp;quot; (though i thought &amp;quot;-m&amp;quot; denoted it),
&lt;br&gt;but does not seem to do anything (can't really tell).
&lt;br&gt;&lt;br&gt;thanks,
&lt;br&gt;-- 
&lt;br&gt;Mark Gilmore
&lt;br&gt;&lt;a href=&quot;http://OmnipotenceSoftware.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://OmnipotenceSoftware.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Bug-mailutils mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=27206159&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Bug-mailutils@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/bug-mailutils&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/bug-mailutils&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---MailUtils---Bugs-f1734.html&quot; embed=&quot;fixTarget[1734]&quot; target=&quot;_top&quot; &gt;Gnu - MailUtils - Bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/can%27t-get-mail-to-stop-prompting-me-tp27206159p27206159.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26833665</id>
	<title>Re: failure to build on amd64 &amp; ia64</title>
	<published>2009-12-17T11:32:59Z</published>
	<updated>2009-12-17T11:32:59Z</updated>
	<author>
		<name>Jordi Mallach-5</name>
	</author>
	<content type="html">On Wed, Dec 16, 2009 at 07:13:32PM +0200, Sergey Poznyakoff wrote:
&lt;br&gt;&amp;gt; &amp;gt; I'll prepare a new upload with the two-hunk patch and see what happens.
&lt;br&gt;&amp;gt; OK, let me know if it works.
&lt;br&gt;&lt;br&gt;It worked like a charm; alpha and amd64 builds are successful, I still have
&lt;br&gt;no results for ia64.
&lt;br&gt;Thanks a lot, Sergey!
&lt;br&gt;&lt;br&gt;Jordi
&lt;br&gt;-- 
&lt;br&gt;Jordi Mallach Pérez &amp;nbsp;-- &amp;nbsp;Debian developer &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://www.debian.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.debian.org/&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26833665&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jordi@...&lt;/a&gt; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26833665&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jordi@...&lt;/a&gt; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://www.sindominio.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.sindominio.net/&lt;/a&gt;&lt;br&gt;GnuPG public key information available at &lt;a href=&quot;http://oskuro.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://oskuro.net/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Bug-mailutils mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26833665&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Bug-mailutils@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/bug-mailutils&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/bug-mailutils&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---MailUtils---Bugs-f1734.html&quot; embed=&quot;fixTarget[1734]&quot; target=&quot;_top&quot; &gt;Gnu - MailUtils - Bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/failure-to-build-on-amd64---ia64-tp26137973p26833665.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26818100</id>
	<title>Re: alias command in .mailrc causing segfault</title>
	<published>2009-12-16T12:39:01Z</published>
	<updated>2009-12-16T12:39:01Z</updated>
	<author>
		<name>David Trammell</name>
	</author>
	<content type="html">Ah, I don't usually compile from source. &amp;nbsp;Ok, everything seems to be working 
&lt;br&gt;now. &amp;nbsp;The segfault no longer occurs.
&lt;br&gt;&lt;br&gt;Thanks for all the help guys!
&lt;br&gt;&lt;br&gt;David
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;----- Original Message ----- 
&lt;br&gt;From: &amp;quot;Sergey Poznyakoff&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26818100&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gray@...&lt;/a&gt;&amp;gt;
&lt;br&gt;To: &amp;quot;David Trammell&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26818100&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;davidst@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Cc: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26818100&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bug-mailutils@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Sent: Wednesday, December 16, 2009 12:33 PM
&lt;br&gt;Subject: Re: [bug-mailutils] alias command in .mailrc causing segfault
&lt;br&gt;&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; David Trammell &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26818100&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;davidst@...&lt;/a&gt;&amp;gt; ha escrit:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; mail: error while loading shared libraries: libmu_cfg.so.0: cannot
&lt;br&gt;&amp;gt;&amp;gt; open shared object file: No such file or directory
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Haven't you forgot to run ldconfig after doing make install?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt; Sergey
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Bug-mailutils mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26818100&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Bug-mailutils@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/bug-mailutils&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/bug-mailutils&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---MailUtils---Bugs-f1734.html&quot; embed=&quot;fixTarget[1734]&quot; target=&quot;_top&quot; &gt;Gnu - MailUtils - Bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/failure-to-build-on-amd64---ia64-tp26137973p26818100.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26816121</id>
	<title>Re: alias command in .mailrc causing segfault</title>
	<published>2009-12-16T10:33:08Z</published>
	<updated>2009-12-16T10:33:08Z</updated>
	<author>
		<name>Sergey Poznyakoff-2</name>
	</author>
	<content type="html">David Trammell &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26816121&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;davidst@...&lt;/a&gt;&amp;gt; ha escrit:
&lt;br&gt;&lt;br&gt;&amp;gt; mail: error while loading shared libraries: libmu_cfg.so.0: cannot
&lt;br&gt;&amp;gt; open shared object file: No such file or directory
&lt;br&gt;&lt;br&gt;Haven't you forgot to run ldconfig after doing make install?
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Sergey
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Bug-mailutils mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26816121&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Bug-mailutils@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/bug-mailutils&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/bug-mailutils&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---MailUtils---Bugs-f1734.html&quot; embed=&quot;fixTarget[1734]&quot; target=&quot;_top&quot; &gt;Gnu - MailUtils - Bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/failure-to-build-on-amd64---ia64-tp26137973p26816121.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26815913</id>
	<title>Re: alias command in .mailrc causing segfault</title>
	<published>2009-12-16T10:17:43Z</published>
	<updated>2009-12-16T10:17:43Z</updated>
	<author>
		<name>David Trammell</name>
	</author>
	<content type="html">Ok, it does compile now without error (although a few warnings), but I get 
&lt;br&gt;this when running mail:
&lt;br&gt;&lt;br&gt;mail: error while loading shared libraries: libmu_cfg.so.0: cannot open 
&lt;br&gt;shared object file: No such file or directory
&lt;br&gt;&lt;br&gt;&lt;br&gt;----- Original Message ----- 
&lt;br&gt;From: &amp;quot;Sergey Poznyakoff&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26815913&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gray@...&lt;/a&gt;&amp;gt;
&lt;br&gt;To: &amp;quot;David Trammell&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26815913&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;davidst@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Cc: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26815913&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bug-mailutils@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Sent: Wednesday, December 16, 2009 12:07 PM
&lt;br&gt;Subject: Re: [bug-mailutils] alias command in .mailrc causing segfault
&lt;br&gt;&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; The only error I see is: &amp;nbsp; table.c:126: error: âmailvar_set_complâ
&lt;br&gt;&amp;gt;&amp;gt; undeclared here (not in a function)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Here's the fix:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://lists.gnu.org/archive/html/bug-mailutils/2009-09/msg00004.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/archive/html/bug-mailutils/2009-09/msg00004.html&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Let me know if you encounter any more problems.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt; Sergey
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Bug-mailutils mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26815913&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Bug-mailutils@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/bug-mailutils&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/bug-mailutils&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---MailUtils---Bugs-f1734.html&quot; embed=&quot;fixTarget[1734]&quot; target=&quot;_top&quot; &gt;Gnu - MailUtils - Bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/failure-to-build-on-amd64---ia64-tp26137973p26815913.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26815705</id>
	<title>Re: alias command in .mailrc causing segfault</title>
	<published>2009-12-16T10:07:07Z</published>
	<updated>2009-12-16T10:07:07Z</updated>
	<author>
		<name>Sergey Poznyakoff-2</name>
	</author>
	<content type="html">&lt;br&gt;&amp;gt; The only error I see is: &amp;nbsp; table.c:126: error: âmailvar_set_complâ
&lt;br&gt;&amp;gt; undeclared here (not in a function)
&lt;br&gt;&lt;br&gt;Here's the fix:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/archive/html/bug-mailutils/2009-09/msg00004.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/archive/html/bug-mailutils/2009-09/msg00004.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;Let me know if you encounter any more problems.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Sergey
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Bug-mailutils mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26815705&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Bug-mailutils@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/bug-mailutils&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/bug-mailutils&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---MailUtils---Bugs-f1734.html&quot; embed=&quot;fixTarget[1734]&quot; target=&quot;_top&quot; &gt;Gnu - MailUtils - Bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/failure-to-build-on-amd64---ia64-tp26137973p26815705.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26815503</id>
	<title>Re: alias command in .mailrc causing segfault</title>
	<published>2009-12-16T09:47:04Z</published>
	<updated>2009-12-16T09:47:04Z</updated>
	<author>
		<name>David Trammell</name>
	</author>
	<content type="html">*sorry, looks like I hadn't sent those output files yet. &amp;nbsp;Here they are*
&lt;br&gt;&lt;br&gt;I have applied this patch as well since I'm building for an amd64 system. &amp;nbsp;I 
&lt;br&gt;installed into an alternate location and I don't even see a &amp;quot;mail&amp;quot; binary 
&lt;br&gt;(which I assume would be necessary to replace the one that was causing a 
&lt;br&gt;segmentation fault).
&lt;br&gt;&lt;br&gt;The only error I see is: &amp;nbsp; table.c:126: error: âmailvar_set_complâ 
&lt;br&gt;undeclared here (not in a function)
&lt;br&gt;&lt;br&gt;This appears in the std error for the make commands, but not in the std 
&lt;br&gt;output.
&lt;br&gt;&lt;br&gt;David
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;----- Original Message ----- 
&lt;br&gt;From: &amp;quot;Sergey Poznyakoff&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26815503&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gray@...&lt;/a&gt;&amp;gt;
&lt;br&gt;To: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26815503&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bug-mailutils@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Sent: Wednesday, December 16, 2009 11:13 AM
&lt;br&gt;Subject: Re: [bug-mailutils] failure to build on amd64 &amp; ia64
&lt;br&gt;&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Jordi Mallach &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26815503&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jordi@...&lt;/a&gt;&amp;gt; ha escrit:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Do you recommend I apply the whole 
&lt;br&gt;&amp;gt;&amp;gt; a600395e1fe66e0a116827f17f9bd864d4554585
&lt;br&gt;&amp;gt;&amp;gt; changeset?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; It does not contain anything critical (apart from the fetch.c changes),
&lt;br&gt;&amp;gt; so it is up to you to decide.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I'll prepare a new upload with the two-hunk patch and see what happens.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; OK, let me know if it works.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt; Sergey
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Bug-mailutils mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26815503&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Bug-mailutils@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/bug-mailutils&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/bug-mailutils&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;checking for a BSD-compatible install... /usr/bin/install -c
&lt;br&gt;checking whether build environment is sane... yes
&lt;br&gt;checking for a thread-safe mkdir -p... /bin/mkdir -p
&lt;br&gt;checking for gawk... no
&lt;br&gt;checking for mawk... mawk
&lt;br&gt;checking whether make sets $(MAKE)... yes
&lt;br&gt;checking build system type... x86_64-unknown-linux-gnu
&lt;br&gt;checking host system type... x86_64-unknown-linux-gnu
&lt;br&gt;configure: autobuild project... GNU Mailutils
&lt;br&gt;configure: autobuild revision... 2.1
&lt;br&gt;configure: autobuild hostname... csc.lsu.edu
&lt;br&gt;configure: autobuild timestamp... 20091216T164406Z
&lt;br&gt;checking for gcc... gcc
&lt;br&gt;checking for C compiler default output file name... a.out
&lt;br&gt;checking whether the C compiler works... yes
&lt;br&gt;checking whether we are cross compiling... no
&lt;br&gt;checking for suffix of executables... 
&lt;br&gt;checking for suffix of object files... o
&lt;br&gt;checking whether we are using the GNU C compiler... yes
&lt;br&gt;checking whether gcc accepts -g... yes
&lt;br&gt;checking for gcc option to accept ISO C89... none needed
&lt;br&gt;checking for style of include used by make... GNU
&lt;br&gt;checking dependency style of gcc... gcc3
&lt;br&gt;checking whether gcc and cc understand -c and -o together... yes
&lt;br&gt;checking for ranlib... ranlib
&lt;br&gt;checking how to run the C preprocessor... gcc -E
&lt;br&gt;checking for grep that handles long lines and -e... /bin/grep
&lt;br&gt;checking for egrep... /bin/grep -E
&lt;br&gt;checking for ANSI C header files... yes
&lt;br&gt;checking for sys/types.h... yes
&lt;br&gt;checking for sys/stat.h... yes
&lt;br&gt;checking for stdlib.h... yes
&lt;br&gt;checking for string.h... yes
&lt;br&gt;checking for memory.h... yes
&lt;br&gt;checking for strings.h... yes
&lt;br&gt;checking for inttypes.h... yes
&lt;br&gt;checking for stdint.h... yes
&lt;br&gt;checking for unistd.h... yes
&lt;br&gt;checking minix/config.h usability... no
&lt;br&gt;checking minix/config.h presence... no
&lt;br&gt;checking for minix/config.h... no
&lt;br&gt;checking whether it is safe to define __EXTENSIONS__... yes
&lt;br&gt;checking for _LARGEFILE_SOURCE value needed for large files... no
&lt;br&gt;configure: autobuild project... GNU Mailutils
&lt;br&gt;configure: autobuild revision... 2.1
&lt;br&gt;configure: autobuild hostname... csc.lsu.edu
&lt;br&gt;configure: autobuild timestamp... 20091216T164407Z
&lt;br&gt;checking for g++... g++
&lt;br&gt;checking whether we are using the GNU C++ compiler... yes
&lt;br&gt;checking whether g++ accepts -g... yes
&lt;br&gt;checking dependency style of g++... gcc3
&lt;br&gt;checking for a BSD-compatible install... /usr/bin/install -c
&lt;br&gt;checking whether ln -s works... yes
&lt;br&gt;checking for a sed that does not truncate output... /bin/sed
&lt;br&gt;checking for fgrep... /bin/grep -F
&lt;br&gt;checking for ld used by gcc... /usr/bin/ld
&lt;br&gt;checking if the linker (/usr/bin/ld) is GNU ld... yes
&lt;br&gt;checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
&lt;br&gt;checking the name lister (/usr/bin/nm -B) interface... BSD nm
&lt;br&gt;checking the maximum length of command line arguments... 98304
&lt;br&gt;checking whether the shell understands some XSI constructs... yes
&lt;br&gt;checking whether the shell understands &amp;quot;+=&amp;quot;... yes
&lt;br&gt;checking for /usr/bin/ld option to reload object files... -r
&lt;br&gt;checking how to recognize dependent libraries... pass_all
&lt;br&gt;checking for ar... ar
&lt;br&gt;checking for strip... strip
&lt;br&gt;checking for ranlib... (cached) ranlib
&lt;br&gt;checking command to parse /usr/bin/nm -B output from gcc object... ok
&lt;br&gt;checking for dlfcn.h... yes
&lt;br&gt;checking whether we are using the GNU C++ compiler... (cached) yes
&lt;br&gt;checking whether g++ accepts -g... (cached) yes
&lt;br&gt;checking dependency style of g++... (cached) gcc3
&lt;br&gt;checking how to run the C++ preprocessor... g++ -E
&lt;br&gt;checking for objdir... .libs
&lt;br&gt;checking if gcc supports -fno-rtti -fno-exceptions... no
&lt;br&gt;checking for gcc option to produce PIC... -fPIC -DPIC
&lt;br&gt;checking if gcc PIC flag -fPIC -DPIC works... yes
&lt;br&gt;checking if gcc static flag -static works... yes
&lt;br&gt;checking if gcc supports -c -o file.o... yes
&lt;br&gt;checking if gcc supports -c -o file.o... (cached) yes
&lt;br&gt;checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
&lt;br&gt;checking whether -lc should be explicitly linked in... no
&lt;br&gt;checking dynamic linker characteristics... GNU/Linux ld.so
&lt;br&gt;checking how to hardcode library paths into programs... immediate
&lt;br&gt;checking for shl_load... no
&lt;br&gt;checking for shl_load in -ldld... no
&lt;br&gt;checking for dlopen... no
&lt;br&gt;checking for dlopen in -ldl... yes
&lt;br&gt;checking whether a program can dlopen itself... yes
&lt;br&gt;checking whether a statically linked program can dlopen itself... no
&lt;br&gt;checking whether stripping libraries is possible... yes
&lt;br&gt;checking if libtool supports shared libraries... yes
&lt;br&gt;checking whether to build shared libraries... yes
&lt;br&gt;checking whether to build static libraries... yes
&lt;br&gt;checking for ld used by g++... /usr/bin/ld -m elf_x86_64
&lt;br&gt;checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
&lt;br&gt;checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
&lt;br&gt;checking for g++ option to produce PIC... -fPIC -DPIC
&lt;br&gt;checking if g++ PIC flag -fPIC -DPIC works... yes
&lt;br&gt;checking if g++ static flag -static works... yes
&lt;br&gt;checking if g++ supports -c -o file.o... yes
&lt;br&gt;checking if g++ supports -c -o file.o... (cached) yes
&lt;br&gt;checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
&lt;br&gt;checking dynamic linker characteristics... GNU/Linux ld.so
&lt;br&gt;checking how to hardcode library paths into programs... immediate
&lt;br&gt;checking for bison... no
&lt;br&gt;checking for byacc... no
&lt;br&gt;checking for flex... no
&lt;br&gt;checking for lex... no
&lt;br&gt;checking whether NLS is requested... yes
&lt;br&gt;checking for msgfmt... no
&lt;br&gt;checking for gmsgfmt... :
&lt;br&gt;checking for xgettext... no
&lt;br&gt;checking for msgmerge... no
&lt;br&gt;checking for ld used by GCC... /usr/bin/ld -m elf_x86_64
&lt;br&gt;checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
&lt;br&gt;checking for shared library run path origin... done
&lt;br&gt;checking for CFPreferencesCopyAppValue... no
&lt;br&gt;checking for CFLocaleCopyCurrent... no
&lt;br&gt;checking for GNU gettext in libc... yes
&lt;br&gt;checking whether to use NLS... yes
&lt;br&gt;checking where the gettext function comes from... libc
&lt;br&gt;checking for iconv... yes
&lt;br&gt;checking for working iconv... yes
&lt;br&gt;checking for iconv declaration... 
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
&lt;br&gt;checking iconv.h usability... yes
&lt;br&gt;checking iconv.h presence... yes
&lt;br&gt;checking for iconv.h... yes
&lt;br&gt;checking for iconv_t... yes
&lt;br&gt;checking for special C compiler options needed for large files... no
&lt;br&gt;checking for _FILE_OFFSET_BITS value needed for large files... no
&lt;br&gt;checking for working alloca.h... yes
&lt;br&gt;checking for alloca... yes
&lt;br&gt;checking for inline... inline
&lt;br&gt;checking for C/C++ restrict keyword... __restrict
&lt;br&gt;checking whether getenv is declared... yes
&lt;br&gt;checking whether clearerr_unlocked is declared... yes
&lt;br&gt;checking whether feof_unlocked is declared... yes
&lt;br&gt;checking whether ferror_unlocked is declared... yes
&lt;br&gt;checking whether fflush_unlocked is declared... yes
&lt;br&gt;checking whether fgets_unlocked is declared... yes
&lt;br&gt;checking whether fputc_unlocked is declared... yes
&lt;br&gt;checking whether fputs_unlocked is declared... yes
&lt;br&gt;checking whether fread_unlocked is declared... yes
&lt;br&gt;checking whether fwrite_unlocked is declared... yes
&lt;br&gt;checking whether getc_unlocked is declared... yes
&lt;br&gt;checking whether getchar_unlocked is declared... yes
&lt;br&gt;checking whether putc_unlocked is declared... yes
&lt;br&gt;checking whether putchar_unlocked is declared... yes
&lt;br&gt;checking for flockfile... yes
&lt;br&gt;checking for funlockfile... yes
&lt;br&gt;checking for __fsetlocking... yes
&lt;br&gt;checking for tcgetattr... yes
&lt;br&gt;checking for tcsetattr... yes
&lt;br&gt;checking for mbsinit... yes
&lt;br&gt;checking for mbrtowc... yes
&lt;br&gt;checking for isascii... yes
&lt;br&gt;checking for mprotect... yes
&lt;br&gt;checking for setenv... yes
&lt;br&gt;checking for vasnprintf... no
&lt;br&gt;checking for iswcntrl... yes
&lt;br&gt;checking for wcwidth... yes
&lt;br&gt;checking features.h usability... yes
&lt;br&gt;checking features.h presence... yes
&lt;br&gt;checking for features.h... yes
&lt;br&gt;checking linewrap.h usability... no
&lt;br&gt;checking linewrap.h presence... no
&lt;br&gt;checking for linewrap.h... no
&lt;br&gt;checking errno.h usability... yes
&lt;br&gt;checking errno.h presence... yes
&lt;br&gt;checking for errno.h... yes
&lt;br&gt;checking float.h usability... yes
&lt;br&gt;checking float.h presence... yes
&lt;br&gt;checking for float.h... yes
&lt;br&gt;checking stdio_ext.h usability... yes
&lt;br&gt;checking stdio_ext.h presence... yes
&lt;br&gt;checking for stdio_ext.h... yes
&lt;br&gt;checking termios.h usability... yes
&lt;br&gt;checking termios.h presence... yes
&lt;br&gt;checking for termios.h... yes
&lt;br&gt;checking wchar.h usability... yes
&lt;br&gt;checking wchar.h presence... yes
&lt;br&gt;checking for wchar.h... yes
&lt;br&gt;checking sys/mman.h usability... yes
&lt;br&gt;checking sys/mman.h presence... yes
&lt;br&gt;checking for sys/mman.h... yes
&lt;br&gt;checking for unistd.h... (cached) yes
&lt;br&gt;checking stddef.h usability... yes
&lt;br&gt;checking stddef.h presence... yes
&lt;br&gt;checking for stddef.h... yes
&lt;br&gt;checking for stdint.h... (cached) yes
&lt;br&gt;checking stdio.h usability... yes
&lt;br&gt;checking stdio.h presence... yes
&lt;br&gt;checking for stdio.h... yes
&lt;br&gt;checking for stdlib.h... (cached) yes
&lt;br&gt;checking sys/socket.h usability... yes
&lt;br&gt;checking sys/socket.h presence... yes
&lt;br&gt;checking for sys/socket.h... yes
&lt;br&gt;checking for string.h... (cached) yes
&lt;br&gt;checking for strings.h... (cached) yes
&lt;br&gt;checking sysexits.h usability... yes
&lt;br&gt;checking sysexits.h presence... yes
&lt;br&gt;checking for sysexits.h... yes
&lt;br&gt;checking wctype.h usability... yes
&lt;br&gt;checking wctype.h presence... yes
&lt;br&gt;checking for wctype.h... yes
&lt;br&gt;checking whether system is Windows or MSDOS... no
&lt;br&gt;checking whether // is distinct from /... no
&lt;br&gt;checking whether the preprocessor supports include_next... yes
&lt;br&gt;checking for complete errno.h... yes
&lt;br&gt;checking whether strerror_r is declared... yes
&lt;br&gt;checking for strerror_r... yes
&lt;br&gt;checking whether strerror_r returns char *... yes
&lt;br&gt;checking whether stdin defaults to large file offsets... yes
&lt;br&gt;checking whether getdelim is declared... yes
&lt;br&gt;checking whether getline is declared... yes
&lt;br&gt;checking getopt.h usability... yes
&lt;br&gt;checking getopt.h presence... yes
&lt;br&gt;checking for getopt.h... yes
&lt;br&gt;checking for getopt_long_only... yes
&lt;br&gt;checking whether getopt is POSIX compatible... yes
&lt;br&gt;checking for working GNU getopt function... yes
&lt;br&gt;checking whether getpass is declared... yes
&lt;br&gt;checking whether flockfile is declared... yes
&lt;br&gt;checking whether funlockfile is declared... yes
&lt;br&gt;checking for off_t... yes
&lt;br&gt;checking for nl_langinfo and CODESET... yes
&lt;br&gt;checking whether we are using the GNU C Library 2.1 or newer... yes
&lt;br&gt;checking whether malloc, realloc, calloc are POSIX compliant... yes
&lt;br&gt;checking for stdlib.h... (cached) yes
&lt;br&gt;checking for GNU libc compatible malloc... yes
&lt;br&gt;checking for long long int... yes
&lt;br&gt;checking for mbstate_t... yes
&lt;br&gt;checking for a traditional japanese locale... none
&lt;br&gt;checking for a transitional chinese locale... none
&lt;br&gt;checking for a french Unicode locale... none
&lt;br&gt;checking for mmap... yes
&lt;br&gt;checking for MAP_ANONYMOUS... yes
&lt;br&gt;checking for memchr... yes
&lt;br&gt;checking whether memchr works... yes
&lt;br&gt;checking whether snprintf is declared... yes
&lt;br&gt;checking for stdbool.h that conforms to C99... yes
&lt;br&gt;checking for _Bool... yes
&lt;br&gt;checking for wchar_t... yes
&lt;br&gt;checking for unsigned long long int... yes
&lt;br&gt;checking for working strerror function... yes
&lt;br&gt;checking whether strndup is declared... yes
&lt;br&gt;checking whether strnlen is declared... yes
&lt;br&gt;checking whether strtok_r is declared... yes
&lt;br&gt;checking for wint_t... yes
&lt;br&gt;checking for size_t... yes
&lt;br&gt;checking for inttypes.h... yes
&lt;br&gt;checking for stdint.h... yes
&lt;br&gt;checking for intmax_t... yes
&lt;br&gt;checking for snprintf... yes
&lt;br&gt;checking for strnlen... yes
&lt;br&gt;checking for wcslen... yes
&lt;br&gt;checking for wcsnlen... yes
&lt;br&gt;checking for mbrtowc... (cached) yes
&lt;br&gt;checking for wcrtomb... yes
&lt;br&gt;checking whether _snprintf is declared... no
&lt;br&gt;checking whether vsnprintf is declared... yes
&lt;br&gt;checking for alloca as a compiler built-in... yes
&lt;br&gt;checking whether program_invocation_name is declared... yes
&lt;br&gt;checking whether program_invocation_short_name is declared... yes
&lt;br&gt;checking whether program_invocation_name is defined... yes
&lt;br&gt;checking whether program_invocation_short_name is defined... yes
&lt;br&gt;checking whether // is distinct from /... (cached) no
&lt;br&gt;checking if environ is properly declared... yes
&lt;br&gt;checking for error_at_line... yes
&lt;br&gt;checking for fseeko... yes
&lt;br&gt;checking for getdelim... yes
&lt;br&gt;checking for getline... yes
&lt;br&gt;checking for working getline function... yes
&lt;br&gt;checking for getpagesize... yes
&lt;br&gt;checking whether __fsetlocking is declared... yes
&lt;br&gt;checking whether the compiler generally respects inline... yes
&lt;br&gt;checking whether lseek detects pipes... yes
&lt;br&gt;checking for stdlib.h... (cached) yes
&lt;br&gt;checking for GNU libc compatible malloc... (cached) yes
&lt;br&gt;checking whether mbrtowc handles incomplete characters... guessing yes
&lt;br&gt;checking whether mbrtowc works as well as mbtowc... guessing yes
&lt;br&gt;checking whether mbrtowc handles a NULL string argument... guessing yes
&lt;br&gt;checking whether mbrtowc has a correct return value... guessing yes
&lt;br&gt;checking whether mbrtowc returns 0 when parsing a NUL character... guessing yes
&lt;br&gt;checking whether mbrtowc handles incomplete characters... (cached) guessing yes
&lt;br&gt;checking whether mbrtowc works as well as mbtowc... (cached) guessing yes
&lt;br&gt;checking whether mbswidth is declared in &amp;lt;wchar.h&amp;gt;... no
&lt;br&gt;checking for mbstate_t... (cached) yes
&lt;br&gt;checking for mempcpy... yes
&lt;br&gt;checking for obstacks... yes
&lt;br&gt;checking for rawmemchr... yes
&lt;br&gt;checking for stdlib.h... (cached) yes
&lt;br&gt;checking for GNU libc compatible realloc... yes
&lt;br&gt;checking for stdint.h... (cached) yes
&lt;br&gt;checking for SIZE_MAX... yes
&lt;br&gt;checking whether sleep is declared... yes
&lt;br&gt;checking for snprintf... (cached) yes
&lt;br&gt;checking whether snprintf respects a size of 1... yes
&lt;br&gt;checking whether NULL can be used in arbitrary expressions... yes
&lt;br&gt;checking whether stdint.h conforms to C99... yes
&lt;br&gt;checking for random.h... no
&lt;br&gt;checking for struct random_data... yes
&lt;br&gt;checking for strcasecmp... yes
&lt;br&gt;checking for strncasecmp... yes
&lt;br&gt;checking whether strncasecmp is declared... yes
&lt;br&gt;checking for strchrnul... yes
&lt;br&gt;checking for working strndup... yes
&lt;br&gt;checking for working strnlen... yes
&lt;br&gt;checking for strtok_r... yes
&lt;br&gt;checking whether strtok_r works... no
&lt;br&gt;checking for ptrdiff_t... yes
&lt;br&gt;checking for vasprintf... yes
&lt;br&gt;checking for vsnprintf... yes
&lt;br&gt;checking whether snprintf respects a size of 1... (cached) yes
&lt;br&gt;checking whether &amp;lt;wchar.h&amp;gt; is standalone... yes
&lt;br&gt;checking whether iswcntrl works... yes
&lt;br&gt;checking whether wcwidth is declared... yes
&lt;br&gt;checking whether wcwidth works reasonably in UTF-8 locales... yes
&lt;br&gt;checking for stdint.h... (cached) yes
&lt;br&gt;checking for res_query in -lresolv... no
&lt;br&gt;checking for lt_dlinit in -lltdl... no
&lt;br&gt;checking for main in -lwrap... no
&lt;br&gt;checking for main in -lnsl... yes
&lt;br&gt;checking tcpd.h usability... no
&lt;br&gt;checking tcpd.h presence... no
&lt;br&gt;checking for tcpd.h... no
&lt;br&gt;checking whether to use GNU SASL library... no
&lt;br&gt;checking gnutls/gnutls.h usability... no
&lt;br&gt;checking gnutls/gnutls.h presence... no
&lt;br&gt;checking for gnutls/gnutls.h... no
&lt;br&gt;checking whether to use TLS libraries... no
&lt;br&gt;checking paths.h usability... yes
&lt;br&gt;checking paths.h presence... yes
&lt;br&gt;checking for paths.h... yes
&lt;br&gt;checking for value of PATH_SENDMAIL... from _PATH_SENDMAIL in &amp;lt;paths.h&amp;gt;
&lt;br&gt;checking for value of PATH_MAILDIR... from _PATH_MAILDIR in &amp;lt;paths.h&amp;gt;
&lt;br&gt;checking for value of PATH_DEV... from _PATH_DEV in &amp;lt;paths.h&amp;gt;
&lt;br&gt;checking for value of PATH_TTY_PFX... from _PATH_DEV in &amp;lt;paths.h&amp;gt;
&lt;br&gt;checking for value of PATH_DEVNULL... from _PATH_DEVNULL in &amp;lt;paths.h&amp;gt;
&lt;br&gt;checking for value of PATH_UTMP... from _PATH_UTMP in &amp;lt;paths.h&amp;gt;
&lt;br&gt;checking for value of PATH_UTMPX... from _PATH_UTMPX in &amp;lt;utmpx.h&amp;gt;
&lt;br&gt;checking for value of PATH_WTMP... from _PATH_WTMP in &amp;lt;paths.h&amp;gt;
&lt;br&gt;checking for value of PATH_TTY... from _PATH_TTY in &amp;lt;paths.h&amp;gt;
&lt;br&gt;checking for log facility... LOG_MAIL
&lt;br&gt;checking for ANSI C header files... (cached) yes
&lt;br&gt;checking for dirent.h that defines DIR... yes
&lt;br&gt;checking for library containing opendir... none required
&lt;br&gt;checking for errno.h... (cached) yes
&lt;br&gt;checking fcntl.h usability... yes
&lt;br&gt;checking fcntl.h presence... yes
&lt;br&gt;checking for fcntl.h... yes
&lt;br&gt;checking for inttypes.h... (cached) yes
&lt;br&gt;checking libgen.h usability... yes
&lt;br&gt;checking libgen.h presence... yes
&lt;br&gt;checking for libgen.h... yes
&lt;br&gt;checking limits.h usability... yes
&lt;br&gt;checking limits.h presence... yes
&lt;br&gt;checking for limits.h... yes
&lt;br&gt;checking malloc.h usability... yes
&lt;br&gt;checking malloc.h presence... yes
&lt;br&gt;checking for malloc.h... yes
&lt;br&gt;checking obstack.h usability... yes
&lt;br&gt;checking obstack.h presence... yes
&lt;br&gt;checking for obstack.h... yes
&lt;br&gt;checking for paths.h... (cached) yes
&lt;br&gt;checking shadow.h usability... yes
&lt;br&gt;checking shadow.h presence... yes
&lt;br&gt;checking for shadow.h... yes
&lt;br&gt;checking socket.h usability... no
&lt;br&gt;checking socket.h presence... no
&lt;br&gt;checking for socket.h... no
&lt;br&gt;checking for sys/socket.h... (cached) yes
&lt;br&gt;checking stdarg.h usability... yes
&lt;br&gt;checking stdarg.h presence... yes
&lt;br&gt;checking for stdarg.h... yes
&lt;br&gt;checking for stdio.h... (cached) yes
&lt;br&gt;checking for stdlib.h... (cached) yes
&lt;br&gt;checking for string.h... (cached) yes
&lt;br&gt;checking for strings.h... (cached) yes
&lt;br&gt;checking sys/file.h usability... yes
&lt;br&gt;checking sys/file.h presence... yes
&lt;br&gt;checking for sys/file.h... yes
&lt;br&gt;checking for sysexits.h... (cached) yes
&lt;br&gt;checking syslog.h usability... yes
&lt;br&gt;checking syslog.h presence... yes
&lt;br&gt;checking for syslog.h... yes
&lt;br&gt;checking termcap.h usability... no
&lt;br&gt;checking termcap.h presence... no
&lt;br&gt;checking for termcap.h... no
&lt;br&gt;checking for termios.h... (cached) yes
&lt;br&gt;checking termio.h usability... yes
&lt;br&gt;checking termio.h presence... yes
&lt;br&gt;checking for termio.h... yes
&lt;br&gt;checking sgtty.h usability... yes
&lt;br&gt;checking sgtty.h presence... yes
&lt;br&gt;checking for sgtty.h... yes
&lt;br&gt;checking utmp.h usability... yes
&lt;br&gt;checking utmp.h presence... yes
&lt;br&gt;checking for utmp.h... yes
&lt;br&gt;checking utmpx.h usability... yes
&lt;br&gt;checking utmpx.h presence... yes
&lt;br&gt;checking for utmpx.h... yes
&lt;br&gt;checking for unistd.h... (cached) yes
&lt;br&gt;checking for wchar.h... (cached) yes
&lt;br&gt;checking for an ANSI C-conforming const... yes
&lt;br&gt;checking for uid_t in sys/types.h... yes
&lt;br&gt;checking for mode_t... yes
&lt;br&gt;checking for off_t... (cached) yes
&lt;br&gt;checking for pid_t... yes
&lt;br&gt;checking for size_t... (cached) yes
&lt;br&gt;checking for ssize_t... yes
&lt;br&gt;checking return type of signal handlers... void
&lt;br&gt;checking whether sys_siglist is declared... yes
&lt;br&gt;checking whether struct tm is in sys/time.h or time.h... time.h
&lt;br&gt;checking for struct tm.tm_zone... yes
&lt;br&gt;checking for ino_t... yes
&lt;br&gt;checking for dev_t... yes
&lt;br&gt;checking for socklen_t... yes
&lt;br&gt;checking for long long... yes
&lt;br&gt;checking for long double... yes
&lt;br&gt;checking whether struct tm is in sys/time.h or time.h... (cached) time.h
&lt;br&gt;checking for struct tm.tm_zone... (cached) yes
&lt;br&gt;checking for struct tm.tm_gmtoff... yes
&lt;br&gt;checking for struct tm.tm_isdst... yes
&lt;br&gt;checking size of off_t... 8
&lt;br&gt;checking size of long... 8
&lt;br&gt;checking size of long long... 8
&lt;br&gt;checking for stdlib.h... (cached) yes
&lt;br&gt;checking for unistd.h... (cached) yes
&lt;br&gt;checking for getpagesize... (cached) yes
&lt;br&gt;checking for working mmap... yes
&lt;br&gt;checking whether strtok_r is declared... (cached) yes
&lt;br&gt;checking whether strchrnul is declared... yes
&lt;br&gt;checking whether strndup is declared... (cached) yes
&lt;br&gt;checking whether asprintf is declared... yes
&lt;br&gt;checking whether vasprintf is declared... yes
&lt;br&gt;checking whether strsignal is declared... yes
&lt;br&gt;checking whether environ is declared... yes
&lt;br&gt;checking for mkstemp... yes
&lt;br&gt;checking for sigaction... yes
&lt;br&gt;checking for sysconf... yes
&lt;br&gt;checking for getdelim... (cached) yes
&lt;br&gt;checking for setreuid... yes
&lt;br&gt;checking for setresuid... yes
&lt;br&gt;checking for seteuid... yes
&lt;br&gt;checking for setlocale... yes
&lt;br&gt;checking for vfork... yes
&lt;br&gt;checking for _exit... yes
&lt;br&gt;checking for _LARGEFILE_SOURCE value needed for large files... (cached) no
&lt;br&gt;checking for fgetpwent... yes
&lt;br&gt;checking for utmp.h... (cached) yes
&lt;br&gt;checking for getutent... yes
&lt;br&gt;checking for wcwidth... (cached) yes
&lt;br&gt;checking fribidi/fribidi.h usability... no
&lt;br&gt;checking fribidi/fribidi.h presence... no
&lt;br&gt;checking for fribidi/fribidi.h... no
&lt;br&gt;checking for ldap_bind in -lldap... no
&lt;br&gt;checking radius/radius.h usability... no
&lt;br&gt;checking radius/radius.h presence... no
&lt;br&gt;checking for radius/radius.h... no
&lt;br&gt;checking security/pam_appl.h usability... no
&lt;br&gt;checking security/pam_appl.h presence... no
&lt;br&gt;checking for security/pam_appl.h... no
&lt;br&gt;checking crypt.h usability... yes
&lt;br&gt;checking crypt.h presence... yes
&lt;br&gt;checking for crypt.h... yes
&lt;br&gt;checking whether crypt is declared... yes
&lt;br&gt;checking for crypt in -lcrypt... yes
&lt;br&gt;checking for pthread_cancel in -lpthread... yes
&lt;br&gt;checking pthread.h usability... yes
&lt;br&gt;checking pthread.h presence... yes
&lt;br&gt;checking for pthread.h... yes
&lt;br&gt;checking for pthread_rwlock_init... yes
&lt;br&gt;checking for gethostbyname... yes
&lt;br&gt;checking for socket... yes
&lt;br&gt;checking for tputs in -lncurses... no
&lt;br&gt;checking for tputs in -lcurses... no
&lt;br&gt;checking for tputs in -ltermcap... no
&lt;br&gt;checking for readline in -lreadline... no
&lt;br&gt;checking for guile-config... no
&lt;br&gt;checking for emacs... emacs
&lt;br&gt;checking where .elc files should go... ${datarootdir}/emacs/site-lisp
&lt;br&gt;checking for a Python interpreter with version &amp;gt;= 2.5.0... python
&lt;br&gt;checking for python... /usr/bin/python
&lt;br&gt;checking for python version... 2.5
&lt;br&gt;checking for python platform... linux2
&lt;br&gt;checking for python script directory... ${prefix}/lib/python2.5/site-packages
&lt;br&gt;checking for python extension module directory... ${exec_prefix}/lib/python2.5/site-packages
&lt;br&gt;checking for python-config... no
&lt;br&gt;configure: creating ./config.status
&lt;br&gt;config.status: creating include/confpaths.h
&lt;br&gt;config.status: creating Makefile
&lt;br&gt;config.status: creating sql/Makefile
&lt;br&gt;config.status: creating comsat/Makefile
&lt;br&gt;config.status: creating config/Makefile
&lt;br&gt;config.status: creating doc/Makefile
&lt;br&gt;config.status: creating doc/man/Makefile
&lt;br&gt;config.status: creating doc/rfc/Makefile
&lt;br&gt;config.status: creating doc/texinfo/Makefile
&lt;br&gt;config.status: creating dotlock/Makefile
&lt;br&gt;config.status: creating examples/Makefile
&lt;br&gt;config.status: creating examples/config/Makefile
&lt;br&gt;config.status: creating examples/cpp/Makefile
&lt;br&gt;config.status: creating examples/python/Makefile
&lt;br&gt;config.status: creating examples/scheme/Makefile
&lt;br&gt;config.status: creating frm/Makefile
&lt;br&gt;config.status: creating frm/testsuite/Makefile
&lt;br&gt;config.status: creating guimb/Makefile
&lt;br&gt;config.status: creating guimb/scm/Makefile
&lt;br&gt;config.status: creating imap4d/Makefile
&lt;br&gt;config.status: creating imap4d/testsuite/Makefile
&lt;br&gt;config.status: creating include/Makefile
&lt;br&gt;config.status: creating include/mailutils/Makefile
&lt;br&gt;config.status: creating include/mailutils/sys/Makefile
&lt;br&gt;config.status: creating include/mailutils/cpp/Makefile
&lt;br&gt;config.status: creating lib/Makefile
&lt;br&gt;config.status: creating libmu_argp/Makefile
&lt;br&gt;config.status: creating libmu_auth/Makefile
&lt;br&gt;config.status: creating libmu_cfg/Makefile
&lt;br&gt;config.status: creating libmu_cpp/Makefile
&lt;br&gt;config.status: creating libmu_scm/Makefile
&lt;br&gt;config.status: creating libmu_sieve/Makefile
&lt;br&gt;config.status: creating libmu_sieve/extensions/Makefile
&lt;br&gt;config.status: creating libproto/Makefile
&lt;br&gt;config.status: creating libproto/mbox/Makefile
&lt;br&gt;config.status: creating libproto/mh/Makefile
&lt;br&gt;config.status: creating libproto/maildir/Makefile
&lt;br&gt;config.status: creating libproto/mailer/Makefile
&lt;br&gt;config.status: creating libproto/pop/Makefile
&lt;br&gt;config.status: creating libproto/nntp/Makefile
&lt;br&gt;config.status: creating libproto/imap/Makefile
&lt;br&gt;config.status: creating libproto/include/Makefile
&lt;br&gt;config.status: creating maidag/Makefile
&lt;br&gt;config.status: creating mail/Makefile
&lt;br&gt;config.status: creating mail/testsuite/Makefile
&lt;br&gt;config.status: creating mailbox/Makefile
&lt;br&gt;config.status: creating mailbox/testsuite/Makefile
&lt;br&gt;config.status: creating messages/Makefile
&lt;br&gt;config.status: creating messages/testsuite/Makefile
&lt;br&gt;config.status: creating mh/Makefile
&lt;br&gt;config.status: creating mimeview/Makefile
&lt;br&gt;config.status: creating movemail/Makefile
&lt;br&gt;config.status: creating po/Makefile.in
&lt;br&gt;config.status: creating pop3d/Makefile
&lt;br&gt;config.status: creating pop3d/testsuite/Makefile
&lt;br&gt;config.status: creating python/Makefile
&lt;br&gt;config.status: creating python/libmu_py/Makefile
&lt;br&gt;config.status: creating python/mailutils/Makefile
&lt;br&gt;config.status: creating readmsg/Makefile
&lt;br&gt;config.status: creating readmsg/testsuite/Makefile
&lt;br&gt;config.status: creating mu-aux/Makefile
&lt;br&gt;config.status: creating mu-aux/mailutils.spec
&lt;br&gt;config.status: creating sieve/Makefile
&lt;br&gt;config.status: creating sieve/testsuite/Makefile
&lt;br&gt;config.status: creating testsuite/Makefile
&lt;br&gt;config.status: creating config.h
&lt;br&gt;config.status: linking lib/gettext.h to include/gettext.h
&lt;br&gt;config.status: linking lib/intprops.h to include/intprops.h
&lt;br&gt;config.status: executing depfiles commands
&lt;br&gt;config.status: executing libtool commands
&lt;br&gt;config.status: executing po-directories commands
&lt;br&gt;config.status: creating po/POTFILES
&lt;br&gt;config.status: creating po/Makefile
&lt;br&gt;config.status: executing status commands
&lt;br&gt;&lt;br&gt;*******************************************************************
&lt;br&gt;GNU Mailutils configured with the following settings:
&lt;br&gt;&lt;br&gt;Default mailbox scheme ........ mbox
&lt;br&gt;Use PAM ....................... no
&lt;br&gt;Use -ltdl ..................... no
&lt;br&gt;Use DBM ....................... no
&lt;br&gt;Use GNU TLS ................... no
&lt;br&gt;Use GSASL ..................... no
&lt;br&gt;Use GSSAPI .................... no
&lt;br&gt;Use TCP wrappers .............. no
&lt;br&gt;Pthread support ............... yes
&lt;br&gt;Readline support .............. yes
&lt;br&gt;MySQL support ................. no
&lt;br&gt;PostgreSQL support ............ no
&lt;br&gt;LDAP support .................. no
&lt;br&gt;Radius support ................ no
&lt;br&gt;Support for virtual domains ... yes
&lt;br&gt;&lt;br&gt;Interfaces:
&lt;br&gt;&lt;br&gt;Guile ......................... no
&lt;br&gt;C++ ........................... yes
&lt;br&gt;Python ........................ no
&lt;br&gt;&lt;br&gt;Mailbox formats:
&lt;br&gt;&lt;br&gt;IMAP .......................... yes
&lt;br&gt;POP ........................... yes
&lt;br&gt;MH ............................ yes
&lt;br&gt;maildir ....................... yes
&lt;br&gt;&lt;br&gt;Mailers:
&lt;br&gt;&lt;br&gt;SMTP .......................... yes
&lt;br&gt;Sendmail ...................... yes
&lt;br&gt;&lt;br&gt;*******************************************************************
&lt;br&gt;&lt;br&gt;Before proceeding, verify if these satisfy your requirements.&lt;br /&gt;make &amp;nbsp;all-recursive
&lt;br&gt;make[1]: Entering directory `/home/davidst/work/soft/mailutils-2.1'
&lt;br&gt;Making all in mu-aux
&lt;br&gt;make[2]: Entering directory `/home/davidst/work/soft/mailutils-2.1/mu-aux'
&lt;br&gt;make[2]: Nothing to be done for `all'.
&lt;br&gt;make[2]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/mu-aux'
&lt;br&gt;Making all in include
&lt;br&gt;make[2]: Entering directory `/home/davidst/work/soft/mailutils-2.1/include'
&lt;br&gt;Making all in mailutils
&lt;br&gt;make[3]: Entering directory `/home/davidst/work/soft/mailutils-2.1/include/mailutils'
&lt;br&gt;make &amp;nbsp;all-recursive
&lt;br&gt;make[4]: Entering directory `/home/davidst/work/soft/mailutils-2.1/include/mailutils'
&lt;br&gt;Making all in sys
&lt;br&gt;make[5]: Entering directory `/home/davidst/work/soft/mailutils-2.1/include/mailutils/sys'
&lt;br&gt;make[5]: Nothing to be done for `all'.
&lt;br&gt;make[5]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/include/mailutils/sys'
&lt;br&gt;Making all in cpp
&lt;br&gt;make[5]: Entering directory `/home/davidst/work/soft/mailutils-2.1/include/mailutils/cpp'
&lt;br&gt;make[5]: Nothing to be done for `all'.
&lt;br&gt;make[5]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/include/mailutils/cpp'
&lt;br&gt;make[5]: Entering directory `/home/davidst/work/soft/mailutils-2.1/include/mailutils'
&lt;br&gt;make[5]: Nothing to be done for `all-am'.
&lt;br&gt;make[5]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/include/mailutils'
&lt;br&gt;make[4]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/include/mailutils'
&lt;br&gt;make[3]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/include/mailutils'
&lt;br&gt;make[3]: Entering directory `/home/davidst/work/soft/mailutils-2.1/include'
&lt;br&gt;make[3]: Nothing to be done for `all-am'.
&lt;br&gt;make[3]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/include'
&lt;br&gt;make[2]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/include'
&lt;br&gt;Making all in po
&lt;br&gt;make[2]: Entering directory `/home/davidst/work/soft/mailutils-2.1/po'
&lt;br&gt;make[2]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/po'
&lt;br&gt;Making all in testsuite
&lt;br&gt;make[2]: Entering directory `/home/davidst/work/soft/mailutils-2.1/testsuite'
&lt;br&gt;make[2]: Nothing to be done for `all'.
&lt;br&gt;make[2]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/testsuite'
&lt;br&gt;Making all in mailbox
&lt;br&gt;make[2]: Entering directory `/home/davidst/work/soft/mailutils-2.1/mailbox'
&lt;br&gt;make &amp;nbsp;all-recursive
&lt;br&gt;make[3]: Entering directory `/home/davidst/work/soft/mailutils-2.1/mailbox'
&lt;br&gt;Making all in testsuite
&lt;br&gt;make[4]: Entering directory `/home/davidst/work/soft/mailutils-2.1/mailbox/testsuite'
&lt;br&gt;make[4]: Nothing to be done for `all'.
&lt;br&gt;make[4]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/mailbox/testsuite'
&lt;br&gt;make[4]: Entering directory `/home/davidst/work/soft/mailutils-2.1/mailbox'
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; acl.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; address.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; alloc.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; amd.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; argcv.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; asnprintf.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; asprintf.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; assoc.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; attachment.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; attribute.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; auth.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; base64.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; body.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; cstrcasecmp.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; cfg_driver.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; cfg_format.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; cfg_lexer.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; cfg_parser.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; cstrlower.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; cstrupper.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; daemon.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; date.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; dbgstderr.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; dbgsyslog.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; debug.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; diag.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; envelope.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; fgetpwent.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; file_stream.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; filter.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; filter_iconv.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; filter_rfc822.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; filter_trans.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; folder.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; gdebug.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; gocs.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; hdritr.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; header.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; iterator.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; ipsrv.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; kwd.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; list.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; locale.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; locker.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; mailbox.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; mailcap.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; mailer.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; mapfile_stream.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; mbx_default.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; md5.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; message.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; memory_stream.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; message_stream.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; mime.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; monitor.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; msrv.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; mu_auth.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; muctype.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; munre.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; mutil.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; muerror.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; muerrno.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; nls.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; observer.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; opool.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; parse822.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; parsedate.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; permstr.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; progmailer.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; property.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; registrar.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; refcount.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; rfc2047.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; sha1.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; secret.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; server.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; socket_stream.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; stream.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; strltrim.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; strskip.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; stripws.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; strrtrim.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; syslog.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; system.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; ticket.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; tcp.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; url.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; vartab.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; vasnprintf.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; version.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; wicket.lo
&lt;br&gt;&amp;nbsp; CCLD &amp;nbsp; libmailutils.la
&lt;br&gt;make[4]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/mailbox'
&lt;br&gt;make[3]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/mailbox'
&lt;br&gt;make[2]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/mailbox'
&lt;br&gt;Making all in sql
&lt;br&gt;make[2]: Entering directory `/home/davidst/work/soft/mailutils-2.1/sql'
&lt;br&gt;make[2]: Nothing to be done for `all'.
&lt;br&gt;make[2]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/sql'
&lt;br&gt;Making all in libmu_auth
&lt;br&gt;make[2]: Entering directory `/home/davidst/work/soft/mailutils-2.1/libmu_auth'
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; gsasl.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; lbuf.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; ldap.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; pam.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; radius.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; sql.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; tls.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; virtual.lo
&lt;br&gt;&amp;nbsp; CCLD &amp;nbsp; libmu_auth.la
&lt;br&gt;make[2]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/libmu_auth'
&lt;br&gt;Making all in libproto
&lt;br&gt;make[2]: Entering directory `/home/davidst/work/soft/mailutils-2.1/libproto'
&lt;br&gt;Making all in include
&lt;br&gt;make[3]: Entering directory `/home/davidst/work/soft/mailutils-2.1/libproto/include'
&lt;br&gt;make[3]: Nothing to be done for `all'.
&lt;br&gt;make[3]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/libproto/include'
&lt;br&gt;Making all in mbox
&lt;br&gt;make[3]: Entering directory `/home/davidst/work/soft/mailutils-2.1/libproto/mbox'
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; folder.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; mbox.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; mboxscan.lo
&lt;br&gt;&amp;nbsp; CCLD &amp;nbsp; libmu_mbox.la
&lt;br&gt;make[3]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/libproto/mbox'
&lt;br&gt;Making all in pop
&lt;br&gt;make[3]: Entering directory `/home/davidst/work/soft/mailutils-2.1/libproto/pop'
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; folder.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; mbox.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; url.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; pop3_apop.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; pop3_capa.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; pop3_carrier.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; pop3_connect.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; pop3_create.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; pop3_debug.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; pop3_dele.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; pop3_destroy.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; pop3_disconnect.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; pop3_iterator.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; pop3_lista.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; pop3_list.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; pop3_noop.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; pop3_pass.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; pop3_quit.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; pop3_readline.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; pop3_response.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; pop3_retr.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; pop3_rset.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; pop3_sendline.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; pop3_stat.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; pop3_stls.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; pop3_stream.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; pop3_timeout.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; pop3_top.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; pop3_uidla.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; pop3_uidl.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; pop3_user.lo
&lt;br&gt;&amp;nbsp; CCLD &amp;nbsp; libmu_pop.la
&lt;br&gt;make[3]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/libproto/pop'
&lt;br&gt;Making all in nntp
&lt;br&gt;make[3]: Entering directory `/home/davidst/work/soft/mailutils-2.1/libproto/nntp'
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; nntp_article.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; nntp_body.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; nntp_carrier.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; nntp_connect.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; nntp_create.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; nntp_date.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; nntp_debug.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; nntp_destroy.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; nntp_disconnect.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; nntp_group.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; nntp_head.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; nntp_help.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; nntp_ihave.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; nntp_iterator.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; nntp_last.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; nntp_list_active.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; nntp_list_distribpats.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; nntp_list_distributions.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; nntp_list_extensions.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; nntp_list_newsgroups.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; nntp_list_times.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; nntp_mode_reader.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; nntp_newgroups.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; nntp_newnews.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; nntp_next.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; nntp_post.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; nntp_quit.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; nntp_readline.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; nntp_response.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; nntp_sendline.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; nntp_stat.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; nntp_stream.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; nntp_timeout.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; url.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; folder.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; mbox.lo
&lt;br&gt;&amp;nbsp; CCLD &amp;nbsp; libmu_nntp.la
&lt;br&gt;make[3]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/libproto/nntp'
&lt;br&gt;Making all in imap
&lt;br&gt;make[3]: Entering directory `/home/davidst/work/soft/mailutils-2.1/libproto/imap'
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; folder.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; mbox.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; url.lo
&lt;br&gt;&amp;nbsp; CCLD &amp;nbsp; libmu_imap.la
&lt;br&gt;make[3]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/libproto/imap'
&lt;br&gt;Making all in mh
&lt;br&gt;make[3]: Entering directory `/home/davidst/work/soft/mailutils-2.1/libproto/mh'
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; folder.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; mbox.lo
&lt;br&gt;&amp;nbsp; CCLD &amp;nbsp; libmu_mh.la
&lt;br&gt;make[3]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/libproto/mh'
&lt;br&gt;Making all in maildir
&lt;br&gt;make[3]: Entering directory `/home/davidst/work/soft/mailutils-2.1/libproto/maildir'
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; folder.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; mbox.lo
&lt;br&gt;&amp;nbsp; CCLD &amp;nbsp; libmu_maildir.la
&lt;br&gt;make[3]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/libproto/maildir'
&lt;br&gt;Making all in mailer
&lt;br&gt;make[3]: Entering directory `/home/davidst/work/soft/mailutils-2.1/libproto/mailer'
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; mbox.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; prog.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; sendmail.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; smtp.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; remote.lo
&lt;br&gt;&amp;nbsp; CCLD &amp;nbsp; libmu_mailer.la
&lt;br&gt;make[3]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/libproto/mailer'
&lt;br&gt;make[3]: Entering directory `/home/davidst/work/soft/mailutils-2.1/libproto'
&lt;br&gt;make[3]: Nothing to be done for `all-am'.
&lt;br&gt;make[3]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/libproto'
&lt;br&gt;make[2]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/libproto'
&lt;br&gt;Making all in lib
&lt;br&gt;make[2]: Entering directory `/home/davidst/work/soft/mailutils-2.1/lib'
&lt;br&gt;&amp;nbsp; GEN &amp;nbsp; &amp;nbsp;alloca.h
&lt;br&gt;&amp;nbsp; GEN &amp;nbsp; &amp;nbsp;configmake.h
&lt;br&gt;&amp;nbsp; GEN &amp;nbsp; &amp;nbsp;getopt.h
&lt;br&gt;&amp;nbsp; GEN &amp;nbsp; &amp;nbsp;stdio.h
&lt;br&gt;&amp;nbsp; GEN &amp;nbsp; &amp;nbsp;stdlib.h
&lt;br&gt;&amp;nbsp; GEN &amp;nbsp; &amp;nbsp;string.h
&lt;br&gt;&amp;nbsp; GEN &amp;nbsp; &amp;nbsp;strings.h
&lt;br&gt;&amp;nbsp; GEN &amp;nbsp; &amp;nbsp;unistd.h
&lt;br&gt;make &amp;nbsp;all-recursive
&lt;br&gt;make[3]: Entering directory `/home/davidst/work/soft/mailutils-2.1/lib'
&lt;br&gt;make[4]: Entering directory `/home/davidst/work/soft/mailutils-2.1/lib'
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; argp-ba.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; argp-eexst.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; argp-fmtstream.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; argp-fs-xinl.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; argp-help.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; argp-parse.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; argp-pin.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; argp-pv.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; argp-pvh.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; argp-xinl.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; localcharset.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; malloca.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; mbswidth.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; uniwidth/width.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; xalloc-die.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; xstrndup.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; daemon.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; mailcap.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; mu_dbm.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; signal.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; strexit.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; tcpwrap.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; userprivs.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; mu_umaxtostr.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; asnprintf.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; basename.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; des.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; dirname.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; exitfail.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; getopt.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; getopt1.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; getpass.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; imaxtostr.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; offtostr.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; printf-args.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; printf-parse.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; stripslash.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; uinttostr.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; umaxtostr.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; vasnprintf.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; xmalloc.lo
&lt;br&gt;&amp;nbsp; CCLD &amp;nbsp; libmuaux.la
&lt;br&gt;&amp;nbsp; GEN &amp;nbsp; &amp;nbsp;charset.alias
&lt;br&gt;&amp;nbsp; GEN &amp;nbsp; &amp;nbsp;ref-add.sed
&lt;br&gt;&amp;nbsp; GEN &amp;nbsp; &amp;nbsp;ref-del.sed
&lt;br&gt;make[4]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/lib'
&lt;br&gt;make[3]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/lib'
&lt;br&gt;make[2]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/lib'
&lt;br&gt;Making all in libmu_argp
&lt;br&gt;make[2]: Entering directory `/home/davidst/work/soft/mailutils-2.1/libmu_argp'
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; auth.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; cmdline.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; common.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; compat.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; gsasl.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; mu_argp.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; muinit.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; pam.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; radius.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; sieve.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; sql.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; tls.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; virtdomain.o
&lt;br&gt;&amp;nbsp; AR &amp;nbsp; &amp;nbsp; libmu_argp.a
&lt;br&gt;make[2]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/libmu_argp'
&lt;br&gt;Making all in libmu_cfg
&lt;br&gt;make[2]: Entering directory `/home/davidst/work/soft/mailutils-2.1/libmu_cfg'
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; acl.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; auth.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; common.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; init.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; gsasl.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; ldap.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; pam.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; radius.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; sieve.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; sql.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; tls.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; virtdomain.lo
&lt;br&gt;&amp;nbsp; CCLD &amp;nbsp; libmu_cfg.la
&lt;br&gt;make[2]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/libmu_cfg'
&lt;br&gt;Making all in libmu_cpp
&lt;br&gt;make[2]: Entering directory `/home/davidst/work/soft/mailutils-2.1/libmu_cpp'
&lt;br&gt;&amp;nbsp; CXX &amp;nbsp; &amp;nbsp;address.lo
&lt;br&gt;&amp;nbsp; CXX &amp;nbsp; &amp;nbsp;attribute.lo
&lt;br&gt;&amp;nbsp; CXX &amp;nbsp; &amp;nbsp;body.lo
&lt;br&gt;&amp;nbsp; CXX &amp;nbsp; &amp;nbsp;debug.lo
&lt;br&gt;&amp;nbsp; CXX &amp;nbsp; &amp;nbsp;envelope.lo
&lt;br&gt;&amp;nbsp; CXX &amp;nbsp; &amp;nbsp;filter.lo
&lt;br&gt;&amp;nbsp; CXX &amp;nbsp; &amp;nbsp;folder.lo
&lt;br&gt;&amp;nbsp; CXX &amp;nbsp; &amp;nbsp;header.lo
&lt;br&gt;&amp;nbsp; CXX &amp;nbsp; &amp;nbsp;iterator.lo
&lt;br&gt;&amp;nbsp; CXX &amp;nbsp; &amp;nbsp;list.lo
&lt;br&gt;&amp;nbsp; CXX &amp;nbsp; &amp;nbsp;mailbox.lo
&lt;br&gt;&amp;nbsp; CXX &amp;nbsp; &amp;nbsp;mailcap.lo
&lt;br&gt;&amp;nbsp; CXX &amp;nbsp; &amp;nbsp;mailer.lo
&lt;br&gt;&amp;nbsp; CXX &amp;nbsp; &amp;nbsp;message.lo
&lt;br&gt;&amp;nbsp; CXX &amp;nbsp; &amp;nbsp;mime.lo
&lt;br&gt;&amp;nbsp; CXX &amp;nbsp; &amp;nbsp;mutil.lo
&lt;br&gt;&amp;nbsp; CXX &amp;nbsp; &amp;nbsp;pop3.lo
&lt;br&gt;&amp;nbsp; CXX &amp;nbsp; &amp;nbsp;registrar.lo
&lt;br&gt;&amp;nbsp; CXX &amp;nbsp; &amp;nbsp;secret.lo
&lt;br&gt;&amp;nbsp; CXX &amp;nbsp; &amp;nbsp;sieve.lo
&lt;br&gt;&amp;nbsp; CXX &amp;nbsp; &amp;nbsp;stream.lo
&lt;br&gt;&amp;nbsp; CXX &amp;nbsp; &amp;nbsp;url.lo
&lt;br&gt;&amp;nbsp; CXXLD &amp;nbsp;libmu_cpp.la
&lt;br&gt;make[2]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/libmu_cpp'
&lt;br&gt;Making all in libmu_sieve
&lt;br&gt;make[2]: Entering directory `/home/davidst/work/soft/mailutils-2.1/libmu_sieve'
&lt;br&gt;make &amp;nbsp;all-recursive
&lt;br&gt;make[3]: Entering directory `/home/davidst/work/soft/mailutils-2.1/libmu_sieve'
&lt;br&gt;Making all in .
&lt;br&gt;make[4]: Entering directory `/home/davidst/work/soft/mailutils-2.1/libmu_sieve'
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; actions.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; conf.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; comparator.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; load.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; prog.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; register.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; relational.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; require.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; runtime.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; sieve-gram.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; sieve-lex.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; tests.lo
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; util.lo
&lt;br&gt;&amp;nbsp; CCLD &amp;nbsp; libmu_sieve.la
&lt;br&gt;make[4]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/libmu_sieve'
&lt;br&gt;Making all in extensions
&lt;br&gt;make[4]: Entering directory `/home/davidst/work/soft/mailutils-2.1/libmu_sieve/extensions'
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; list.lo
&lt;br&gt;&amp;nbsp; CCLD &amp;nbsp; list.la
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; moderator.lo
&lt;br&gt;&amp;nbsp; CCLD &amp;nbsp; moderator.la
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; pipe.lo
&lt;br&gt;&amp;nbsp; CCLD &amp;nbsp; pipe.la
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; spamd.lo
&lt;br&gt;&amp;nbsp; CCLD &amp;nbsp; spamd.la
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; timestamp.lo
&lt;br&gt;&amp;nbsp; CCLD &amp;nbsp; timestamp.la
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; vacation.lo
&lt;br&gt;&amp;nbsp; CCLD &amp;nbsp; vacation.la
&lt;br&gt;make[4]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/libmu_sieve/extensions'
&lt;br&gt;make[3]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/libmu_sieve'
&lt;br&gt;make[2]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/libmu_sieve'
&lt;br&gt;Making all in doc
&lt;br&gt;make[2]: Entering directory `/home/davidst/work/soft/mailutils-2.1/doc'
&lt;br&gt;Making all in texinfo
&lt;br&gt;make[3]: Entering directory `/home/davidst/work/soft/mailutils-2.1/doc/texinfo'
&lt;br&gt;make[3]: Nothing to be done for `all'.
&lt;br&gt;make[3]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/doc/texinfo'
&lt;br&gt;Making all in rfc
&lt;br&gt;make[3]: Entering directory `/home/davidst/work/soft/mailutils-2.1/doc/rfc'
&lt;br&gt;make[3]: Nothing to be done for `all'.
&lt;br&gt;make[3]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/doc/rfc'
&lt;br&gt;Making all in man
&lt;br&gt;make[3]: Entering directory `/home/davidst/work/soft/mailutils-2.1/doc/man'
&lt;br&gt;make[3]: Nothing to be done for `all'.
&lt;br&gt;make[3]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/doc/man'
&lt;br&gt;make[3]: Entering directory `/home/davidst/work/soft/mailutils-2.1/doc'
&lt;br&gt;make[3]: Nothing to be done for `all-am'.
&lt;br&gt;make[3]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/doc'
&lt;br&gt;make[2]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/doc'
&lt;br&gt;Making all in config
&lt;br&gt;make[2]: Entering directory `/home/davidst/work/soft/mailutils-2.1/config'
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; mailutils_config-mailutils-config.o
&lt;br&gt;&amp;nbsp; CCLD &amp;nbsp; mailutils-config
&lt;br&gt;make[2]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/config'
&lt;br&gt;Making all in examples
&lt;br&gt;make[2]: Entering directory `/home/davidst/work/soft/mailutils-2.1/examples'
&lt;br&gt;Making all in config
&lt;br&gt;make[3]: Entering directory `/home/davidst/work/soft/mailutils-2.1/examples/config'
&lt;br&gt;make[3]: Nothing to be done for `all'.
&lt;br&gt;make[3]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/examples/config'
&lt;br&gt;Making all in cpp
&lt;br&gt;make[3]: Entering directory `/home/davidst/work/soft/mailutils-2.1/examples/cpp'
&lt;br&gt;&amp;nbsp; CXX &amp;nbsp; &amp;nbsp;addr.o
&lt;br&gt;&amp;nbsp; CXXLD &amp;nbsp;addr
&lt;br&gt;&amp;nbsp; CXX &amp;nbsp; &amp;nbsp;http.o
&lt;br&gt;&amp;nbsp; CXXLD &amp;nbsp;http
&lt;br&gt;&amp;nbsp; CXX &amp;nbsp; &amp;nbsp;iconv.o
&lt;br&gt;&amp;nbsp; CXXLD &amp;nbsp;iconv
&lt;br&gt;&amp;nbsp; CXX &amp;nbsp; &amp;nbsp;listop.o
&lt;br&gt;&amp;nbsp; CXXLD &amp;nbsp;listop
&lt;br&gt;&amp;nbsp; CXX &amp;nbsp; &amp;nbsp;lsf.o
&lt;br&gt;&amp;nbsp; CXXLD &amp;nbsp;lsf
&lt;br&gt;&amp;nbsp; CXX &amp;nbsp; &amp;nbsp;mailcap.o
&lt;br&gt;&amp;nbsp; CXXLD &amp;nbsp;mailcap
&lt;br&gt;&amp;nbsp; CXX &amp;nbsp; &amp;nbsp;mimetest.o
&lt;br&gt;&amp;nbsp; CXXLD &amp;nbsp;mimetest
&lt;br&gt;&amp;nbsp; CXX &amp;nbsp; &amp;nbsp;msg-send.o
&lt;br&gt;&amp;nbsp; CXXLD &amp;nbsp;msg-send
&lt;br&gt;&amp;nbsp; CXX &amp;nbsp; &amp;nbsp;murun.o
&lt;br&gt;&amp;nbsp; CXXLD &amp;nbsp;murun
&lt;br&gt;&amp;nbsp; CXX &amp;nbsp; &amp;nbsp;sfrom.o
&lt;br&gt;&amp;nbsp; CXXLD &amp;nbsp;sfrom
&lt;br&gt;&amp;nbsp; CXX &amp;nbsp; &amp;nbsp;url-parse.o
&lt;br&gt;&amp;nbsp; CXXLD &amp;nbsp;url-parse
&lt;br&gt;make[3]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/examples/cpp'
&lt;br&gt;Making all in python
&lt;br&gt;make[3]: Entering directory `/home/davidst/work/soft/mailutils-2.1/examples/python'
&lt;br&gt;make[3]: Nothing to be done for `all'.
&lt;br&gt;make[3]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/examples/python'
&lt;br&gt;Making all in scheme
&lt;br&gt;make[3]: Entering directory `/home/davidst/work/soft/mailutils-2.1/examples/scheme'
&lt;br&gt;make[3]: Nothing to be done for `all'.
&lt;br&gt;make[3]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/examples/scheme'
&lt;br&gt;make[3]: Entering directory `/home/davidst/work/soft/mailutils-2.1/examples'
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; numaddr.lo
&lt;br&gt;&amp;nbsp; CCLD &amp;nbsp; numaddr.la
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; aclck.o
&lt;br&gt;&amp;nbsp; CCLD &amp;nbsp; aclck
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; addr.o
&lt;br&gt;&amp;nbsp; CCLD &amp;nbsp; addr
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; argcv.o
&lt;br&gt;&amp;nbsp; CCLD &amp;nbsp; argcv
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; base64.o
&lt;br&gt;&amp;nbsp; CCLD &amp;nbsp; base64
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; decode2047.o
&lt;br&gt;&amp;nbsp; CCLD &amp;nbsp; decode2047
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; echosrv.o
&lt;br&gt;&amp;nbsp; CCLD &amp;nbsp; echosrv
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; encode2047.o
&lt;br&gt;&amp;nbsp; CCLD &amp;nbsp; encode2047
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; header.o
&lt;br&gt;&amp;nbsp; CCLD &amp;nbsp; header
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; http.o
&lt;br&gt;&amp;nbsp; CCLD &amp;nbsp; http
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; iconv.o
&lt;br&gt;&amp;nbsp; CCLD &amp;nbsp; iconv
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; listop.o
&lt;br&gt;&amp;nbsp; CCLD &amp;nbsp; listop
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; lsf.o
&lt;br&gt;&amp;nbsp; CCLD &amp;nbsp; lsf
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; mailcap.o
&lt;br&gt;&amp;nbsp; CCLD &amp;nbsp; mailcap
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; mimetest.o
&lt;br&gt;&amp;nbsp; CCLD &amp;nbsp; mimetest
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; msg-send.o
&lt;br&gt;&amp;nbsp; CCLD &amp;nbsp; msg-send
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; mta.o
&lt;br&gt;&amp;nbsp; CCLD &amp;nbsp; mta
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; muauth-muauth.o
&lt;br&gt;&amp;nbsp; CCLD &amp;nbsp; muauth
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; muemail-muemail.o
&lt;br&gt;&amp;nbsp; CCLD &amp;nbsp; muemail
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; murun.o
&lt;br&gt;&amp;nbsp; CCLD &amp;nbsp; murun
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; nntpclient.o
&lt;br&gt;&amp;nbsp; CCLD &amp;nbsp; nntpclient
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; pop3client.o
&lt;br&gt;&amp;nbsp; CCLD &amp;nbsp; pop3client
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; sfrom.o
&lt;br&gt;&amp;nbsp; CCLD &amp;nbsp; sfrom
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; url-parse.o
&lt;br&gt;&amp;nbsp; CCLD &amp;nbsp; url-parse
&lt;br&gt;make[3]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/examples'
&lt;br&gt;make[2]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/examples'
&lt;br&gt;Making all in frm
&lt;br&gt;make[2]: Entering directory `/home/davidst/work/soft/mailutils-2.1/frm'
&lt;br&gt;Making all in testsuite
&lt;br&gt;make[3]: Entering directory `/home/davidst/work/soft/mailutils-2.1/frm/testsuite'
&lt;br&gt;make[3]: Nothing to be done for `all'.
&lt;br&gt;make[3]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/frm/testsuite'
&lt;br&gt;make[3]: Entering directory `/home/davidst/work/soft/mailutils-2.1/frm'
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; frm.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; common.o
&lt;br&gt;&amp;nbsp; CCLD &amp;nbsp; frm
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; from.o
&lt;br&gt;&amp;nbsp; CCLD &amp;nbsp; from
&lt;br&gt;make[3]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/frm'
&lt;br&gt;make[2]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/frm'
&lt;br&gt;Making all in pop3d
&lt;br&gt;make[2]: Entering directory `/home/davidst/work/soft/mailutils-2.1/pop3d'
&lt;br&gt;Making all in testsuite
&lt;br&gt;make[3]: Entering directory `/home/davidst/work/soft/mailutils-2.1/pop3d/testsuite'
&lt;br&gt;make[3]: Nothing to be done for `all'.
&lt;br&gt;make[3]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/pop3d/testsuite'
&lt;br&gt;make[3]: Entering directory `/home/davidst/work/soft/mailutils-2.1/pop3d'
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; apop.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; auth.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; bulletin.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; capa.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; cmd.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; dele.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; expire.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; extra.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; list.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; lock.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; logindelay.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; noop.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; pop3d.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; quit.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; retr.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; rset.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; signal.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; stat.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; stls.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; top.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; uidl.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; user.o
&lt;br&gt;&amp;nbsp; CCLD &amp;nbsp; pop3d
&lt;br&gt;make[3]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/pop3d'
&lt;br&gt;make[2]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/pop3d'
&lt;br&gt;Making all in imap4d
&lt;br&gt;make[2]: Entering directory `/home/davidst/work/soft/mailutils-2.1/imap4d'
&lt;br&gt;Making all in testsuite
&lt;br&gt;make[3]: Entering directory `/home/davidst/work/soft/mailutils-2.1/imap4d/testsuite'
&lt;br&gt;make[3]: Nothing to be done for `all'.
&lt;br&gt;make[3]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/imap4d/testsuite'
&lt;br&gt;make[3]: Entering directory `/home/davidst/work/soft/mailutils-2.1/imap4d'
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; append.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; authenticate.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; bye.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; capability.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; check.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; close.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; commands.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; copy.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; create.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; delete.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; examine.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; expunge.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; fetch.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; id.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; idle.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; imap4d.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; list.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; logout.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; login.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; lsub.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; namespace.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; noop.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; parsebuf.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; preauth.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; rename.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; search.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; select.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; signal.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; starttls.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; status.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; store.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; subscribe.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; sync.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; uid.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; unsubscribe.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; util.o
&lt;br&gt;&amp;nbsp; CCLD &amp;nbsp; imap4d
&lt;br&gt;make[3]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/imap4d'
&lt;br&gt;make[2]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/imap4d'
&lt;br&gt;Making all in maidag
&lt;br&gt;make[2]: Entering directory `/home/davidst/work/soft/mailutils-2.1/maidag'
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; deliver.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; forward.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; guile.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; lmtp.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; maidag.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; mailtmp.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; mailquota.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; python.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; sieve.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; script.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; util.o
&lt;br&gt;&amp;nbsp; CCLD &amp;nbsp; maidag
&lt;br&gt;make[2]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/maidag'
&lt;br&gt;Making all in mail
&lt;br&gt;make[2]: Entering directory `/home/davidst/work/soft/mailutils-2.1/mail'
&lt;br&gt;Making all in testsuite
&lt;br&gt;make[3]: Entering directory `/home/davidst/work/soft/mailutils-2.1/mail/testsuite'
&lt;br&gt;make[3]: Nothing to be done for `all'.
&lt;br&gt;make[3]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/mail/testsuite'
&lt;br&gt;make[3]: Entering directory `/home/davidst/work/soft/mailutils-2.1/mail'
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; alias.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; alt.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; cd.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; copy.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; decode.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; delete.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; dp.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; echo.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; edit.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; envelope.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; eq.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; escape.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; exit.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; file.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; folders.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; followup.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; from.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; headers.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; help.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; hold.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; if.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; inc.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; list.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; mail.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; mailline.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; mailvar.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; mbox.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; msgset.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; next.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; page.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; pipe.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; previous.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; print.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; quit.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; reply.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; retain.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; save.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; send.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; set.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; setenv.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; shell.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; size.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; source.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; struct.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; summary.o
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; table.o
&lt;br&gt;make[3]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/mail'
&lt;br&gt;make[2]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/mail'
&lt;br&gt;make[1]: Leaving directory `/home/davidst/work/soft/mailutils-2.1'
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Std Error:
&lt;br&gt;mapfile_stream.c: In function â_mapfile_get_transport2â:
&lt;br&gt;mapfile_stream.c:248: warning: cast to pointer from integer of different size
&lt;br&gt;socket_stream.c: In function â_s_shutdownâ:
&lt;br&gt;socket_stream.c:196: warning: cast from pointer to integer of different size
&lt;br&gt;tcp.c: In function â_tcp_get_transport2â:
&lt;br&gt;tcp.c:199: warning: cast to pointer from integer of different size
&lt;br&gt;sieve.l: In function âpop_sourceâ:
&lt;br&gt;sieve.l:195: warning: passing argument 1 of âfreeâ discards qualifiers from pointer target type
&lt;br&gt;pop3client.c: In function âcom_statâ:
&lt;br&gt;pop3client.c:604: warning: passing argument 3 of âmu_pop3_statâ from incompatible pointer type
&lt;br&gt;fetch.c: In function âfetch_thunkâ:
&lt;br&gt;fetch.c:1557: warning: passing argument 3 of âutil_msgsetâ from incompatible pointer type
&lt;br&gt;store.c: In function âstore_thunkâ:
&lt;br&gt;store.c:75: warning: passing argument 3 of âutil_msgsetâ from incompatible pointer type
&lt;br&gt;maidag.c: In function âcb2_groupâ:
&lt;br&gt;maidag.c:296: warning: cast to pointer from integer of different size
&lt;br&gt;table.c:126: error: âmailvar_set_complâ undeclared here (not in a function)
&lt;br&gt;make[3]: *** [table.o] Error 1
&lt;br&gt;make[2]: *** [all-recursive] Error 1
&lt;br&gt;make[1]: *** [all-recursive] Error 1
&lt;br&gt;make: *** [all] Error 2&lt;br /&gt;Making install in mu-aux
&lt;br&gt;make[1]: Entering directory `/home/davidst/work/soft/mailutils-2.1/mu-aux'
&lt;br&gt;make[2]: Entering directory `/home/davidst/work/soft/mailutils-2.1/mu-aux'
&lt;br&gt;make[2]: Nothing to be done for `install-exec-am'.
&lt;br&gt;make[2]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/mu-aux'
&lt;br&gt;make[1]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/mu-aux'
&lt;br&gt;Making install in include
&lt;br&gt;make[1]: Entering directory `/home/davidst/work/soft/mailutils-2.1/include'
&lt;br&gt;Making install in mailutils
&lt;br&gt;make[2]: Entering directory `/home/davidst/work/soft/mailutils-2.1/include/mailutils'
&lt;br&gt;make &amp;nbsp;install-recursive
&lt;br&gt;make[3]: Entering directory `/home/davidst/work/soft/mailutils-2.1/include/mailutils'
&lt;br&gt;Making install in sys
&lt;br&gt;make[4]: Entering directory `/home/davidst/work/soft/mailutils-2.1/include/mailutils/sys'
&lt;br&gt;make[5]: Entering directory `/home/davidst/work/soft/mailutils-2.1/include/mailutils/sys'
&lt;br&gt;make[5]: Nothing to be done for `install-exec-am'.
&lt;br&gt;test -z &amp;quot;/usr/local/include/mailutils/sys&amp;quot; || /bin/mkdir -p &amp;quot;/home/davidst/work/soft/mailutils-2.1/zinst/usr/local/include/mailutils/sys&amp;quot;
&lt;br&gt;&amp;nbsp;/usr/bin/install -c -m 644 nntp.h pop3.h '/home/davidst/work/soft/mailutils-2.1/zinst/usr/local/include/mailutils/sys'
&lt;br&gt;make[5]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/include/mailutils/sys'
&lt;br&gt;make[4]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/include/mailutils/sys'
&lt;br&gt;Making install in cpp
&lt;br&gt;make[4]: Entering directory `/home/davidst/work/soft/mailutils-2.1/include/mailutils/cpp'
&lt;br&gt;make[5]: Entering directory `/home/davidst/work/soft/mailutils-2.1/include/mailutils/cpp'
&lt;br&gt;make[5]: Nothing to be done for `install-exec-am'.
&lt;br&gt;test -z &amp;quot;/usr/local/include/mailutils/cpp&amp;quot; || /bin/mkdir -p &amp;quot;/home/davidst/work/soft/mailutils-2.1/zinst/usr/local/include/mailutils/cpp&amp;quot;
&lt;br&gt;&amp;nbsp;/usr/bin/install -c -m 644 address.h attribute.h body.h debug.h envelope.h error.h filter.h folder.h header.h iterator.h list.h mailbox.h mailcap.h mailer.h mailutils.h message.h mime.h mutil.h pop3.h registrar.h secret.h sieve.h stream.h url.h '/home/davidst/work/soft/mailutils-2.1/zinst/usr/local/include/mailutils/cpp'
&lt;br&gt;make[5]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/include/mailutils/cpp'
&lt;br&gt;make[4]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/include/mailutils/cpp'
&lt;br&gt;make[4]: Entering directory `/home/davidst/work/soft/mailutils-2.1/include/mailutils'
&lt;br&gt;make[5]: Entering directory `/home/davidst/work/soft/mailutils-2.1/include/mailutils'
&lt;br&gt;make[5]: Nothing to be done for `install-exec-am'.
&lt;br&gt;test -z &amp;quot;/usr/local/include/mailutils&amp;quot; || /bin/mkdir -p &amp;quot;/home/davidst/work/soft/mailutils-2.1/zinst/usr/local/include/mailutils&amp;quot;
&lt;br&gt;&amp;nbsp;/usr/bin/install -c -m 644 types.h '/home/davidst/work/soft/mailutils-2.1/zinst/usr/local/include/mailutils'
&lt;br&gt;test -z &amp;quot;/usr/local/include/mailutils&amp;quot; || /bin/mkdir -p &amp;quot;/home/davidst/work/soft/mailutils-2.1/zinst/usr/local/include/mailutils&amp;quot;
&lt;br&gt;&amp;nbsp;/usr/bin/install -c -m 644 acl.h address.h alloc.h argcv.h assoc.h attribute.h auth.h body.h cctype.h cfg.h cstr.h daemon.h debug.h diag.h envelope.h errno.h error.h filter.h folder.h gocs.h gsasl.h guile.h header.h io.h iterator.h kwd.h ldap.h libargp.h libcfg.h list.h locker.h mailbox.h mailcap.h mailer.h mailutils.h md5.h message.h mime.h monitor.h mu_auth.h '/home/davidst/work/soft/mailutils-2.1/zinst/usr/local/include/mailutils'
&lt;br&gt;&amp;nbsp;/usr/bin/install -c -m 644 mutil.h nls.h nntp.h observer.h opool.h pam.h parse822.h pop3.h progmailer.h property.h python.h radius.h refcount.h registrar.h sha1.h secret.h server.h sieve.h stream.h syslog.h sql.h tls.h url.h vartab.h version.h '/home/davidst/work/soft/mailutils-2.1/zinst/usr/local/include/mailutils'
&lt;br&gt;make[5]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/include/mailutils'
&lt;br&gt;make[4]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/include/mailutils'
&lt;br&gt;make[3]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/include/mailutils'
&lt;br&gt;make[2]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/include/mailutils'
&lt;br&gt;make[2]: Entering directory `/home/davidst/work/soft/mailutils-2.1/include'
&lt;br&gt;make[3]: Entering directory `/home/davidst/work/soft/mailutils-2.1/include'
&lt;br&gt;make[3]: Nothing to be done for `install-exec-am'.
&lt;br&gt;make[3]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/include'
&lt;br&gt;make[2]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/include'
&lt;br&gt;make[1]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/include'
&lt;br&gt;Making install in po
&lt;br&gt;make[1]: Entering directory `/home/davidst/work/soft/mailutils-2.1/po'
&lt;br&gt;&amp;nbsp; GEN &amp;nbsp; &amp;nbsp;install-data-yes
&lt;br&gt;installing ca.gmo as /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/share/locale/ca/LC_MESSAGES/mailutils.mo
&lt;br&gt;installing es.gmo as /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/share/locale/es/LC_MESSAGES/mailutils.mo
&lt;br&gt;installing fr.gmo as /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/share/locale/fr/LC_MESSAGES/mailutils.mo
&lt;br&gt;installing id.gmo as /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/share/locale/id/LC_MESSAGES/mailutils.mo
&lt;br&gt;installing pl.gmo as /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/share/locale/pl/LC_MESSAGES/mailutils.mo
&lt;br&gt;installing ro.gmo as /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/share/locale/ro/LC_MESSAGES/mailutils.mo
&lt;br&gt;installing ru.gmo as /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/share/locale/ru/LC_MESSAGES/mailutils.mo
&lt;br&gt;installing sv.gmo as /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/share/locale/sv/LC_MESSAGES/mailutils.mo
&lt;br&gt;installing uk.gmo as /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/share/locale/uk/LC_MESSAGES/mailutils.mo
&lt;br&gt;installing vi.gmo as /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/share/locale/vi/LC_MESSAGES/mailutils.mo
&lt;br&gt;&amp;nbsp; GEN &amp;nbsp; &amp;nbsp;install-data
&lt;br&gt;make[1]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/po'
&lt;br&gt;Making install in testsuite
&lt;br&gt;make[1]: Entering directory `/home/davidst/work/soft/mailutils-2.1/testsuite'
&lt;br&gt;make[2]: Entering directory `/home/davidst/work/soft/mailutils-2.1/testsuite'
&lt;br&gt;make[2]: Nothing to be done for `install-exec-am'.
&lt;br&gt;make[2]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/testsuite'
&lt;br&gt;make[1]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/testsuite'
&lt;br&gt;Making install in mailbox
&lt;br&gt;make[1]: Entering directory `/home/davidst/work/soft/mailutils-2.1/mailbox'
&lt;br&gt;make &amp;nbsp;install-recursive
&lt;br&gt;make[2]: Entering directory `/home/davidst/work/soft/mailutils-2.1/mailbox'
&lt;br&gt;Making install in testsuite
&lt;br&gt;make[3]: Entering directory `/home/davidst/work/soft/mailutils-2.1/mailbox/testsuite'
&lt;br&gt;make[4]: Entering directory `/home/davidst/work/soft/mailutils-2.1/mailbox/testsuite'
&lt;br&gt;make[4]: Nothing to be done for `install-exec-am'.
&lt;br&gt;make[4]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/mailbox/testsuite'
&lt;br&gt;make[3]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/mailbox/testsuite'
&lt;br&gt;make[3]: Entering directory `/home/davidst/work/soft/mailutils-2.1/mailbox'
&lt;br&gt;make[4]: Entering directory `/home/davidst/work/soft/mailutils-2.1/mailbox'
&lt;br&gt;test -z &amp;quot;/usr/local/lib&amp;quot; || /bin/mkdir -p &amp;quot;/home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib&amp;quot;
&lt;br&gt;&amp;nbsp;/bin/sh ../libtool &amp;nbsp; --mode=install /usr/bin/install -c &amp;nbsp; libmailutils.la '/home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib'
&lt;br&gt;libtool: install: /usr/bin/install -c .libs/libmailutils.so.2.1.2 /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib/libmailutils.so.2.1.2
&lt;br&gt;libtool: install: (cd /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib &amp;&amp; { ln -s -f libmailutils.so.2.1.2 libmailutils.so.2 || { rm -f libmailutils.so.2 &amp;&amp; ln -s libmailutils.so.2.1.2 libmailutils.so.2; }; })
&lt;br&gt;libtool: install: (cd /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib &amp;&amp; { ln -s -f libmailutils.so.2.1.2 libmailutils.so || { rm -f libmailutils.so &amp;&amp; ln -s libmailutils.so.2.1.2 libmailutils.so; }; })
&lt;br&gt;libtool: install: /usr/bin/install -c .libs/libmailutils.lai /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib/libmailutils.la
&lt;br&gt;libtool: install: /usr/bin/install -c .libs/libmailutils.a /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib/libmailutils.a
&lt;br&gt;libtool: install: chmod 644 /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib/libmailutils.a
&lt;br&gt;libtool: install: ranlib /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib/libmailutils.a
&lt;br&gt;make[4]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/mailbox'
&lt;br&gt;make[3]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/mailbox'
&lt;br&gt;make[2]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/mailbox'
&lt;br&gt;make[1]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/mailbox'
&lt;br&gt;Making install in sql
&lt;br&gt;make[1]: Entering directory `/home/davidst/work/soft/mailutils-2.1/sql'
&lt;br&gt;make[2]: Entering directory `/home/davidst/work/soft/mailutils-2.1/sql'
&lt;br&gt;make[2]: Nothing to be done for `install-exec-am'.
&lt;br&gt;test -z &amp;quot;/usr/local/share/mailutils/2.1/modules&amp;quot; || /bin/mkdir -p &amp;quot;/home/davidst/work/soft/mailutils-2.1/zinst/usr/local/share/mailutils/2.1/modules&amp;quot;
&lt;br&gt;make[2]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/sql'
&lt;br&gt;make[1]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/sql'
&lt;br&gt;Making install in libmu_auth
&lt;br&gt;make[1]: Entering directory `/home/davidst/work/soft/mailutils-2.1/libmu_auth'
&lt;br&gt;make[2]: Entering directory `/home/davidst/work/soft/mailutils-2.1/libmu_auth'
&lt;br&gt;test -z &amp;quot;/usr/local/lib&amp;quot; || /bin/mkdir -p &amp;quot;/home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib&amp;quot;
&lt;br&gt;&amp;nbsp;/bin/sh ../libtool &amp;nbsp; --mode=install /usr/bin/install -c &amp;nbsp; libmu_auth.la '/home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib'
&lt;br&gt;libtool: install: (cd /home/davidst/work/soft/mailutils-2.1/libmu_auth; /bin/sh /home/davidst/work/soft/mailutils-2.1/libtool &amp;nbsp;--silent --tag CC --mode=relink gcc -DSITE_VIRTUAL_PWDDIR=\&amp;quot;/usr/local/etc/domain\&amp;quot; -DSITE_CRAM_MD5_PWD=\&amp;quot;/usr/local/etc/cram-md5.pwd\&amp;quot; -g -O2 -version-info 3:2:1 -o libmu_auth.la -rpath /usr/local/lib gsasl.lo lbuf.lo ldap.lo pam.lo radius.lo sql.lo tls.lo virtual.lo ../mailbox/libmailutils.la -lcrypt -lpthread -inst-prefix-dir /home/davidst/work/soft/mailutils-2.1/zinst)
&lt;br&gt;libtool: install: /usr/bin/install -c .libs/libmu_auth.so.2.1.2T /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib/libmu_auth.so.2.1.2
&lt;br&gt;libtool: install: (cd /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib &amp;&amp; { ln -s -f libmu_auth.so.2.1.2 libmu_auth.so.2 || { rm -f libmu_auth.so.2 &amp;&amp; ln -s libmu_auth.so.2.1.2 libmu_auth.so.2; }; })
&lt;br&gt;libtool: install: (cd /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib &amp;&amp; { ln -s -f libmu_auth.so.2.1.2 libmu_auth.so || { rm -f libmu_auth.so &amp;&amp; ln -s libmu_auth.so.2.1.2 libmu_auth.so; }; })
&lt;br&gt;libtool: install: /usr/bin/install -c .libs/libmu_auth.lai /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib/libmu_auth.la
&lt;br&gt;libtool: install: /usr/bin/install -c .libs/libmu_auth.a /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib/libmu_auth.a
&lt;br&gt;libtool: install: chmod 644 /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib/libmu_auth.a
&lt;br&gt;libtool: install: ranlib /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib/libmu_auth.a
&lt;br&gt;make[2]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/libmu_auth'
&lt;br&gt;make[1]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/libmu_auth'
&lt;br&gt;Making install in libproto
&lt;br&gt;make[1]: Entering directory `/home/davidst/work/soft/mailutils-2.1/libproto'
&lt;br&gt;Making install in include
&lt;br&gt;make[2]: Entering directory `/home/davidst/work/soft/mailutils-2.1/libproto/include'
&lt;br&gt;make[3]: Entering directory `/home/davidst/work/soft/mailutils-2.1/libproto/include'
&lt;br&gt;make[3]: Nothing to be done for `install-exec-am'.
&lt;br&gt;make[3]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/libproto/include'
&lt;br&gt;make[2]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/libproto/include'
&lt;br&gt;Making install in mbox
&lt;br&gt;make[2]: Entering directory `/home/davidst/work/soft/mailutils-2.1/libproto/mbox'
&lt;br&gt;make[3]: Entering directory `/home/davidst/work/soft/mailutils-2.1/libproto/mbox'
&lt;br&gt;test -z &amp;quot;/usr/local/lib&amp;quot; || /bin/mkdir -p &amp;quot;/home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib&amp;quot;
&lt;br&gt;&amp;nbsp;/bin/sh ../../libtool &amp;nbsp; --mode=install /usr/bin/install -c &amp;nbsp; libmu_mbox.la '/home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib'
&lt;br&gt;libtool: install: (cd /home/davidst/work/soft/mailutils-2.1/libproto/mbox; /bin/sh /home/davidst/work/soft/mailutils-2.1/libtool &amp;nbsp;--silent --tag CC --mode=relink gcc -g -O2 -version-info 3:2:1 -o libmu_mbox.la -rpath /usr/local/lib folder.lo mbox.lo mboxscan.lo ../../mailbox/libmailutils.la -lcrypt -lpthread -inst-prefix-dir /home/davidst/work/soft/mailutils-2.1/zinst)
&lt;br&gt;libtool: install: /usr/bin/install -c .libs/libmu_mbox.so.2.1.2T /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib/libmu_mbox.so.2.1.2
&lt;br&gt;libtool: install: (cd /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib &amp;&amp; { ln -s -f libmu_mbox.so.2.1.2 libmu_mbox.so.2 || { rm -f libmu_mbox.so.2 &amp;&amp; ln -s libmu_mbox.so.2.1.2 libmu_mbox.so.2; }; })
&lt;br&gt;libtool: install: (cd /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib &amp;&amp; { ln -s -f libmu_mbox.so.2.1.2 libmu_mbox.so || { rm -f libmu_mbox.so &amp;&amp; ln -s libmu_mbox.so.2.1.2 libmu_mbox.so; }; })
&lt;br&gt;libtool: install: /usr/bin/install -c .libs/libmu_mbox.lai /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib/libmu_mbox.la
&lt;br&gt;libtool: install: /usr/bin/install -c .libs/libmu_mbox.a /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib/libmu_mbox.a
&lt;br&gt;libtool: install: chmod 644 /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib/libmu_mbox.a
&lt;br&gt;libtool: install: ranlib /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib/libmu_mbox.a
&lt;br&gt;make[3]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/libproto/mbox'
&lt;br&gt;make[2]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/libproto/mbox'
&lt;br&gt;Making install in pop
&lt;br&gt;make[2]: Entering directory `/home/davidst/work/soft/mailutils-2.1/libproto/pop'
&lt;br&gt;make[3]: Entering directory `/home/davidst/work/soft/mailutils-2.1/libproto/pop'
&lt;br&gt;test -z &amp;quot;/usr/local/lib&amp;quot; || /bin/mkdir -p &amp;quot;/home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib&amp;quot;
&lt;br&gt;&amp;nbsp;/bin/sh ../../libtool &amp;nbsp; --mode=install /usr/bin/install -c &amp;nbsp; libmu_pop.la '/home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib'
&lt;br&gt;libtool: install: (cd /home/davidst/work/soft/mailutils-2.1/libproto/pop; /bin/sh /home/davidst/work/soft/mailutils-2.1/libtool &amp;nbsp;--silent --tag CC --mode=relink gcc -g -O2 -version-info 3:2:1 -o libmu_pop.la -rpath /usr/local/lib folder.lo mbox.lo url.lo pop3_apop.lo pop3_capa.lo pop3_carrier.lo pop3_connect.lo pop3_create.lo pop3_debug.lo pop3_dele.lo pop3_destroy.lo pop3_disconnect.lo pop3_iterator.lo pop3_lista.lo pop3_list.lo pop3_noop.lo pop3_pass.lo pop3_quit.lo pop3_readline.lo pop3_response.lo pop3_retr.lo pop3_rset.lo pop3_sendline.lo pop3_stat.lo pop3_stls.lo pop3_stream.lo pop3_timeout.lo pop3_top.lo pop3_uidla.lo pop3_uidl.lo pop3_user.lo ../../libmu_auth/libmu_auth.la ../../mailbox/libmailutils.la -lcrypt -lpthread -inst-prefix-dir /home/davidst/work/soft/mailutils-2.1/zinst)
&lt;br&gt;libtool: install: /usr/bin/install -c .libs/libmu_pop.so.2.1.2T /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib/libmu_pop.so.2.1.2
&lt;br&gt;libtool: install: (cd /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib &amp;&amp; { ln -s -f libmu_pop.so.2.1.2 libmu_pop.so.2 || { rm -f libmu_pop.so.2 &amp;&amp; ln -s libmu_pop.so.2.1.2 libmu_pop.so.2; }; })
&lt;br&gt;libtool: install: (cd /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib &amp;&amp; { ln -s -f libmu_pop.so.2.1.2 libmu_pop.so || { rm -f libmu_pop.so &amp;&amp; ln -s libmu_pop.so.2.1.2 libmu_pop.so; }; })
&lt;br&gt;libtool: install: /usr/bin/install -c .libs/libmu_pop.lai /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib/libmu_pop.la
&lt;br&gt;libtool: install: /usr/bin/install -c .libs/libmu_pop.a /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib/libmu_pop.a
&lt;br&gt;libtool: install: chmod 644 /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib/libmu_pop.a
&lt;br&gt;libtool: install: ranlib /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib/libmu_pop.a
&lt;br&gt;make[3]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/libproto/pop'
&lt;br&gt;make[2]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/libproto/pop'
&lt;br&gt;Making install in nntp
&lt;br&gt;make[2]: Entering directory `/home/davidst/work/soft/mailutils-2.1/libproto/nntp'
&lt;br&gt;make[3]: Entering directory `/home/davidst/work/soft/mailutils-2.1/libproto/nntp'
&lt;br&gt;test -z &amp;quot;/usr/local/lib&amp;quot; || /bin/mkdir -p &amp;quot;/home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib&amp;quot;
&lt;br&gt;&amp;nbsp;/bin/sh ../../libtool &amp;nbsp; --mode=install /usr/bin/install -c &amp;nbsp; libmu_nntp.la '/home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib'
&lt;br&gt;libtool: install: (cd /home/davidst/work/soft/mailutils-2.1/libproto/nntp; /bin/sh /home/davidst/work/soft/mailutils-2.1/libtool &amp;nbsp;--silent --tag CC --mode=relink gcc -g -O2 -version-info 3:2:1 -o libmu_nntp.la -rpath /usr/local/lib nntp_article.lo nntp_body.lo nntp_carrier.lo nntp_connect.lo nntp_create.lo nntp_date.lo nntp_debug.lo nntp_destroy.lo nntp_disconnect.lo nntp_group.lo nntp_head.lo nntp_help.lo nntp_ihave.lo nntp_iterator.lo nntp_last.lo nntp_list_active.lo nntp_list_distribpats.lo nntp_list_distributions.lo nntp_list_extensions.lo nntp_list_newsgroups.lo nntp_list_times.lo nntp_mode_reader.lo nntp_newgroups.lo nntp_newnews.lo nntp_next.lo nntp_post.lo nntp_quit.lo nntp_readline.lo nntp_response.lo nntp_sendline.lo nntp_stat.lo nntp_stream.lo nntp_timeout.lo url.lo folder.lo mbox.lo ../../mailbox/libmailutils.la -lcrypt -lpthread -inst-prefix-dir /home/davidst/work/soft/mailutils-2.1/zinst)
&lt;br&gt;libtool: install: /usr/bin/install -c .libs/libmu_nntp.so.2.1.2T /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib/libmu_nntp.so.2.1.2
&lt;br&gt;libtool: install: (cd /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib &amp;&amp; { ln -s -f libmu_nntp.so.2.1.2 libmu_nntp.so.2 || { rm -f libmu_nntp.so.2 &amp;&amp; ln -s libmu_nntp.so.2.1.2 libmu_nntp.so.2; }; })
&lt;br&gt;libtool: install: (cd /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib &amp;&amp; { ln -s -f libmu_nntp.so.2.1.2 libmu_nntp.so || { rm -f libmu_nntp.so &amp;&amp; ln -s libmu_nntp.so.2.1.2 libmu_nntp.so; }; })
&lt;br&gt;libtool: install: /usr/bin/install -c .libs/libmu_nntp.lai /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib/libmu_nntp.la
&lt;br&gt;libtool: install: /usr/bin/install -c .libs/libmu_nntp.a /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib/libmu_nntp.a
&lt;br&gt;libtool: install: chmod 644 /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib/libmu_nntp.a
&lt;br&gt;libtool: install: ranlib /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib/libmu_nntp.a
&lt;br&gt;make[3]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/libproto/nntp'
&lt;br&gt;make[2]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/libproto/nntp'
&lt;br&gt;Making install in imap
&lt;br&gt;make[2]: Entering directory `/home/davidst/work/soft/mailutils-2.1/libproto/imap'
&lt;br&gt;make[3]: Entering directory `/home/davidst/work/soft/mailutils-2.1/libproto/imap'
&lt;br&gt;test -z &amp;quot;/usr/local/lib&amp;quot; || /bin/mkdir -p &amp;quot;/home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib&amp;quot;
&lt;br&gt;&amp;nbsp;/bin/sh ../../libtool &amp;nbsp; --mode=install /usr/bin/install -c &amp;nbsp; libmu_imap.la '/home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib'
&lt;br&gt;libtool: install: (cd /home/davidst/work/soft/mailutils-2.1/libproto/imap; /bin/sh /home/davidst/work/soft/mailutils-2.1/libtool &amp;nbsp;--silent --tag CC --mode=relink gcc -g -O2 -version-info 3:2:1 -o libmu_imap.la -rpath /usr/local/lib folder.lo mbox.lo url.lo ../../libmu_auth/libmu_auth.la ../../mailbox/libmailutils.la -lcrypt -lpthread -inst-prefix-dir /home/davidst/work/soft/mailutils-2.1/zinst)
&lt;br&gt;libtool: install: /usr/bin/install -c .libs/libmu_imap.so.2.1.2T /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib/libmu_imap.so.2.1.2
&lt;br&gt;libtool: install: (cd /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib &amp;&amp; { ln -s -f libmu_imap.so.2.1.2 libmu_imap.so.2 || { rm -f libmu_imap.so.2 &amp;&amp; ln -s libmu_imap.so.2.1.2 libmu_imap.so.2; }; })
&lt;br&gt;libtool: install: (cd /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib &amp;&amp; { ln -s -f libmu_imap.so.2.1.2 libmu_imap.so || { rm -f libmu_imap.so &amp;&amp; ln -s libmu_imap.so.2.1.2 libmu_imap.so; }; })
&lt;br&gt;libtool: install: /usr/bin/install -c .libs/libmu_imap.lai /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib/libmu_imap.la
&lt;br&gt;libtool: install: /usr/bin/install -c .libs/libmu_imap.a /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib/libmu_imap.a
&lt;br&gt;libtool: install: chmod 644 /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib/libmu_imap.a
&lt;br&gt;libtool: install: ranlib /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib/libmu_imap.a
&lt;br&gt;make[3]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/libproto/imap'
&lt;br&gt;make[2]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/libproto/imap'
&lt;br&gt;Making install in mh
&lt;br&gt;make[2]: Entering directory `/home/davidst/work/soft/mailutils-2.1/libproto/mh'
&lt;br&gt;make[3]: Entering directory `/home/davidst/work/soft/mailutils-2.1/libproto/mh'
&lt;br&gt;test -z &amp;quot;/usr/local/lib&amp;quot; || /bin/mkdir -p &amp;quot;/home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib&amp;quot;
&lt;br&gt;&amp;nbsp;/bin/sh ../../libtool &amp;nbsp; --mode=install /usr/bin/install -c &amp;nbsp; libmu_mh.la '/home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib'
&lt;br&gt;libtool: install: (cd /home/davidst/work/soft/mailutils-2.1/libproto/mh; /bin/sh /home/davidst/work/soft/mailutils-2.1/libtool &amp;nbsp;--silent --tag CC --mode=relink gcc -g -O2 -version-info 3:2:1 -o libmu_mh.la -rpath /usr/local/lib folder.lo mbox.lo ../../mailbox/libmailutils.la -lcrypt -lpthread -inst-prefix-dir /home/davidst/work/soft/mailutils-2.1/zinst)
&lt;br&gt;libtool: install: /usr/bin/install -c .libs/libmu_mh.so.2.1.2T /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib/libmu_mh.so.2.1.2
&lt;br&gt;libtool: install: (cd /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib &amp;&amp; { ln -s -f libmu_mh.so.2.1.2 libmu_mh.so.2 || { rm -f libmu_mh.so.2 &amp;&amp; ln -s libmu_mh.so.2.1.2 libmu_mh.so.2; }; })
&lt;br&gt;libtool: install: (cd /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib &amp;&amp; { ln -s -f libmu_mh.so.2.1.2 libmu_mh.so || { rm -f libmu_mh.so &amp;&amp; ln -s libmu_mh.so.2.1.2 libmu_mh.so; }; })
&lt;br&gt;libtool: install: /usr/bin/install -c .libs/libmu_mh.lai /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib/libmu_mh.la
&lt;br&gt;libtool: install: /usr/bin/install -c .libs/libmu_mh.a /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib/libmu_mh.a
&lt;br&gt;libtool: install: chmod 644 /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib/libmu_mh.a
&lt;br&gt;libtool: install: ranlib /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib/libmu_mh.a
&lt;br&gt;make[3]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/libproto/mh'
&lt;br&gt;make[2]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/libproto/mh'
&lt;br&gt;Making install in maildir
&lt;br&gt;make[2]: Entering directory `/home/davidst/work/soft/mailutils-2.1/libproto/maildir'
&lt;br&gt;make[3]: Entering directory `/home/davidst/work/soft/mailutils-2.1/libproto/maildir'
&lt;br&gt;test -z &amp;quot;/usr/local/lib&amp;quot; || /bin/mkdir -p &amp;quot;/home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib&amp;quot;
&lt;br&gt;&amp;nbsp;/bin/sh ../../libtool &amp;nbsp; --mode=install /usr/bin/install -c &amp;nbsp; libmu_maildir.la '/home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib'
&lt;br&gt;libtool: install: (cd /home/davidst/work/soft/mailutils-2.1/libproto/maildir; /bin/sh /home/davidst/work/soft/mailutils-2.1/libtool &amp;nbsp;--silent --tag CC --mode=relink gcc -g -O2 -version-info 3:2:1 -o libmu_maildir.la -rpath /usr/local/lib folder.lo mbox.lo ../../mailbox/libmailutils.la -lcrypt -lpthread -inst-prefix-dir /home/davidst/work/soft/mailutils-2.1/zinst)
&lt;br&gt;libtool: install: /usr/bin/install -c .libs/libmu_maildir.so.2.1.2T /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib/libmu_maildir.so.2.1.2
&lt;br&gt;libtool: install: (cd /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib &amp;&amp; { ln -s -f libmu_maildir.so.2.1.2 libmu_maildir.so.2 || { rm -f libmu_maildir.so.2 &amp;&amp; ln -s libmu_maildir.so.2.1.2 libmu_maildir.so.2; }; })
&lt;br&gt;libtool: install: (cd /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib &amp;&amp; { ln -s -f libmu_maildir.so.2.1.2 libmu_maildir.so || { rm -f libmu_maildir.so &amp;&amp; ln -s libmu_maildir.so.2.1.2 libmu_maildir.so; }; })
&lt;br&gt;libtool: install: /usr/bin/install -c .libs/libmu_maildir.lai /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib/libmu_maildir.la
&lt;br&gt;libtool: install: /usr/bin/install -c .libs/libmu_maildir.a /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib/libmu_maildir.a
&lt;br&gt;libtool: install: chmod 644 /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib/libmu_maildir.a
&lt;br&gt;libtool: install: ranlib /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib/libmu_maildir.a
&lt;br&gt;make[3]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/libproto/maildir'
&lt;br&gt;make[2]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/libproto/maildir'
&lt;br&gt;Making install in mailer
&lt;br&gt;make[2]: Entering directory `/home/davidst/work/soft/mailutils-2.1/libproto/mailer'
&lt;br&gt;make[3]: Entering directory `/home/davidst/work/soft/mailutils-2.1/libproto/mailer'
&lt;br&gt;test -z &amp;quot;/usr/local/lib&amp;quot; || /bin/mkdir -p &amp;quot;/home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib&amp;quot;
&lt;br&gt;&amp;nbsp;/bin/sh ../../libtool &amp;nbsp; --mode=install /usr/bin/install -c &amp;nbsp; libmu_mailer.la '/home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib'
&lt;br&gt;libtool: install: (cd /home/davidst/work/soft/mailutils-2.1/libproto/mailer; /bin/sh /home/davidst/work/soft/mailutils-2.1/libtool &amp;nbsp;--silent --tag CC --mode=relink gcc -g -O2 -version-info 3:2:1 -o libmu_mailer.la -rpath /usr/local/lib mbox.lo prog.lo sendmail.lo smtp.lo remote.lo ../../libmu_auth/libmu_auth.la ../../mailbox/libmailutils.la -lcrypt -lpthread -inst-prefix-dir /home/davidst/work/soft/mailutils-2.1/zinst)
&lt;br&gt;libtool: install: /usr/bin/install -c .libs/libmu_mailer.so.2.1.2T /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib/libmu_mailer.so.2.1.2
&lt;br&gt;libtool: install: (cd /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib &amp;&amp; { ln -s -f libmu_mailer.so.2.1.2 libmu_mailer.so.2 || { rm -f libmu_mailer.so.2 &amp;&amp; ln -s libmu_mailer.so.2.1.2 libmu_mailer.so.2; }; })
&lt;br&gt;libtool: install: (cd /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib &amp;&amp; { ln -s -f libmu_mailer.so.2.1.2 libmu_mailer.so || { rm -f libmu_mailer.so &amp;&amp; ln -s libmu_mailer.so.2.1.2 libmu_mailer.so; }; })
&lt;br&gt;libtool: install: /usr/bin/install -c .libs/libmu_mailer.lai /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib/libmu_mailer.la
&lt;br&gt;libtool: install: /usr/bin/install -c .libs/libmu_mailer.a /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib/libmu_mailer.a
&lt;br&gt;libtool: install: chmod 644 /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib/libmu_mailer.a
&lt;br&gt;libtool: install: ranlib /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib/libmu_mailer.a
&lt;br&gt;make[3]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/libproto/mailer'
&lt;br&gt;make[2]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/libproto/mailer'
&lt;br&gt;make[2]: Entering directory `/home/davidst/work/soft/mailutils-2.1/libproto'
&lt;br&gt;make[3]: Entering directory `/home/davidst/work/soft/mailutils-2.1/libproto'
&lt;br&gt;make[3]: Nothing to be done for `install-exec-am'.
&lt;br&gt;make[3]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/libproto'
&lt;br&gt;make[2]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/libproto'
&lt;br&gt;make[1]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/libproto'
&lt;br&gt;Making install in lib
&lt;br&gt;make[1]: Entering directory `/home/davidst/work/soft/mailutils-2.1/lib'
&lt;br&gt;make &amp;nbsp;install-recursive
&lt;br&gt;make[2]: Entering directory `/home/davidst/work/soft/mailutils-2.1/lib'
&lt;br&gt;make[3]: Entering directory `/home/davidst/work/soft/mailutils-2.1/lib'
&lt;br&gt;make[4]: Entering directory `/home/davidst/work/soft/mailutils-2.1/lib'
&lt;br&gt;if test yes = no; then \
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; case 'linux-gnu' in \
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; darwin[56]*) \
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; need_charset_alias=true ;; \
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; darwin* | cygwin* | mingw* | pw32* | cegcc*) \
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; need_charset_alias=false ;; \
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; *) \
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; need_charset_alias=true ;; \
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; esac ; \
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; else \
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; need_charset_alias=false ; \
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; fi ; \
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if $need_charset_alias; then \
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; /bin/sh /home/davidst/work/soft/mailutils-2.1/build-aux/install-sh -d /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib ; \
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; fi ; \
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if test -f /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib/charset.alias; then \
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; sed -f ref-add.sed /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib/charset.alias &amp;gt; /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib/charset.tmp ; \
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; /usr/bin/install -c -m 644 /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib/charset.tmp /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib/charset.alias ; \
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; rm -f /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib/charset.tmp ; \
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; else \
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if $need_charset_alias; then \
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; sed -f ref-add.sed charset.alias &amp;gt; /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib/charset.tmp ; \
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; /usr/bin/install -c -m 644 /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib/charset.tmp /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib/charset.alias ; \
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; rm -f /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib/charset.tmp ; \
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; fi ; \
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; fi
&lt;br&gt;make[4]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/lib'
&lt;br&gt;make[3]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/lib'
&lt;br&gt;make[2]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/lib'
&lt;br&gt;make[1]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/lib'
&lt;br&gt;Making install in libmu_argp
&lt;br&gt;make[1]: Entering directory `/home/davidst/work/soft/mailutils-2.1/libmu_argp'
&lt;br&gt;make[2]: Entering directory `/home/davidst/work/soft/mailutils-2.1/libmu_argp'
&lt;br&gt;test -z &amp;quot;/usr/local/lib&amp;quot; || /bin/mkdir -p &amp;quot;/home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib&amp;quot;
&lt;br&gt;&amp;nbsp;/usr/bin/install -c -m 644 &amp;nbsp;libmu_argp.a '/home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib'
&lt;br&gt;&amp;nbsp;( cd '/home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib' &amp;&amp; ranlib libmu_argp.a )
&lt;br&gt;make[2]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/libmu_argp'
&lt;br&gt;make[1]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/libmu_argp'
&lt;br&gt;Making install in libmu_cfg
&lt;br&gt;make[1]: Entering directory `/home/davidst/work/soft/mailutils-2.1/libmu_cfg'
&lt;br&gt;make[2]: Entering directory `/home/davidst/work/soft/mailutils-2.1/libmu_cfg'
&lt;br&gt;test -z &amp;quot;/usr/local/lib&amp;quot; || /bin/mkdir -p &amp;quot;/home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib&amp;quot;
&lt;br&gt;&amp;nbsp;/bin/sh ../libtool &amp;nbsp; --mode=install /usr/bin/install -c &amp;nbsp; libmu_cfg.la '/home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib'
&lt;br&gt;libtool: install: /usr/bin/install -c .libs/libmu_cfg.so.0.0.0 /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib/libmu_cfg.so.0.0.0
&lt;br&gt;libtool: install: (cd /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib &amp;&amp; { ln -s -f libmu_cfg.so.0.0.0 libmu_cfg.so.0 || { rm -f libmu_cfg.so.0 &amp;&amp; ln -s libmu_cfg.so.0.0.0 libmu_cfg.so.0; }; })
&lt;br&gt;libtool: install: (cd /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib &amp;&amp; { ln -s -f libmu_cfg.so.0.0.0 libmu_cfg.so || { rm -f libmu_cfg.so &amp;&amp; ln -s libmu_cfg.so.0.0.0 libmu_cfg.so; }; })
&lt;br&gt;libtool: install: /usr/bin/install -c .libs/libmu_cfg.lai /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib/libmu_cfg.la
&lt;br&gt;libtool: install: /usr/bin/install -c .libs/libmu_cfg.a /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib/libmu_cfg.a
&lt;br&gt;libtool: install: chmod 644 /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib/libmu_cfg.a
&lt;br&gt;libtool: install: ranlib /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib/libmu_cfg.a
&lt;br&gt;make[2]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/libmu_cfg'
&lt;br&gt;make[1]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/libmu_cfg'
&lt;br&gt;Making install in libmu_cpp
&lt;br&gt;make[1]: Entering directory `/home/davidst/work/soft/mailutils-2.1/libmu_cpp'
&lt;br&gt;make[2]: Entering directory `/home/davidst/work/soft/mailutils-2.1/libmu_cpp'
&lt;br&gt;test -z &amp;quot;/usr/local/lib&amp;quot; || /bin/mkdir -p &amp;quot;/home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib&amp;quot;
&lt;br&gt;&amp;nbsp;/bin/sh ../libtool &amp;nbsp; --mode=install /usr/bin/install -c &amp;nbsp; libmu_cpp.la '/home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib'
&lt;br&gt;libtool: install: /usr/bin/install -c .libs/libmu_cpp.so.2.1.2 /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib/libmu_cpp.so.2.1.2
&lt;br&gt;libtool: install: (cd /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib &amp;&amp; { ln -s -f libmu_cpp.so.2.1.2 libmu_cpp.so.2 || { rm -f libmu_cpp.so.2 &amp;&amp; ln -s libmu_cpp.so.2.1.2 libmu_cpp.so.2; }; })
&lt;br&gt;libtool: install: (cd /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib &amp;&amp; { ln -s -f libmu_cpp.so.2.1.2 libmu_cpp.so || { rm -f libmu_cpp.so &amp;&amp; ln -s libmu_cpp.so.2.1.2 libmu_cpp.so; }; })
&lt;br&gt;libtool: install: /usr/bin/install -c .libs/libmu_cpp.lai /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib/libmu_cpp.la
&lt;br&gt;libtool: install: /usr/bin/install -c .libs/libmu_cpp.a /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib/libmu_cpp.a
&lt;br&gt;libtool: install: chmod 644 /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib/libmu_cpp.a
&lt;br&gt;libtool: install: ranlib /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib/libmu_cpp.a
&lt;br&gt;make[2]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/libmu_cpp'
&lt;br&gt;make[1]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/libmu_cpp'
&lt;br&gt;Making install in libmu_sieve
&lt;br&gt;make[1]: Entering directory `/home/davidst/work/soft/mailutils-2.1/libmu_sieve'
&lt;br&gt;make &amp;nbsp;install-recursive
&lt;br&gt;make[2]: Entering directory `/home/davidst/work/soft/mailutils-2.1/libmu_sieve'
&lt;br&gt;Making install in .
&lt;br&gt;make[3]: Entering directory `/home/davidst/work/soft/mailutils-2.1/libmu_sieve'
&lt;br&gt;make[4]: Entering directory `/home/davidst/work/soft/mailutils-2.1/libmu_sieve'
&lt;br&gt;test -z &amp;quot;/usr/local/lib&amp;quot; || /bin/mkdir -p &amp;quot;/home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib&amp;quot;
&lt;br&gt;&amp;nbsp;/bin/sh ../libtool &amp;nbsp; --mode=install /usr/bin/install -c &amp;nbsp; libmu_sieve.la '/home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib'
&lt;br&gt;libtool: install: (cd /home/davidst/work/soft/mailutils-2.1/libmu_sieve; /bin/sh /home/davidst/work/soft/mailutils-2.1/libtool &amp;nbsp;--silent --tag CC --mode=relink gcc -g -O2 -version-info 3:2:1 -o libmu_sieve.la -rpath /usr/local/lib actions.lo conf.lo comparator.lo load.lo prog.lo register.lo relational.lo require.lo runtime.lo sieve-gram.lo sieve-lex.lo tests.lo util.lo ../mailbox/libmailutils.la -lcrypt -lpthread -inst-prefix-dir /home/davidst/work/soft/mailutils-2.1/zinst)
&lt;br&gt;libtool: install: /usr/bin/install -c .libs/libmu_sieve.so.2.1.2T /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib/libmu_sieve.so.2.1.2
&lt;br&gt;libtool: install: (cd /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib &amp;&amp; { ln -s -f libmu_sieve.so.2.1.2 libmu_sieve.so.2 || { rm -f libmu_sieve.so.2 &amp;&amp; ln -s libmu_sieve.so.2.1.2 libmu_sieve.so.2; }; })
&lt;br&gt;libtool: install: (cd /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib &amp;&amp; { ln -s -f libmu_sieve.so.2.1.2 libmu_sieve.so || { rm -f libmu_sieve.so &amp;&amp; ln -s libmu_sieve.so.2.1.2 libmu_sieve.so; }; })
&lt;br&gt;libtool: install: /usr/bin/install -c .libs/libmu_sieve.lai /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib/libmu_sieve.la
&lt;br&gt;libtool: install: /usr/bin/install -c .libs/libmu_sieve.a /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib/libmu_sieve.a
&lt;br&gt;libtool: install: chmod 644 /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib/libmu_sieve.a
&lt;br&gt;libtool: install: ranlib /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib/libmu_sieve.a
&lt;br&gt;make[4]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/libmu_sieve'
&lt;br&gt;make[3]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/libmu_sieve'
&lt;br&gt;Making install in extensions
&lt;br&gt;make[3]: Entering directory `/home/davidst/work/soft/mailutils-2.1/libmu_sieve/extensions'
&lt;br&gt;make[4]: Entering directory `/home/davidst/work/soft/mailutils-2.1/libmu_sieve/extensions'
&lt;br&gt;make[4]: Nothing to be done for `install-exec-am'.
&lt;br&gt;test -z &amp;quot;/usr/local/lib/mailutils&amp;quot; || /bin/mkdir -p &amp;quot;/home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib/mailutils&amp;quot;
&lt;br&gt;&amp;nbsp;/bin/sh ../../libtool &amp;nbsp; --mode=install /usr/bin/install -c &amp;nbsp; list.la moderator.la pipe.la spamd.la timestamp.la vacation.la '/home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib/mailutils'
&lt;br&gt;libtool: install: (cd /home/davidst/work/soft/mailutils-2.1/libmu_sieve/extensions; /bin/sh /home/davidst/work/soft/mailutils-2.1/libtool &amp;nbsp;--silent --tag CC --mode=relink gcc -g -O2 -module -avoid-version -no-undefined -rpath /usr/local/lib/mailutils -o list.la -rpath /usr/local/lib/mailutils list.lo ../libmu_sieve.la -inst-prefix-dir /home/davidst/work/soft/mailutils-2.1/zinst)
&lt;br&gt;libtool: install: /usr/bin/install -c .libs/list.soT /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib/mailutils/list.so
&lt;br&gt;libtool: install: /usr/bin/install -c .libs/list.lai /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib/mailutils/list.la
&lt;br&gt;libtool: install: (cd /home/davidst/work/soft/mailutils-2.1/libmu_sieve/extensions; /bin/sh /home/davidst/work/soft/mailutils-2.1/libtool &amp;nbsp;--silent --tag CC --mode=relink gcc -g -O2 -module -avoid-version -no-undefined -rpath /usr/local/lib/mailutils -o moderator.la -rpath /usr/local/lib/mailutils moderator.lo ../libmu_sieve.la -inst-prefix-dir /home/davidst/work/soft/mailutils-2.1/zinst)
&lt;br&gt;libtool: install: /usr/bin/install -c .libs/moderator.soT /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib/mailutils/moderator.so
&lt;br&gt;libtool: install: /usr/bin/install -c .libs/moderator.lai /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib/mailutils/moderator.la
&lt;br&gt;libtool: install: (cd /home/davidst/work/soft/mailutils-2.1/libmu_sieve/extensions; /bin/sh /home/davidst/work/soft/mailutils-2.1/libtool &amp;nbsp;--silent --tag CC --mode=relink gcc -g -O2 -module -avoid-version -no-undefined -rpath /usr/local/lib/mailutils -o pipe.la -rpath /usr/local/lib/mailutils pipe.lo ../libmu_sieve.la -inst-prefix-dir /home/davidst/work/soft/mailutils-2.1/zinst)
&lt;br&gt;libtool: install: /usr/bin/install -c .libs/pipe.soT /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib/mailutils/pipe.so
&lt;br&gt;libtool: install: /usr/bin/install -c .libs/pipe.lai /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib/mailutils/pipe.la
&lt;br&gt;libtool: install: (cd /home/davidst/work/soft/mailutils-2.1/libmu_sieve/extensions; /bin/sh /home/davidst/work/soft/mailutils-2.1/libtool &amp;nbsp;--silent --tag CC --mode=relink gcc -g -O2 -module -avoid-version -no-undefined -rpath /usr/local/lib/mailutils -o spamd.la -rpath /usr/local/lib/mailutils spamd.lo ../libmu_sieve.la -inst-prefix-dir /home/davidst/work/soft/mailutils-2.1/zinst)
&lt;br&gt;libtool: install: /usr/bin/install -c .libs/spamd.soT /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib/mailutils/spamd.so
&lt;br&gt;libtool: install: /usr/bin/install -c .libs/spamd.lai /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib/mailutils/spamd.la
&lt;br&gt;libtool: install: (cd /home/davidst/work/soft/mailutils-2.1/libmu_sieve/extensions; /bin/sh /home/davidst/work/soft/mailutils-2.1/libtool &amp;nbsp;--silent --tag CC --mode=relink gcc -g -O2 -module -avoid-version -no-undefined -rpath /usr/local/lib/mailutils -o timestamp.la -rpath /usr/local/lib/mailutils timestamp.lo ../libmu_sieve.la -inst-prefix-dir /home/davidst/work/soft/mailutils-2.1/zinst)
&lt;br&gt;libtool: install: /usr/bin/install -c .libs/timestamp.soT /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib/mailutils/timestamp.so
&lt;br&gt;libtool: install: /usr/bin/install -c .libs/timestamp.lai /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib/mailutils/timestamp.la
&lt;br&gt;libtool: install: (cd /home/davidst/work/soft/mailutils-2.1/libmu_sieve/extensions; /bin/sh /home/davidst/work/soft/mailutils-2.1/libtool &amp;nbsp;--silent --tag CC --mode=relink gcc -g -O2 -module -avoid-version -no-undefined -rpath /usr/local/lib/mailutils -o vacation.la -rpath /usr/local/lib/mailutils vacation.lo ../libmu_sieve.la -inst-prefix-dir /home/davidst/work/soft/mailutils-2.1/zinst)
&lt;br&gt;libtool: install: /usr/bin/install -c .libs/vacation.soT /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib/mailutils/vacation.so
&lt;br&gt;libtool: install: /usr/bin/install -c .libs/vacation.lai /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib/mailutils/vacation.la
&lt;br&gt;libtool: install: /usr/bin/install -c .libs/list.a /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib/mailutils/list.a
&lt;br&gt;libtool: install: chmod 644 /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib/mailutils/list.a
&lt;br&gt;libtool: install: ranlib /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib/mailutils/list.a
&lt;br&gt;libtool: install: /usr/bin/install -c .libs/moderator.a /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib/mailutils/moderator.a
&lt;br&gt;libtool: install: chmod 644 /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib/mailutils/moderator.a
&lt;br&gt;libtool: install: ranlib /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib/mailutils/moderator.a
&lt;br&gt;libtool: install: /usr/bin/install -c .libs/pipe.a /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib/mailutils/pipe.a
&lt;br&gt;libtool: install: chmod 644 /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib/mailutils/pipe.a
&lt;br&gt;libtool: install: ranlib /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib/mailutils/pipe.a
&lt;br&gt;libtool: install: /usr/bin/install -c .libs/spamd.a /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib/mailutils/spamd.a
&lt;br&gt;libtool: install: chmod 644 /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib/mailutils/spamd.a
&lt;br&gt;libtool: install: ranlib /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib/mailutils/spamd.a
&lt;br&gt;libtool: install: /usr/bin/install -c .libs/timestamp.a /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib/mailutils/timestamp.a
&lt;br&gt;libtool: install: chmod 644 /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib/mailutils/timestamp.a
&lt;br&gt;libtool: install: ranlib /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib/mailutils/timestamp.a
&lt;br&gt;libtool: install: /usr/bin/install -c .libs/vacation.a /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib/mailutils/vacation.a
&lt;br&gt;libtool: install: chmod 644 /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib/mailutils/vacation.a
&lt;br&gt;libtool: install: ranlib /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib/mailutils/vacation.a
&lt;br&gt;make[4]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/libmu_sieve/extensions'
&lt;br&gt;make[3]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/libmu_sieve/extensions'
&lt;br&gt;make[2]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/libmu_sieve'
&lt;br&gt;make[1]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/libmu_sieve'
&lt;br&gt;Making install in doc
&lt;br&gt;make[1]: Entering directory `/home/davidst/work/soft/mailutils-2.1/doc'
&lt;br&gt;Making install in texinfo
&lt;br&gt;make[2]: Entering directory `/home/davidst/work/soft/mailutils-2.1/doc/texinfo'
&lt;br&gt;make[3]: Entering directory `/home/davidst/work/soft/mailutils-2.1/doc/texinfo'
&lt;br&gt;make[3]: Nothing to be done for `install-exec-am'.
&lt;br&gt;test -z &amp;quot;/usr/local/share/info&amp;quot; || /bin/mkdir -p &amp;quot;/home/davidst/work/soft/mailutils-2.1/zinst/usr/local/share/info&amp;quot;
&lt;br&gt;&amp;nbsp;/usr/bin/install -c -m 644 ./mailutils.info ./mailutils.info-1 ./mailutils.info-2 '/home/davidst/work/soft/mailutils-2.1/zinst/usr/local/share/info'
&lt;br&gt;make[3]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/doc/texinfo'
&lt;br&gt;make[2]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/doc/texinfo'
&lt;br&gt;Making install in rfc
&lt;br&gt;make[2]: Entering directory `/home/davidst/work/soft/mailutils-2.1/doc/rfc'
&lt;br&gt;make[3]: Entering directory `/home/davidst/work/soft/mailutils-2.1/doc/rfc'
&lt;br&gt;make[3]: Nothing to be done for `install-exec-am'.
&lt;br&gt;make[3]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/doc/rfc'
&lt;br&gt;make[2]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/doc/rfc'
&lt;br&gt;Making install in man
&lt;br&gt;make[2]: Entering directory `/home/davidst/work/soft/mailutils-2.1/doc/man'
&lt;br&gt;make[3]: Entering directory `/home/davidst/work/soft/mailutils-2.1/doc/man'
&lt;br&gt;make[3]: Nothing to be done for `install-exec-am'.
&lt;br&gt;test -z &amp;quot;/usr/local/share/man/man1&amp;quot; || /bin/mkdir -p &amp;quot;/home/davidst/work/soft/mailutils-2.1/zinst/usr/local/share/man/man1&amp;quot;
&lt;br&gt;&amp;nbsp;/usr/bin/install -c -m 644 pop3d.1 imap4d.1 popauth.1 mail.1 '/home/davidst/work/soft/mailutils-2.1/zinst/usr/local/share/man/man1'
&lt;br&gt;make[3]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/doc/man'
&lt;br&gt;make[2]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/doc/man'
&lt;br&gt;make[2]: Entering directory `/home/davidst/work/soft/mailutils-2.1/doc'
&lt;br&gt;make[3]: Entering directory `/home/davidst/work/soft/mailutils-2.1/doc'
&lt;br&gt;make[3]: Nothing to be done for `install-exec-am'.
&lt;br&gt;make[3]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/doc'
&lt;br&gt;make[2]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/doc'
&lt;br&gt;make[1]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/doc'
&lt;br&gt;Making install in config
&lt;br&gt;make[1]: Entering directory `/home/davidst/work/soft/mailutils-2.1/config'
&lt;br&gt;make[2]: Entering directory `/home/davidst/work/soft/mailutils-2.1/config'
&lt;br&gt;test -z &amp;quot;/usr/local/bin&amp;quot; || /bin/mkdir -p &amp;quot;/home/davidst/work/soft/mailutils-2.1/zinst/usr/local/bin&amp;quot;
&lt;br&gt;&amp;nbsp; /bin/sh ../libtool &amp;nbsp; --mode=install /usr/bin/install -c mailutils-config '/home/davidst/work/soft/mailutils-2.1/zinst/usr/local/bin'
&lt;br&gt;libtool: install: /usr/bin/install -c .libs/mailutils-config /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/bin/mailutils-config
&lt;br&gt;test -z &amp;quot;/usr/local/share/aclocal&amp;quot; || /bin/mkdir -p &amp;quot;/home/davidst/work/soft/mailutils-2.1/zinst/usr/local/share/aclocal&amp;quot;
&lt;br&gt;&amp;nbsp;/usr/bin/install -c -m 644 mailutils.m4 '/home/davidst/work/soft/mailutils-2.1/zinst/usr/local/share/aclocal'
&lt;br&gt;make[2]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/config'
&lt;br&gt;make[1]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/config'
&lt;br&gt;Making install in examples
&lt;br&gt;make[1]: Entering directory `/home/davidst/work/soft/mailutils-2.1/examples'
&lt;br&gt;Making install in config
&lt;br&gt;make[2]: Entering directory `/home/davidst/work/soft/mailutils-2.1/examples/config'
&lt;br&gt;make[3]: Entering directory `/home/davidst/work/soft/mailutils-2.1/examples/config'
&lt;br&gt;make[3]: Nothing to be done for `install-exec-am'.
&lt;br&gt;make[3]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/examples/config'
&lt;br&gt;make[2]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/examples/config'
&lt;br&gt;Making install in cpp
&lt;br&gt;make[2]: Entering directory `/home/davidst/work/soft/mailutils-2.1/examples/cpp'
&lt;br&gt;make[3]: Entering directory `/home/davidst/work/soft/mailutils-2.1/examples/cpp'
&lt;br&gt;make[3]: Nothing to be done for `install-exec-am'.
&lt;br&gt;make[3]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/examples/cpp'
&lt;br&gt;make[2]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/examples/cpp'
&lt;br&gt;Making install in python
&lt;br&gt;make[2]: Entering directory `/home/davidst/work/soft/mailutils-2.1/examples/python'
&lt;br&gt;make[3]: Entering directory `/home/davidst/work/soft/mailutils-2.1/examples/python'
&lt;br&gt;make[3]: Nothing to be done for `install-exec-am'.
&lt;br&gt;make[3]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/examples/python'
&lt;br&gt;make[2]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/examples/python'
&lt;br&gt;Making install in scheme
&lt;br&gt;make[2]: Entering directory `/home/davidst/work/soft/mailutils-2.1/examples/scheme'
&lt;br&gt;make[3]: Entering directory `/home/davidst/work/soft/mailutils-2.1/examples/scheme'
&lt;br&gt;make[3]: Nothing to be done for `install-exec-am'.
&lt;br&gt;make[3]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/examples/scheme'
&lt;br&gt;make[2]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/examples/scheme'
&lt;br&gt;make[2]: Entering directory `/home/davidst/work/soft/mailutils-2.1/examples'
&lt;br&gt;make[3]: Entering directory `/home/davidst/work/soft/mailutils-2.1/examples'
&lt;br&gt;make[3]: Nothing to be done for `install-exec-am'.
&lt;br&gt;test -z &amp;quot;/usr/local/lib/mailutils&amp;quot; || /bin/mkdir -p &amp;quot;/home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib/mailutils&amp;quot;
&lt;br&gt;&amp;nbsp;/bin/sh ../libtool &amp;nbsp; --mode=install /usr/bin/install -c &amp;nbsp; numaddr.la '/home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib/mailutils'
&lt;br&gt;libtool: install: (cd /home/davidst/work/soft/mailutils-2.1/examples; /bin/sh /home/davidst/work/soft/mailutils-2.1/libtool &amp;nbsp;--silent --tag CC --mode=relink gcc -g -O2 -module -avoid-version -no-undefined -rpath /usr/local/lib/mailutils -o numaddr.la -rpath /usr/local/lib/mailutils numaddr.lo ../libmu_sieve/libmu_sieve.la -lcrypt -lpthread -inst-prefix-dir /home/davidst/work/soft/mailutils-2.1/zinst)
&lt;br&gt;libtool: install: /usr/bin/install -c .libs/numaddr.soT /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib/mailutils/numaddr.so
&lt;br&gt;libtool: install: /usr/bin/install -c .libs/numaddr.lai /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib/mailutils/numaddr.la
&lt;br&gt;libtool: install: /usr/bin/install -c .libs/numaddr.a /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib/mailutils/numaddr.a
&lt;br&gt;libtool: install: chmod 644 /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib/mailutils/numaddr.a
&lt;br&gt;libtool: install: ranlib /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/lib/mailutils/numaddr.a
&lt;br&gt;make[3]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/examples'
&lt;br&gt;make[2]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/examples'
&lt;br&gt;make[1]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/examples'
&lt;br&gt;Making install in frm
&lt;br&gt;make[1]: Entering directory `/home/davidst/work/soft/mailutils-2.1/frm'
&lt;br&gt;Making install in testsuite
&lt;br&gt;make[2]: Entering directory `/home/davidst/work/soft/mailutils-2.1/frm/testsuite'
&lt;br&gt;make[3]: Entering directory `/home/davidst/work/soft/mailutils-2.1/frm/testsuite'
&lt;br&gt;make[3]: Nothing to be done for `install-exec-am'.
&lt;br&gt;make[3]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/frm/testsuite'
&lt;br&gt;make[2]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/frm/testsuite'
&lt;br&gt;make[2]: Entering directory `/home/davidst/work/soft/mailutils-2.1/frm'
&lt;br&gt;make[3]: Entering directory `/home/davidst/work/soft/mailutils-2.1/frm'
&lt;br&gt;test -z &amp;quot;/usr/local/bin&amp;quot; || /bin/mkdir -p &amp;quot;/home/davidst/work/soft/mailutils-2.1/zinst/usr/local/bin&amp;quot;
&lt;br&gt;&amp;nbsp; /bin/sh ../libtool &amp;nbsp; --mode=install /usr/bin/install -c frm from '/home/davidst/work/soft/mailutils-2.1/zinst/usr/local/bin'
&lt;br&gt;libtool: install: /usr/bin/install -c .libs/frm /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/bin/frm
&lt;br&gt;libtool: install: /usr/bin/install -c .libs/from /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/bin/from
&lt;br&gt;make[3]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/frm'
&lt;br&gt;make[2]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/frm'
&lt;br&gt;make[1]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/frm'
&lt;br&gt;Making install in pop3d
&lt;br&gt;make[1]: Entering directory `/home/davidst/work/soft/mailutils-2.1/pop3d'
&lt;br&gt;Making install in testsuite
&lt;br&gt;make[2]: Entering directory `/home/davidst/work/soft/mailutils-2.1/pop3d/testsuite'
&lt;br&gt;make[3]: Entering directory `/home/davidst/work/soft/mailutils-2.1/pop3d/testsuite'
&lt;br&gt;make[3]: Nothing to be done for `install-exec-am'.
&lt;br&gt;make[3]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/pop3d/testsuite'
&lt;br&gt;make[2]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/pop3d/testsuite'
&lt;br&gt;make[2]: Entering directory `/home/davidst/work/soft/mailutils-2.1/pop3d'
&lt;br&gt;make[3]: Entering directory `/home/davidst/work/soft/mailutils-2.1/pop3d'
&lt;br&gt;test -z &amp;quot;/usr/local/bin&amp;quot; || /bin/mkdir -p &amp;quot;/home/davidst/work/soft/mailutils-2.1/zinst/usr/local/bin&amp;quot;
&lt;br&gt;test -z &amp;quot;/usr/local/sbin&amp;quot; || /bin/mkdir -p &amp;quot;/home/davidst/work/soft/mailutils-2.1/zinst/usr/local/sbin&amp;quot;
&lt;br&gt;&amp;nbsp; /bin/sh ../libtool &amp;nbsp; --mode=install /usr/bin/install -c pop3d '/home/davidst/work/soft/mailutils-2.1/zinst/usr/local/sbin'
&lt;br&gt;libtool: install: /usr/bin/install -c .libs/pop3d /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/sbin/pop3d
&lt;br&gt;make[3]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/pop3d'
&lt;br&gt;make[2]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/pop3d'
&lt;br&gt;make[1]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/pop3d'
&lt;br&gt;Making install in imap4d
&lt;br&gt;make[1]: Entering directory `/home/davidst/work/soft/mailutils-2.1/imap4d'
&lt;br&gt;Making install in testsuite
&lt;br&gt;make[2]: Entering directory `/home/davidst/work/soft/mailutils-2.1/imap4d/testsuite'
&lt;br&gt;make[3]: Entering directory `/home/davidst/work/soft/mailutils-2.1/imap4d/testsuite'
&lt;br&gt;make[3]: Nothing to be done for `install-exec-am'.
&lt;br&gt;make[3]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/imap4d/testsuite'
&lt;br&gt;make[2]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/imap4d/testsuite'
&lt;br&gt;make[2]: Entering directory `/home/davidst/work/soft/mailutils-2.1/imap4d'
&lt;br&gt;make[3]: Entering directory `/home/davidst/work/soft/mailutils-2.1/imap4d'
&lt;br&gt;test -z &amp;quot;/usr/local/sbin&amp;quot; || /bin/mkdir -p &amp;quot;/home/davidst/work/soft/mailutils-2.1/zinst/usr/local/sbin&amp;quot;
&lt;br&gt;&amp;nbsp; /bin/sh ../libtool &amp;nbsp; --mode=install /usr/bin/install -c imap4d '/home/davidst/work/soft/mailutils-2.1/zinst/usr/local/sbin'
&lt;br&gt;libtool: install: /usr/bin/install -c .libs/imap4d /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/sbin/imap4d
&lt;br&gt;make[3]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/imap4d'
&lt;br&gt;make[2]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/imap4d'
&lt;br&gt;make[1]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/imap4d'
&lt;br&gt;Making install in maidag
&lt;br&gt;make[1]: Entering directory `/home/davidst/work/soft/mailutils-2.1/maidag'
&lt;br&gt;make[2]: Entering directory `/home/davidst/work/soft/mailutils-2.1/maidag'
&lt;br&gt;test -z &amp;quot;/usr/local/sbin&amp;quot; || /bin/mkdir -p &amp;quot;/home/davidst/work/soft/mailutils-2.1/zinst/usr/local/sbin&amp;quot;
&lt;br&gt;&amp;nbsp; /bin/sh ../libtool &amp;nbsp; --mode=install /usr/bin/install -c maidag '/home/davidst/work/soft/mailutils-2.1/zinst/usr/local/sbin'
&lt;br&gt;libtool: install: /usr/bin/install -c .libs/maidag /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/sbin/maidag
&lt;br&gt;make &amp;nbsp;install-exec-hook
&lt;br&gt;make[3]: Entering directory `/home/davidst/work/soft/mailutils-2.1/maidag'
&lt;br&gt;for i in maidag; do\
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; chown root:mail /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/sbin/$i;\
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; chmod 4755 /home/davidst/work/soft/mailutils-2.1/zinst/usr/local/sbin/$i;\
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; done
&lt;br&gt;make[3]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/maidag'
&lt;br&gt;make[2]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/maidag'
&lt;br&gt;make[1]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/maidag'
&lt;br&gt;Making install in mail
&lt;br&gt;make[1]: Entering directory `/home/davidst/work/soft/mailutils-2.1/mail'
&lt;br&gt;Making install in testsuite
&lt;br&gt;make[2]: Entering directory `/home/davidst/work/soft/mailutils-2.1/mail/testsuite'
&lt;br&gt;make[3]: Entering directory `/home/davidst/work/soft/mailutils-2.1/mail/testsuite'
&lt;br&gt;make[3]: Nothing to be done for `install-exec-am'.
&lt;br&gt;make[3]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/mail/testsuite'
&lt;br&gt;make[2]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/mail/testsuite'
&lt;br&gt;make[2]: Entering directory `/home/davidst/work/soft/mailutils-2.1/mail'
&lt;br&gt;&amp;nbsp; CC &amp;nbsp; &amp;nbsp; table.o
&lt;br&gt;make[2]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/mail'
&lt;br&gt;make[1]: Leaving directory `/home/davidst/work/soft/mailutils-2.1/mail'
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Std. Error
&lt;br&gt;&lt;br&gt;libtool: install: warning: remember to run `libtool --finish /usr/local/lib'
&lt;br&gt;libtool: install: warning: relinking `libmu_auth.la'
&lt;br&gt;libtool: install: warning: remember to run `libtool --finish /usr/local/lib'
&lt;br&gt;libtool: install: warning: relinking `libmu_mbox.la'
&lt;br&gt;libtool: install: warning: remember to run `libtool --finish /usr/local/lib'
&lt;br&gt;libtool: install: warning: relinking `libmu_pop.la'
&lt;br&gt;libtool: install: warning: remember to run `libtool --finish /usr/local/lib'
&lt;br&gt;libtool: install: warning: relinking `libmu_nntp.la'
&lt;br&gt;libtool: install: warning: remember to run `libtool --finish /usr/local/lib'
&lt;br&gt;libtool: install: warning: relinking `libmu_imap.la'
&lt;br&gt;libtool: install: warning: remember to run `libtool --finish /usr/local/lib'
&lt;br&gt;libtool: install: warning: relinking `libmu_mh.la'
&lt;br&gt;libtool: install: warning: remember to run `libtool --finish /usr/local/lib'
&lt;br&gt;libtool: install: warning: relinking `libmu_maildir.la'
&lt;br&gt;libtool: install: warning: remember to run `libtool --finish /usr/local/lib'
&lt;br&gt;libtool: install: warning: relinking `libmu_mailer.la'
&lt;br&gt;libtool: install: warning: remember to run `libtool --finish /usr/local/lib'
&lt;br&gt;libtool: install: warning: remember to run `libtool --finish /usr/local/lib'
&lt;br&gt;libtool: install: warning: remember to run `libtool --finish /usr/local/lib'
&lt;br&gt;libtool: install: warning: relinking `libmu_sieve.la'
&lt;br&gt;libtool: install: warning: remember to run `libtool --finish /usr/local/lib'
&lt;br&gt;libtool: install: warning: relinking `list.la'
&lt;br&gt;libtool: install: warning: relinking `moderator.la'
&lt;br&gt;libtool: install: warning: relinking `pipe.la'
&lt;br&gt;libtool: install: warning: relinking `spamd.la'
&lt;br&gt;libtool: install: warning: relinking `timestamp.la'
&lt;br&gt;libtool: install: warning: relinking `vacation.la'
&lt;br&gt;libtool: install: warning: remember to run `libtool --finish /usr/local/lib/mailutils'
&lt;br&gt;libtool: install: warning: relinking `numaddr.la'
&lt;br&gt;libtool: install: warning: remember to run `libtool --finish /usr/local/lib/mailutils'
&lt;br&gt;table.c:126: error: âmailvar_set_complâ undeclared here (not in a function)
&lt;br&gt;make[2]: *** [table.o] Error 1
&lt;br&gt;make[1]: *** [install-recursive] Error 1
&lt;br&gt;make: *** [install-recursive] Error 1&lt;br /&gt;_______________________________________________
&lt;br&gt;Bug-mailutils mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26815503&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Bug-mailutils@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/bug-mailutils&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/bug-mailutils&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---MailUtils---Bugs-f1734.html&quot; embed=&quot;fixTarget[1734]&quot; target=&quot;_top&quot; &gt;Gnu - MailUtils - Bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/failure-to-build-on-amd64---ia64-tp26137973p26815503.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26815242</id>
	<title>Re: alias command in .mailrc causing segfault</title>
	<published>2009-12-16T09:33:14Z</published>
	<updated>2009-12-16T09:33:14Z</updated>
	<author>
		<name>David Trammell</name>
	</author>
	<content type="html">Thanks everyone, an updated package would be great!
&lt;br&gt;&lt;br&gt;At the same time, I'll be happy to continue working on the compilation. &amp;nbsp;I 
&lt;br&gt;had included the output files for configure, make and 'make install' in the 
&lt;br&gt;&amp;quot;failure to build on amd64 &amp; ia64&amp;quot; thread.
&lt;br&gt;&lt;br&gt;David
&lt;br&gt;&lt;br&gt;&lt;br&gt;----- Original Message ----- 
&lt;br&gt;From: &amp;quot;Jordi Mallach&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26815242&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jordi@...&lt;/a&gt;&amp;gt;
&lt;br&gt;To: &amp;quot;David Trammell&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26815242&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;davidst@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Cc: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26815242&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bug-mailutils@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Sent: Wednesday, December 16, 2009 11:30 AM
&lt;br&gt;Subject: Re: [bug-mailutils] alias command in .mailrc causing segfault
&lt;br&gt;&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Wed, Dec 16, 2009 at 10:33:01AM -0600, David Trammell wrote:
&lt;br&gt;&amp;gt;&amp;gt; Ok, I've got the latest source, but I'm having trouble compiling and
&lt;br&gt;&amp;gt;&amp;gt; I probably don't have time to figure that out before the holidays
&lt;br&gt;&amp;gt;&amp;gt; (considering today is my last day).
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Do you know when the bug in the mailbox/assoc.c file was introduced?
&lt;br&gt;&amp;gt;&amp;gt; Maybe I can find an older package that will work.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; David, I need to look at the details, but I might be able to provide a
&lt;br&gt;&amp;gt; backport of 2.1 for lenny; I can't do this right now though.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Jordi
&lt;br&gt;&amp;gt; -- 
&lt;br&gt;&amp;gt; Jordi Mallach Pérez &amp;nbsp;-- &amp;nbsp;Debian developer &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://www.debian.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.debian.org/&lt;/a&gt;&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26815242&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jordi@...&lt;/a&gt; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26815242&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jordi@...&lt;/a&gt; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://www.sindominio.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.sindominio.net/&lt;/a&gt;&lt;br&gt;&amp;gt; GnuPG public key information available at &lt;a href=&quot;http://oskuro.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://oskuro.net/&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Bug-mailutils mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26815242&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Bug-mailutils@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/bug-mailutils&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/bug-mailutils&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---MailUtils---Bugs-f1734.html&quot; embed=&quot;fixTarget[1734]&quot; target=&quot;_top&quot; &gt;Gnu - MailUtils - Bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/alias-command-in-.mailrc-causing-segfault-tp26786711p26815242.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26815116</id>
	<title>Re: alias command in .mailrc causing segfault</title>
	<published>2009-12-16T09:30:12Z</published>
	<updated>2009-12-16T09:30:12Z</updated>
	<author>
		<name>Jordi Mallach-5</name>
	</author>
	<content type="html">On Wed, Dec 16, 2009 at 10:33:01AM -0600, David Trammell wrote:
&lt;br&gt;&amp;gt; Ok, I've got the latest source, but I'm having trouble compiling and
&lt;br&gt;&amp;gt; I probably don't have time to figure that out before the holidays
&lt;br&gt;&amp;gt; (considering today is my last day).
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Do you know when the bug in the mailbox/assoc.c file was introduced?
&lt;br&gt;&amp;gt; Maybe I can find an older package that will work.
&lt;br&gt;&lt;br&gt;David, I need to look at the details, but I might be able to provide a
&lt;br&gt;backport of 2.1 for lenny; I can't do this right now though.
&lt;br&gt;&lt;br&gt;Jordi
&lt;br&gt;-- 
&lt;br&gt;Jordi Mallach Pérez &amp;nbsp;-- &amp;nbsp;Debian developer &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://www.debian.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.debian.org/&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26815116&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jordi@...&lt;/a&gt; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26815116&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jordi@...&lt;/a&gt; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://www.sindominio.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.sindominio.net/&lt;/a&gt;&lt;br&gt;GnuPG public key information available at &lt;a href=&quot;http://oskuro.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://oskuro.net/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Bug-mailutils mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26815116&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Bug-mailutils@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/bug-mailutils&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/bug-mailutils&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---MailUtils---Bugs-f1734.html&quot; embed=&quot;fixTarget[1734]&quot; target=&quot;_top&quot; &gt;Gnu - MailUtils - Bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/alias-command-in-.mailrc-causing-segfault-tp26786711p26815116.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26814990</id>
	<title>Re: alias command in .mailrc causing segfault</title>
	<published>2009-12-16T09:23:19Z</published>
	<updated>2009-12-16T09:23:19Z</updated>
	<author>
		<name>Sergey Poznyakoff-2</name>
	</author>
	<content type="html">Hi David,
&lt;br&gt;&lt;br&gt;&amp;gt; Ok, I've got the latest source, but I'm having trouble compiling and I
&lt;br&gt;&lt;br&gt;What kind of trouble?
&lt;br&gt;&lt;br&gt;&amp;gt; Do you know when the bug in the mailbox/assoc.c file was introduced?
&lt;br&gt;&lt;br&gt;It was introduced in 1.2 and the patch was released a couple of days
&lt;br&gt;after that. &amp;nbsp;It was considered sufficiently small to not require new
&lt;br&gt;release. &amp;nbsp;The fixed code appeared in version 2.0.
&lt;br&gt;&lt;br&gt;The bug manifests itself only if there are not enough slots in the assoc
&lt;br&gt;table and the library begins rehashing it. &amp;nbsp;So, that's not exactly a
&lt;br&gt;particular alias that triggers the bug, but the total number of aliases
&lt;br&gt;collected so far.
&lt;br&gt;&lt;br&gt;&amp;gt; Maybe I can find an older package that will work.
&lt;br&gt;&lt;br&gt;Better try newer one, e.g. 2.0. &amp;nbsp;I'd not recommend using releases older
&lt;br&gt;than that.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Sergey
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Bug-mailutils mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26814990&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Bug-mailutils@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/bug-mailutils&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/bug-mailutils&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---MailUtils---Bugs-f1734.html&quot; embed=&quot;fixTarget[1734]&quot; target=&quot;_top&quot; &gt;Gnu - MailUtils - Bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/alias-command-in-.mailrc-causing-segfault-tp26786711p26814990.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26814826</id>
	<title>Re: failure to build on amd64 &amp; ia64</title>
	<published>2009-12-16T09:13:32Z</published>
	<updated>2009-12-16T09:13:32Z</updated>
	<author>
		<name>Sergey Poznyakoff-2</name>
	</author>
	<content type="html">Jordi Mallach &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26814826&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jordi@...&lt;/a&gt;&amp;gt; ha escrit:
&lt;br&gt;&lt;br&gt;&amp;gt; Do you recommend I apply the whole a600395e1fe66e0a116827f17f9bd864d4554585
&lt;br&gt;&amp;gt; changeset?
&lt;br&gt;&lt;br&gt;It does not contain anything critical (apart from the fetch.c changes),
&lt;br&gt;so it is up to you to decide.
&lt;br&gt;&lt;br&gt;&amp;gt; I'll prepare a new upload with the two-hunk patch and see what happens.
&lt;br&gt;&lt;br&gt;OK, let me know if it works.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Sergey
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Bug-mailutils mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26814826&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Bug-mailutils@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/bug-mailutils&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/bug-mailutils&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---MailUtils---Bugs-f1734.html&quot; embed=&quot;fixTarget[1734]&quot; target=&quot;_top&quot; &gt;Gnu - MailUtils - Bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/failure-to-build-on-amd64---ia64-tp26137973p26814826.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26814176</id>
	<title>Re: alias command in .mailrc causing segfault</title>
	<published>2009-12-16T08:33:01Z</published>
	<updated>2009-12-16T08:33:01Z</updated>
	<author>
		<name>David Trammell</name>
	</author>
	<content type="html">Ok, I've got the latest source, but I'm having trouble compiling and I 
&lt;br&gt;probably don't have time to figure that out before the holidays (considering 
&lt;br&gt;today is my last day).
&lt;br&gt;&lt;br&gt;Do you know when the bug in the mailbox/assoc.c file was introduced? &amp;nbsp;Maybe 
&lt;br&gt;I can find an older package that will work.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;David
&lt;br&gt;&lt;br&gt;----- Original Message ----- 
&lt;br&gt;From: &amp;quot;David Trammell&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26814176&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;davidst@...&lt;/a&gt;&amp;gt;
&lt;br&gt;To: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26814176&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bug-mailutils@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Sent: Tuesday, December 15, 2009 12:43 PM
&lt;br&gt;Subject: Re: [bug-mailutils] alias command in .mailrc causing segfault
&lt;br&gt;&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Thanks, but I'm a little green. &amp;nbsp;How do I apply this patch? &amp;nbsp;Is this just 
&lt;br&gt;&amp;gt; a script I can run? &amp;nbsp;Would it work even though I installed using the 
&lt;br&gt;&amp;gt; package manager and not from source?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt; David
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ----- Original Message ----- 
&lt;br&gt;&amp;gt; From: &amp;quot;Sergey Poznyakoff&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26814176&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gray@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; To: &amp;quot;David Trammell&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26814176&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;davidst@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; Cc: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26814176&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bug-mailutils@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; Sent: Tuesday, December 15, 2009 12:00 PM
&lt;br&gt;&amp;gt; Subject: Re: [bug-mailutils] alias command in .mailrc causing segfault
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Hi David,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; ii &amp;nbsp;libmailutils1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1:1.2+dfsg1-4 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;GNU
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Mail abstraction library
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; OK, it was a known bug in that version. Please apply the following
&lt;br&gt;&amp;gt;&amp;gt; patch:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://savannah.gnu.org/patch/download.php?file_id=13219&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/patch/download.php?file_id=13219&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt;&amp;gt; Sergey
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Bug-mailutils mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26814176&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Bug-mailutils@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/bug-mailutils&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/bug-mailutils&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Bug-mailutils mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26814176&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Bug-mailutils@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/bug-mailutils&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/bug-mailutils&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---MailUtils---Bugs-f1734.html&quot; embed=&quot;fixTarget[1734]&quot; target=&quot;_top&quot; &gt;Gnu - MailUtils - Bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/alias-command-in-.mailrc-causing-segfault-tp26786711p26814176.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26810363</id>
	<title>Re: failure to build on amd64 &amp; ia64</title>
	<published>2009-12-16T04:28:39Z</published>
	<updated>2009-12-16T04:28:39Z</updated>
	<author>
		<name>Jordi Mallach-5</name>
	</author>
	<content type="html">Hi Sergey,
&lt;br&gt;&lt;br&gt;On Wed, Dec 16, 2009 at 12:09:34PM +0200, Sergey Poznyakoff wrote:
&lt;br&gt;&amp;gt; Please try the attached patch.
&lt;br&gt;&lt;br&gt;Thanks a lot!
&lt;br&gt;&lt;br&gt;Do you recommend I apply the whole a600395e1fe66e0a116827f17f9bd864d4554585
&lt;br&gt;changeset?
&lt;br&gt;&lt;br&gt;I'll prepare a new upload with the two-hunk patch and see what happens.
&lt;br&gt;&lt;br&gt;Jordi
&lt;br&gt;-- 
&lt;br&gt;Jordi Mallach Pérez &amp;nbsp;-- &amp;nbsp;Debian developer &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://www.debian.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.debian.org/&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26810363&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jordi@...&lt;/a&gt; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26810363&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jordi@...&lt;/a&gt; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://www.sindominio.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.sindominio.net/&lt;/a&gt;&lt;br&gt;GnuPG public key information available at &lt;a href=&quot;http://oskuro.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://oskuro.net/&lt;/a&gt;&lt;br&gt;&lt;br /&gt; &lt;br /&gt;_______________________________________________
&lt;br&gt;Bug-mailutils mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26810363&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Bug-mailutils@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/bug-mailutils&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/bug-mailutils&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (205 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/26810363/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---MailUtils---Bugs-f1734.html&quot; embed=&quot;fixTarget[1734]&quot; target=&quot;_top&quot; &gt;Gnu - MailUtils - Bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/failure-to-build-on-amd64---ia64-tp26137973p26810363.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26808903</id>
	<title>Re: failure to build on amd64 &amp; ia64</title>
	<published>2009-12-16T02:09:34Z</published>
	<updated>2009-12-16T02:09:34Z</updated>
	<author>
		<name>Sergey Poznyakoff-2</name>
	</author>
	<content type="html">Hi Jordi,
&lt;br&gt;&lt;br&gt;Please try the attached patch.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Sergey
&lt;br&gt;&lt;br&gt;&lt;br /&gt;diff --git a/imap4d/fetch.c b/imap4d/fetch.c
&lt;br&gt;index 16caf33..faca25e 100644
&lt;br&gt;--- a/imap4d/fetch.c
&lt;br&gt;+++ b/imap4d/fetch.c
&lt;br&gt;@@ -930,7 +930,7 @@ _frt_size (struct fetch_function_closure *ffc,
&lt;br&gt;&amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp;mu_message_size (frt-&amp;gt;msg, &amp;size);
&lt;br&gt;&amp;nbsp; &amp;nbsp;mu_message_lines (frt-&amp;gt;msg, &amp;lines);
&lt;br&gt;- &amp;nbsp;util_send (&amp;quot;%s %u&amp;quot;, ffc-&amp;gt;name, size + lines);
&lt;br&gt;+ &amp;nbsp;util_send (&amp;quot;%s %lu&amp;quot;, ffc-&amp;gt;name, (unsigned long) (size + lines));
&lt;br&gt;&amp;nbsp; &amp;nbsp;return RESP_OK;
&lt;br&gt;&amp;nbsp;}
&lt;br&gt;&amp;nbsp;
&lt;br&gt;@@ -1312,7 +1312,7 @@ static size_t
&lt;br&gt;&amp;nbsp;parsebuf_get_number (imap4d_parsebuf_t p)
&lt;br&gt;&amp;nbsp;{
&lt;br&gt;&amp;nbsp; &amp;nbsp;char *cp;
&lt;br&gt;- &amp;nbsp;unsigned n = strtoul (p-&amp;gt;token, &amp;cp, 10);
&lt;br&gt;+ &amp;nbsp;unsigned long n = strtoul (p-&amp;gt;token, &amp;cp, 10);
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp;if (*cp)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;imap4d_parsebuf_exit (p, &amp;quot;Syntax error: expected number&amp;quot;);
&lt;br&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Bug-mailutils mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26808903&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Bug-mailutils@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/bug-mailutils&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/bug-mailutils&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---MailUtils---Bugs-f1734.html&quot; embed=&quot;fixTarget[1734]&quot; target=&quot;_top&quot; &gt;Gnu - MailUtils - Bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/failure-to-build-on-amd64---ia64-tp26137973p26808903.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26804767</id>
	<title>Re: alias command in .mailrc causing segfault</title>
	<published>2009-12-15T15:30:20Z</published>
	<updated>2009-12-15T15:30:20Z</updated>
	<author>
		<name>David Trammell</name>
	</author>
	<content type="html">Never mind, upon closer look, I can see this will require recompilation. 
&lt;br&gt;I'm giving it a shot now. &amp;nbsp;Sorry to bother you and thanks for the help 
&lt;br&gt;clearing up the problem.
&lt;br&gt;&lt;br&gt;David
&lt;br&gt;&lt;br&gt;&lt;br&gt;----- Original Message ----- 
&lt;br&gt;From: &amp;quot;David Trammell&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26804767&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;davidst@...&lt;/a&gt;&amp;gt;
&lt;br&gt;To: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26804767&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bug-mailutils@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Sent: Tuesday, December 15, 2009 12:43 PM
&lt;br&gt;Subject: Re: [bug-mailutils] alias command in .mailrc causing segfault
&lt;br&gt;&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Thanks, but I'm a little green. &amp;nbsp;How do I apply this patch? &amp;nbsp;Is this just 
&lt;br&gt;&amp;gt; a script I can run? &amp;nbsp;Would it work even though I installed using the 
&lt;br&gt;&amp;gt; package manager and not from source?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt; David
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ----- Original Message ----- 
&lt;br&gt;&amp;gt; From: &amp;quot;Sergey Poznyakoff&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26804767&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gray@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; To: &amp;quot;David Trammell&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26804767&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;davidst@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; Cc: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26804767&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bug-mailutils@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; Sent: Tuesday, December 15, 2009 12:00 PM
&lt;br&gt;&amp;gt; Subject: Re: [bug-mailutils] alias command in .mailrc causing segfault
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Hi David,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; ii &amp;nbsp;libmailutils1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1:1.2+dfsg1-4 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;GNU
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Mail abstraction library
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; OK, it was a known bug in that version. Please apply the following
&lt;br&gt;&amp;gt;&amp;gt; patch:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://savannah.gnu.org/patch/download.php?file_id=13219&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/patch/download.php?file_id=13219&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt;&amp;gt; Sergey
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Bug-mailutils mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26804767&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Bug-mailutils@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/bug-mailutils&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/bug-mailutils&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Bug-mailutils mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26804767&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Bug-mailutils@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/bug-mailutils&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/bug-mailutils&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---MailUtils---Bugs-f1734.html&quot; embed=&quot;fixTarget[1734]&quot; target=&quot;_top&quot; &gt;Gnu - MailUtils - Bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/alias-command-in-.mailrc-causing-segfault-tp26786711p26804767.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26799718</id>
	<title>Re: alias command in .mailrc causing segfault</title>
	<published>2009-12-15T10:43:49Z</published>
	<updated>2009-12-15T10:43:49Z</updated>
	<author>
		<name>David Trammell</name>
	</author>
	<content type="html">Thanks, but I'm a little green. &amp;nbsp;How do I apply this patch? &amp;nbsp;Is this just a 
&lt;br&gt;script I can run? &amp;nbsp;Would it work even though I installed using the package 
&lt;br&gt;manager and not from source?
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;David
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;----- Original Message ----- 
&lt;br&gt;From: &amp;quot;Sergey Poznyakoff&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26799718&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gray@...&lt;/a&gt;&amp;gt;
&lt;br&gt;To: &amp;quot;David Trammell&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26799718&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;davidst@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Cc: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26799718&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bug-mailutils@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Sent: Tuesday, December 15, 2009 12:00 PM
&lt;br&gt;Subject: Re: [bug-mailutils] alias command in .mailrc causing segfault
&lt;br&gt;&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi David,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; ii &amp;nbsp;libmailutils1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1:1.2+dfsg1-4 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;GNU
&lt;br&gt;&amp;gt;&amp;gt; Mail abstraction library
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; OK, it was a known bug in that version. Please apply the following
&lt;br&gt;&amp;gt; patch:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://savannah.gnu.org/patch/download.php?file_id=13219&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/patch/download.php?file_id=13219&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt; Sergey
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Bug-mailutils mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26799718&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Bug-mailutils@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/bug-mailutils&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/bug-mailutils&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---MailUtils---Bugs-f1734.html&quot; embed=&quot;fixTarget[1734]&quot; target=&quot;_top&quot; &gt;Gnu - MailUtils - Bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/alias-command-in-.mailrc-causing-segfault-tp26786711p26799718.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26799018</id>
	<title>Re: alias command in .mailrc causing segfault</title>
	<published>2009-12-15T10:00:31Z</published>
	<updated>2009-12-15T10:00:31Z</updated>
	<author>
		<name>Sergey Poznyakoff-2</name>
	</author>
	<content type="html">Hi David,
&lt;br&gt;&lt;br&gt;&amp;gt; ii &amp;nbsp;libmailutils1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1:1.2+dfsg1-4 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;GNU
&lt;br&gt;&amp;gt; Mail abstraction library
&lt;br&gt;&lt;br&gt;OK, it was a known bug in that version. Please apply the following
&lt;br&gt;patch:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://savannah.gnu.org/patch/download.php?file_id=13219&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://savannah.gnu.org/patch/download.php?file_id=13219&lt;/a&gt;&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Sergey
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Bug-mailutils mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26799018&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Bug-mailutils@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/bug-mailutils&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/bug-mailutils&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---MailUtils---Bugs-f1734.html&quot; embed=&quot;fixTarget[1734]&quot; target=&quot;_top&quot; &gt;Gnu - MailUtils - Bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/alias-command-in-.mailrc-causing-segfault-tp26786711p26799018.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26798237</id>
	<title>Re: alias command in .mailrc causing segfault</title>
	<published>2009-12-15T09:01:12Z</published>
	<updated>2009-12-15T09:01:12Z</updated>
	<author>
		<name>David Trammell</name>
	</author>
	<content type="html">Sorry, I installed whichever version was automatically downloaded by 
&lt;br&gt;'apt-get install mailutils&amp;quot; from
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://ftp.us.debian.org/debian&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://ftp.us.debian.org/debian&lt;/a&gt;&amp;nbsp;lenny main
&lt;br&gt;&lt;br&gt;dpkg -l reports.
&lt;br&gt;&lt;br&gt;ii &amp;nbsp;libmailutils1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1:1.2+dfsg1-4 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;GNU Mail 
&lt;br&gt;abstraction library
&lt;br&gt;ii &amp;nbsp;mailutils &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1:1.2+dfsg1-4 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;GNU 
&lt;br&gt;mailutils utilities for handling mail
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;----- Original Message ----- 
&lt;br&gt;From: &amp;quot;Sergey Poznyakoff&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26798237&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gray@...&lt;/a&gt;&amp;gt;
&lt;br&gt;To: &amp;quot;David Trammell&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26798237&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;davidst@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Cc: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26798237&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bug-mailutils@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Sent: Tuesday, December 15, 2009 2:50 AM
&lt;br&gt;Subject: Re: [bug-mailutils] alias command in .mailrc causing segfault
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; David Trammell &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26798237&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;davidst@...&lt;/a&gt;&amp;gt; ha escrit:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp;I recently upgraded an old FreeBSD server to Debian Linux.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; You have forgotten to tell us what version of GNU Mailutils you use.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt; Sergey
&lt;br&gt;&amp;gt; 
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Bug-mailutils mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26798237&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Bug-mailutils@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/bug-mailutils&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/bug-mailutils&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---MailUtils---Bugs-f1734.html&quot; embed=&quot;fixTarget[1734]&quot; target=&quot;_top&quot; &gt;Gnu - MailUtils - Bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/alias-command-in-.mailrc-causing-segfault-tp26786711p26798237.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26791562</id>
	<title>Re: alias command in .mailrc causing segfault</title>
	<published>2009-12-15T00:50:32Z</published>
	<updated>2009-12-15T00:50:32Z</updated>
	<author>
		<name>Sergey Poznyakoff-2</name>
	</author>
	<content type="html">David Trammell &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26791562&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;davidst@...&lt;/a&gt;&amp;gt; ha escrit:
&lt;br&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;I recently upgraded an old FreeBSD server to Debian Linux. &amp;nbsp;
&lt;br&gt;&lt;br&gt;You have forgotten to tell us what version of GNU Mailutils you use.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Sergey
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Bug-mailutils mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26791562&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Bug-mailutils@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/bug-mailutils&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/bug-mailutils&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---MailUtils---Bugs-f1734.html&quot; embed=&quot;fixTarget[1734]&quot; target=&quot;_top&quot; &gt;Gnu - MailUtils - Bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/alias-command-in-.mailrc-causing-segfault-tp26786711p26791562.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26786711</id>
	<title>alias command in .mailrc causing segfault</title>
	<published>2009-12-14T11:47:59Z</published>
	<updated>2009-12-14T11:47:59Z</updated>
	<author>
		<name>David Trammell</name>
	</author>
	<content type="html">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0 Transitional//EN&quot;&gt;
&lt;HTML&gt;&lt;HEAD&gt;
&lt;META http-equiv=Content-Type content=&quot;text/html; charset=iso-8859-1&quot;&gt;
&lt;META content=&quot;MSHTML 6.00.2900.3492&quot; name=GENERATOR&gt;

&lt;/HEAD&gt;
&lt;BODY bgColor=#ffffff&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;I recently upgraded an old FreeBSD server to Debian 
Linux.&amp;nbsp; Just one user is using the mail program, but their old .mailrc file 
is causing seg faults.&amp;nbsp; I commented out all of it and brought in lines one 
at a time and it seems that several of the aliases are doing it.&amp;nbsp; I can't 
determine any common element of the aliases that are causing the seg 
fault.&amp;nbsp; &lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;Here's a sample showing the set commands , a few 
good aliases and then a few that are causing segfaults when included in the 
file.&amp;nbsp; The seg fault occurs when calling the mail program at the 
commandline by the way.&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;set EDITOR=/usr/ucb/ex&lt;BR&gt;set SHELL=/bin/csh&lt;BR&gt;set 
SHELL=/bin/csh crt=24 ask nosave append&lt;BR&gt;set ask&lt;BR&gt;set askcc&lt;BR&gt;set 
crt=24&lt;BR&gt;set folder=mail record=+outgoing&lt;BR&gt;set metoo&lt;BR&gt;set 
remotesignature=~/.signature&lt;BR&gt;set save&lt;BR&gt;set sigdashes=on&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;alias alejandro lflgalex ATSYM usc.es&lt;BR&gt;alias 
allison asnell3 ATSYM lsu.edu&lt;BR&gt;alias allisonbrueckner abrueckner ATSYM 
calicoinfo.net&lt;BR&gt;alias csclibrarianmelinda mkaral1 ATSYM lsu.edu&lt;BR&gt;alias 
dalemaas dmaas ATSYM dalemaaslaw.com&lt;BR&gt;alias danhenderson dan.henderson ATSYM 
cox.net&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;#alias anndeleon annarc6 ATSYM 
comcast.net&lt;BR&gt;#alias clare ckatz ATSYM wiley.com&lt;BR&gt;#alias danialneebel 
danial.neebel ATSYM loras.edu&lt;BR&gt;#alias derek mazel2 ATSYM cox.net&lt;BR&gt;#alias 
donaldkaufmann donald_kaufmann ATSYM glic.com, donald_kaufmann ATSYM 
scullyfinancial.com&lt;BR&gt;#alias elizabethphillip ephillip ATSYM 
wiley.com&lt;BR&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;Thanks,&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;David&lt;/DIV&gt;&lt;/FONT&gt;&lt;/BODY&gt;&lt;/HTML&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Bug-mailutils mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26786711&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Bug-mailutils@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/bug-mailutils&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/bug-mailutils&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---MailUtils---Bugs-f1734.html&quot; embed=&quot;fixTarget[1734]&quot; target=&quot;_top&quot; &gt;Gnu - MailUtils - Bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/alias-command-in-.mailrc-causing-segfault-tp26786711p26786711.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26275434</id>
	<title>Re: failure to build on amd64 &amp; ia64</title>
	<published>2009-11-09T15:10:33Z</published>
	<updated>2009-11-09T15:10:33Z</updated>
	<author>
		<name>Jordi Mallach-5</name>
	</author>
	<content type="html">Hi Sergey,
&lt;br&gt;&lt;br&gt;On Mon, Nov 02, 2009 at 11:38:35PM +0100, Jordi Mallach wrote:
&lt;br&gt;&amp;gt; Attached is the output of a debug run.
&lt;br&gt;&lt;br&gt;Did you have a chance to look at this testsuite log?
&lt;br&gt;&lt;br&gt;Thanks!
&lt;br&gt;Jordi
&lt;br&gt;-- 
&lt;br&gt;Jordi Mallach Pérez &amp;nbsp;-- &amp;nbsp;Debian developer &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://www.debian.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.debian.org/&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26275434&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jordi@...&lt;/a&gt; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26275434&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jordi@...&lt;/a&gt; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://www.sindominio.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.sindominio.net/&lt;/a&gt;&lt;br&gt;GnuPG public key information available at &lt;a href=&quot;http://oskuro.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://oskuro.net/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Bug-mailutils mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26275434&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Bug-mailutils@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/bug-mailutils&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/bug-mailutils&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---MailUtils---Bugs-f1734.html&quot; embed=&quot;fixTarget[1734]&quot; target=&quot;_top&quot; &gt;Gnu - MailUtils - Bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/failure-to-build-on-amd64---ia64-tp26137973p26275434.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26171946</id>
	<title>Re: failure to build on amd64 &amp; ia64</title>
	<published>2009-11-02T14:38:35Z</published>
	<updated>2009-11-02T14:38:35Z</updated>
	<author>
		<name>Jordi Mallach-5</name>
	</author>
	<content type="html">On Sat, Oct 31, 2009 at 11:33:10PM +0100, Jordi Mallach wrote:
&lt;br&gt;&amp;gt; &amp;gt; Unfortunately, it does not give any info as to why the failure
&lt;br&gt;&amp;gt; &amp;gt; occured. Is it possible to produce a detailed test report?
&lt;br&gt;&amp;gt; I'll try to get some Debian admin setup a chroot for me where I can recompile
&lt;br&gt;&amp;gt; this and run the testsuite with -v -v -v.
&lt;br&gt;&lt;br&gt;Attached is the output of a debug run.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Jordi Mallach Pérez &amp;nbsp;-- &amp;nbsp;Debian developer &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://www.debian.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.debian.org/&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26171946&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jordi@...&lt;/a&gt; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26171946&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jordi@...&lt;/a&gt; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://www.sindominio.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.sindominio.net/&lt;/a&gt;&lt;br&gt;GnuPG public key information available at &lt;a href=&quot;http://oskuro.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://oskuro.net/&lt;/a&gt;&lt;br&gt;&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;_______________________________________________
&lt;br&gt;Bug-mailutils mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26171946&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Bug-mailutils@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/bug-mailutils&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/bug-mailutils&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;testsuite.bz2&lt;/strong&gt; (126K) &lt;a href=&quot;http://old.nabble.com/attachment/26171946/0/testsuite.bz2&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (205 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/26171946/1/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---MailUtils---Bugs-f1734.html&quot; embed=&quot;fixTarget[1734]&quot; target=&quot;_top&quot; &gt;Gnu - MailUtils - Bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/failure-to-build-on-amd64---ia64-tp26137973p26171946.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26161056</id>
	<title>Re: redefined weak symbol mu_gsasl_module_data</title>
	<published>2009-11-02T01:38:27Z</published>
	<updated>2009-11-02T01:38:27Z</updated>
	<author>
		<name>Sergey Poznyakoff-2</name>
	</author>
	<content type="html">Jordi Mallach &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26161056&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jordi@...&lt;/a&gt;&amp;gt; ha escrit:
&lt;br&gt;&lt;br&gt;&amp;gt; I had forgotten about a trivial patch from
&lt;br&gt;&amp;gt; Adam D. Barratt &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26161056&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;adam@...&lt;/a&gt;&amp;gt; which was applied to 2.0
&lt;br&gt;&amp;gt; in order to fix a build failure in MIPS:
&lt;br&gt;&lt;br&gt;Thanks, that has already been fixed.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Sergey
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Bug-mailutils mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26161056&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Bug-mailutils@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/bug-mailutils&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/bug-mailutils&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---MailUtils---Bugs-f1734.html&quot; embed=&quot;fixTarget[1734]&quot; target=&quot;_top&quot; &gt;Gnu - MailUtils - Bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/redefined-weak-symbol-mu_gsasl_module_data-tp26146863p26161056.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26146863</id>
	<title>redefined weak symbol mu_gsasl_module_data</title>
	<published>2009-10-31T16:09:42Z</published>
	<updated>2009-10-31T16:09:42Z</updated>
	<author>
		<name>Jordi Mallach-5</name>
	</author>
	<content type="html">Hi again,
&lt;br&gt;&lt;br&gt;I had forgotten about a trivial patch from
&lt;br&gt;Adam D. Barratt &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26146863&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;adam@...&lt;/a&gt;&amp;gt; which was applied to 2.0
&lt;br&gt;in order to fix a build failure in MIPS:
&lt;br&gt;&lt;br&gt;&amp;gt; /bin/sh ../libtool --tag=CC &amp;nbsp; --mode=link cc &amp;nbsp;-g -O2 -g -Wall -O2 &amp;nbsp; -o muauth muauth.o ../libargp/libmuargp.a ../libcfg/libmucfg.la ../lib/libmuaux.la ../auth/libmuauth.la -lgsasl -lgnutls -lgcrypt -lldap -lpam -ldl ../mailbox/libmailutils.la -lcrypt -lresolv &amp;nbsp;-lpthread -lgdbm
&lt;br&gt;&amp;gt; libtool: link: cc -g -O2 -g -Wall -O2 -o .libs/muauth muauth.o &amp;nbsp;../libargp/libmuargp.a ../libcfg/.libs/libmucfg.so ../lib/.libs/libmuaux.a ../auth/.libs/libmuauth.so -L/usr/lib -L/usr/local/lib/mysql /build/buildd/mailutils-2.0+dfsg1/mailbox/.libs/libmailutils.so /usr/lib/libmysqlclient.so -lnsl -lm /usr/lib/libgsasl.so /usr/lib/libidn.so /usr/lib/libntlm.so -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err /usr/lib/libgnutls.so /usr/lib/libtasn1.so -lz /usr/lib/libgcrypt.so /usr/lib/libgpg-error.so -lldap -lpam -ldl ../mailbox/.libs/libmailutils.so -lcrypt -lresolv -lpthread /usr/lib/libgdbm.so
&lt;br&gt;&amp;gt; /usr/bin/ld: non-dynamic relocations refer to dynamic symbol mu_gsasl_module_data
&lt;br&gt;&amp;gt; /usr/bin/ld: failed to set dynamic section sizes: Bad value
&lt;br&gt;&amp;gt; collect2: ld returned 1 exit status
&lt;br&gt;&amp;gt; make[4]: *** [muauth] Error 1
&lt;br&gt;&amp;gt; make[4]: Leaving directory `/build/buildd/mailutils-2.0+dfsg1/examples'
&lt;br&gt;&lt;br&gt;The following fixes a redefined weak symbol. Maybe Simon's post 2.1 changes to
&lt;br&gt;the gsasl code fixes this in another way, but just in case, here's the patch,
&lt;br&gt;which I hope to drop for 2.2. :)
&lt;br&gt;&lt;br&gt;--- mailutils-2.0+dfsg1.orig/include/mailutils/gsasl.h
&lt;br&gt;+++ mailutils-2.0+dfsg1/include/mailutils/gsasl.h
&lt;br&gt;@@ -30,7 +30,7 @@
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;int mu_gsasl_module_init (enum mu_gocs_op, void *);
&lt;br&gt;&amp;nbsp;
&lt;br&gt;-struct mu_gsasl_module_data mu_gsasl_module_data;
&lt;br&gt;+extern struct mu_gsasl_module_data mu_gsasl_module_data;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;#ifdef USE_GSASL
&lt;br&gt;&amp;nbsp;#include &amp;lt;gsasl.h&amp;gt;
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Jordi Mallach Pérez &amp;nbsp;-- &amp;nbsp;Debian developer &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://www.debian.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.debian.org/&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26146863&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jordi@...&lt;/a&gt; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26146863&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jordi@...&lt;/a&gt; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://www.sindominio.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.sindominio.net/&lt;/a&gt;&lt;br&gt;GnuPG public key information available at &lt;a href=&quot;http://oskuro.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://oskuro.net/&lt;/a&gt;&lt;br&gt;&lt;br /&gt; &lt;br /&gt;_______________________________________________
&lt;br&gt;Bug-mailutils mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26146863&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Bug-mailutils@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/bug-mailutils&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/bug-mailutils&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (205 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/26146863/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---MailUtils---Bugs-f1734.html&quot; embed=&quot;fixTarget[1734]&quot; target=&quot;_top&quot; &gt;Gnu - MailUtils - Bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/redefined-weak-symbol-mu_gsasl_module_data-tp26146863p26146863.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26146544</id>
	<title>Re: failure to build on amd64 &amp; ia64</title>
	<published>2009-10-31T15:33:10Z</published>
	<updated>2009-10-31T15:33:10Z</updated>
	<author>
		<name>Jordi Mallach-5</name>
	</author>
	<content type="html">Hey Sergey,
&lt;br&gt;&lt;br&gt;On Sat, Oct 31, 2009 at 12:16:54PM +0200, Sergey Poznyakoff wrote:
&lt;br&gt;&amp;gt; Sorry for not being able to reply earlier. Many thanks for your spelling
&lt;br&gt;&amp;gt; fixes, I will apply them, as well as the one for readmsg.
&lt;br&gt;&lt;br&gt;Thanks.
&lt;br&gt;&lt;br&gt;&amp;gt; &amp;gt; amd64 fails during the testsuite run:
&lt;br&gt;&amp;gt; &amp;gt; Running /build/buildd-mailutils_2.1+dfsg1-2-kfreebsd-amd64-Q5hTrI/mailutils-2.1+dfsg1/imap4d/testsuite/imap4d/IDEF0956.exp ...
&lt;br&gt;&amp;gt; &amp;gt; FAIL: FETCH 1 BODY[TEXT]&amp;lt;0.18446744073709551614&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Unfortunately, it does not give any info as to why the failure
&lt;br&gt;&amp;gt; occured. Is it possible to produce a detailed test report?
&lt;br&gt;&lt;br&gt;Yeah, I'm aware. All I had was the build output, and I tried looking at the
&lt;br&gt;differences; there are several warnings on that code but nothing too apparent
&lt;br&gt;that is only happening on amd64.
&lt;br&gt;&lt;br&gt;I'll try to get some Debian admin setup a chroot for me where I can recompile
&lt;br&gt;this and run the testsuite with -v -v -v.
&lt;br&gt;&lt;br&gt;&amp;gt; &amp;gt; For ia64, the story is completely different:
&lt;br&gt;&amp;gt; &amp;gt; #	source='mu_guile.c' object='mu_guile.lo' libtool=yes 
&lt;br&gt;&amp;gt; Thanks. Please apply the enclosed patch.
&lt;br&gt;&lt;br&gt;Ok; I wonder why that is needed only on ia64 though.
&lt;br&gt;&lt;br&gt;Jordi
&lt;br&gt;-- 
&lt;br&gt;Jordi Mallach Pérez &amp;nbsp;-- &amp;nbsp;Debian developer &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://www.debian.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.debian.org/&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26146544&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jordi@...&lt;/a&gt; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26146544&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jordi@...&lt;/a&gt; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://www.sindominio.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.sindominio.net/&lt;/a&gt;&lt;br&gt;GnuPG public key information available at &lt;a href=&quot;http://oskuro.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://oskuro.net/&lt;/a&gt;&lt;br&gt;&lt;br /&gt; &lt;br /&gt;_______________________________________________
&lt;br&gt;Bug-mailutils mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26146544&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Bug-mailutils@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/bug-mailutils&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/bug-mailutils&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (205 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/26146544/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---MailUtils---Bugs-f1734.html&quot; embed=&quot;fixTarget[1734]&quot; target=&quot;_top&quot; &gt;Gnu - MailUtils - Bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/failure-to-build-on-amd64---ia64-tp26137973p26146544.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26141317</id>
	<title>Re: email fixed, and IMAP fixed?</title>
	<published>2009-10-31T03:40:52Z</published>
	<updated>2009-10-31T03:40:52Z</updated>
	<author>
		<name>Sergey Poznyakoff-2</name>
	</author>
	<content type="html">Hi Gary,
&lt;br&gt;&lt;br&gt;Nice to have some news from you.
&lt;br&gt;&lt;br&gt;&amp;gt; I'm sorry about the above error. &amp;nbsp;I had to recompile nmh, and study the
&lt;br&gt;&amp;gt; source code for Exim version 3.36 to put in the correct line in the
&lt;br&gt;&amp;gt; exim configuration file, to fix the error. &amp;nbsp;It should be coming through
&lt;br&gt;&amp;gt; OK now with &amp;quot;From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26141317&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gary@...&lt;/a&gt;&amp;quot;.
&lt;br&gt;&lt;br&gt;It does, indeed. Thank you.
&lt;br&gt;&lt;br&gt;&amp;gt; &amp;gt; server 0.0.0.0:143 {
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; transcript yes;
&lt;br&gt;&amp;gt; &amp;gt; }
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I tried putting exactly what you have above into the file
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;quot;/usr/local/etc/mailutils.rc&amp;quot;
&lt;br&gt;&lt;br&gt;No, that's wrong. They should go into imap4d section of the above
&lt;br&gt;file.
&lt;br&gt;&lt;br&gt;&amp;gt; program imap4d server 0.0.0.0:143 {
&lt;br&gt;&amp;gt; &amp;nbsp; transcript yes;
&lt;br&gt;&amp;gt; }
&lt;br&gt;&lt;br&gt;Almost, but not quite so:) The correct syntax is:
&lt;br&gt;&lt;br&gt;program imap4d {
&lt;br&gt;&amp;nbsp; server 0.0.0.0:143 {
&lt;br&gt;&amp;nbsp; &amp;nbsp; transcript yes;
&lt;br&gt;&amp;nbsp; }
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;The `program' statement is a block statement, therefore it requires
&lt;br&gt;curly braces.
&lt;br&gt;&lt;br&gt;&amp;gt; &amp;gt; sending the &amp;quot;Noselect&amp;quot; switch along with it, which I suspect is why the mail
&lt;br&gt;&amp;gt; &amp;gt; program displays them as grayed-out.
&lt;br&gt;[...]
&lt;br&gt;&amp;gt; It turns out that my suspicion above regarding the &amp;quot;NoSelect&amp;quot; switch
&lt;br&gt;&amp;gt; was correct. 
&lt;br&gt;&lt;br&gt;Ah, that does shed some light on it.
&lt;br&gt;&lt;br&gt;&amp;gt; The code that checks for mbox
&lt;br&gt;&amp;gt; format is in libproto/mbox/folder.c. &amp;nbsp;When this code is called to check
&lt;br&gt;&amp;gt; what really is an mh format subdirectory, lines 93-95 incorrectly identify
&lt;br&gt;&amp;gt; it as an mbox subdirectory.
&lt;br&gt;&lt;br&gt;Good catch! It does, indeed.
&lt;br&gt;&lt;br&gt;&amp;gt; [The #if block] forces the mbox URL check to fail for any folder
&lt;br&gt;&amp;gt; or subdirectory, thereby allowing the next record to run, which allows the
&lt;br&gt;&amp;gt; mh record to correctly identify this as an mh subdirectory. &amp;nbsp;With the above
&lt;br&gt;&amp;gt; change, imap4d did correctly see all of my mh mail, and I am now able to
&lt;br&gt;&amp;gt; access this mail using both Linux and Microsoft Windows email programs,
&lt;br&gt;&amp;gt; which was my objective from the beginning.
&lt;br&gt;&lt;br&gt;Great.
&lt;br&gt;&lt;br&gt;&amp;gt; Did I make any mistakes in any of the above?
&lt;br&gt;&lt;br&gt;I'd say you did not. Your reasoning was quite correct. But it appears
&lt;br&gt;there was a simpler method to achieve that, which would not require
&lt;br&gt;changing the code: it is to set your default mailbox type to mh, like
&lt;br&gt;that:
&lt;br&gt;&lt;br&gt;&amp;nbsp; mailbox {
&lt;br&gt;&amp;nbsp; &amp;nbsp; mailbox-type &amp;quot;mh&amp;quot;;
&lt;br&gt;&amp;nbsp; }
&lt;br&gt;&lt;br&gt;Have you tried this? If not, could you try?
&lt;br&gt;&amp;nbsp; 
&lt;br&gt;&amp;gt; In stopping lines 93-95 above from being compiled, have I made imap4d
&lt;br&gt;&amp;gt; work for my purposes, while introducing some other problem that I
&lt;br&gt;&amp;gt; simply have not stumbled onto yet?
&lt;br&gt;&lt;br&gt;Generally speaking, yes. This will introduce problems when working with
&lt;br&gt;plain UNIX mailboxes. But I think I should try to find better ways of
&lt;br&gt;autodetection of mbox vs. mh formats. Thanks for bringing this to my
&lt;br&gt;attention.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Sergey
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Bug-mailutils mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26141317&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Bug-mailutils@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/bug-mailutils&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/bug-mailutils&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---MailUtils---Bugs-f1734.html&quot; embed=&quot;fixTarget[1734]&quot; target=&quot;_top&quot; &gt;Gnu - MailUtils - Bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/is-Sergey-Poznyakoff-OK--tp24947894p26141317.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26141161</id>
	<title>Re: failure to build on amd64 &amp; ia64</title>
	<published>2009-10-31T03:16:54Z</published>
	<updated>2009-10-31T03:16:54Z</updated>
	<author>
		<name>Sergey Poznyakoff-2</name>
	</author>
	<content type="html">Hi Jordi,
&lt;br&gt;&lt;br&gt;Sorry for not being able to reply earlier. Many thanks for your spelling
&lt;br&gt;fixes, I will apply them, as well as the one for readmsg.
&lt;br&gt;&lt;br&gt;&amp;gt; amd64 fails during the testsuite run:
&lt;br&gt;&amp;gt; Running /build/buildd-mailutils_2.1+dfsg1-2-kfreebsd-amd64-Q5hTrI/mailutils-2.1+dfsg1/imap4d/testsuite/imap4d/IDEF0956.exp ...
&lt;br&gt;&amp;gt; FAIL: FETCH 1 BODY[TEXT]&amp;lt;0.18446744073709551614&amp;gt;
&lt;br&gt;&lt;br&gt;Unfortunately, it does not give any info as to why the failure
&lt;br&gt;occured. Is it possible to produce a detailed test report?
&lt;br&gt;&lt;br&gt;&amp;gt; For ia64, the story is completely different:
&lt;br&gt;&amp;gt; #	source='mu_guile.c' object='mu_guile.lo' libtool=yes 
&lt;br&gt;&lt;br&gt;Thanks. Please apply the enclosed patch.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Sergey
&lt;br&gt;&lt;br&gt;diff --git a/libmu_scm/mu_guile.c b/libmu_scm/mu_guile.c
&lt;br&gt;index 6992c76..b1162ce 100644
&lt;br&gt;--- a/libmu_scm/mu_guile.c
&lt;br&gt;+++ b/libmu_scm/mu_guile.c
&lt;br&gt;@@ -17,6 +17,7 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp; Boston, MA 02110-1301 USA */
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;#include &amp;quot;mu_scm.h&amp;quot;
&lt;br&gt;+#include &amp;lt;setjmp.h&amp;gt;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;static SCM
&lt;br&gt;&amp;nbsp;eval_catch_body (void *list)
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Bug-mailutils mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26141161&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Bug-mailutils@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/bug-mailutils&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/bug-mailutils&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---MailUtils---Bugs-f1734.html&quot; embed=&quot;fixTarget[1734]&quot; target=&quot;_top&quot; &gt;Gnu - MailUtils - Bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/failure-to-build-on-amd64---ia64-tp26137973p26141161.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26137973</id>
	<title>failure to build on amd64 &amp; ia64</title>
	<published>2009-10-30T15:49:12Z</published>
	<updated>2009-10-30T15:49:12Z</updated>
	<author>
		<name>Jordi Mallach-5</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;The Debian package for 2.1 is failing to autobuild on both ia64 and amd64.
&lt;br&gt;I don't have the necessary hardware to do any kind of tests myself, so
&lt;br&gt;I hope Sergey or others can have a look at this one.
&lt;br&gt;&lt;br&gt;amd64 fails during the testsuite run:
&lt;br&gt;Running /build/buildd-mailutils_2.1+dfsg1-2-kfreebsd-amd64-Q5hTrI/mailutils-2.1+dfsg1/imap4d/testsuite/imap4d/IDEF0956.exp ...
&lt;br&gt;FAIL: FETCH 1 BODY[TEXT]&amp;lt;0.18446744073709551614&amp;gt;
&lt;br&gt;&lt;br&gt;All other imap4d tests pass.
&lt;br&gt;&lt;br&gt;The full output of the amd64 build can be found here:
&lt;br&gt;&lt;a href=&quot;https://buildd.debian.org/fetch.cgi?&amp;pkg=mailutils&amp;ver=1%3A2.1%2Bdfsg1-2&amp;arch=kfreebsd-amd64&amp;stamp=1256868981&amp;file=log&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://buildd.debian.org/fetch.cgi?&amp;pkg=mailutils&amp;ver=1%3A2.1%2Bdfsg1-2&amp;arch=kfreebsd-amd64&amp;stamp=1256868981&amp;file=log&lt;/a&gt;&lt;br&gt;&lt;br&gt;For ia64, the story is completely different:
&lt;br&gt;#	source='mu_guile.c' object='mu_guile.lo' libtool=yes 
&lt;br&gt;/bin/sh ../libtool &amp;nbsp;--tag=CC &amp;nbsp; --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../include &amp;nbsp;-I../include -I../mailbox -I../libproto/include &amp;nbsp; &amp;nbsp; -DDATADIR=\&amp;quot;/usr/share/mailutils\&amp;quot; -DSYSCONFDIR=\&amp;quot;/etc\&amp;quot; &amp;nbsp;-g -O2 -g -Wall -O2 -c -o mu_guile.lo mu_guile.c
&lt;br&gt;libtool: compile: &amp;nbsp;cc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DDATADIR=\&amp;quot;/usr/share/mailutils\&amp;quot; -DSYSCONFDIR=\&amp;quot;/etc\&amp;quot; -g -O2 -g -Wall -O2 -c mu_guile.c &amp;nbsp;-fPIC -DPIC -o .libs/mu_guile.o
&lt;br&gt;mu_guile.c: In function 'eval_catch_handler':
&lt;br&gt;mu_guile.c:31: warning: implicit declaration of function 'longjmp'
&lt;br&gt;mu_guile.c:31: error: 'jmp_buf' undeclared (first use in this function)
&lt;br&gt;mu_guile.c:31: error: (Each undeclared identifier is reported only once
&lt;br&gt;mu_guile.c:31: error: for each function it appears in.)
&lt;br&gt;mu_guile.c:31: error: expected expression before ')' token
&lt;br&gt;mu_guile.c: In function 'mu_guile_safe_exec':
&lt;br&gt;mu_guile.c:52: error: 'jmp_buf' undeclared (first use in this function)
&lt;br&gt;mu_guile.c:52: error: expected ';' before 'jmp_env'
&lt;br&gt;mu_guile.c:55: warning: implicit declaration of function 'setjmp'
&lt;br&gt;mu_guile.c:55: error: 'jmp_env' undeclared (first use in this function)
&lt;br&gt;mu_guile.c: In function 'mu_guile_safe_proc_call':
&lt;br&gt;mu_guile.c:86: error: 'jmp_buf' undeclared (first use in this function)
&lt;br&gt;mu_guile.c:86: error: expected ';' before 'jmp_env'
&lt;br&gt;mu_guile.c:89: error: 'jmp_env' undeclared (first use in this function)
&lt;br&gt;make[4]: *** [mu_guile.lo] Error 1
&lt;br&gt;make[4]: Leaving directory `/build/buildd/mailutils-2.1+dfsg1/libmu_scm'
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;https://buildd.debian.org/fetch.cgi?&amp;pkg=mailutils&amp;ver=1%3A2.1%2Bdfsg1-2&amp;arch=ia64&amp;stamp=1256861531&amp;file=log&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://buildd.debian.org/fetch.cgi?&amp;pkg=mailutils&amp;ver=1%3A2.1%2Bdfsg1-2&amp;arch=ia64&amp;stamp=1256861531&amp;file=log&lt;/a&gt;&lt;br&gt;&lt;br&gt;Any ideas?
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Jordi
&lt;br&gt;-- 
&lt;br&gt;Jordi Mallach Pérez &amp;nbsp;-- &amp;nbsp;Debian developer &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://www.debian.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.debian.org/&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26137973&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jordi@...&lt;/a&gt; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26137973&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jordi@...&lt;/a&gt; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://www.sindominio.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.sindominio.net/&lt;/a&gt;&lt;br&gt;GnuPG public key information available at &lt;a href=&quot;http://oskuro.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://oskuro.net/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Bug-mailutils mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26137973&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Bug-mailutils@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/bug-mailutils&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/bug-mailutils&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---MailUtils---Bugs-f1734.html&quot; embed=&quot;fixTarget[1734]&quot; target=&quot;_top&quot; &gt;Gnu - MailUtils - Bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/failure-to-build-on-amd64---ia64-tp26137973p26137973.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26137803</id>
	<title>readmsg segfaults</title>
	<published>2009-10-30T15:31:00Z</published>
	<updated>2009-10-30T15:31:00Z</updated>
	<author>
		<name>Jordi Mallach-5</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;A Debian user reported that using readmsg -a always leads to a segfault,
&lt;br&gt;regardless of the mailbox file.
&lt;br&gt;&lt;br&gt;He identified the cause in the command line parser, as detailed in
&lt;br&gt;&lt;a href=&quot;http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=517457&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=517457&lt;/a&gt;.
&lt;br&gt;&lt;br&gt;Attached is Steve Cotton's patch to fix the issue.
&lt;br&gt;&lt;br&gt;Jordi
&lt;br&gt;-- 
&lt;br&gt;Jordi Mallach Pérez &amp;nbsp;-- &amp;nbsp;Debian developer &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://www.debian.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.debian.org/&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26137803&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jordi@...&lt;/a&gt; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26137803&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jordi@...&lt;/a&gt; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://www.sindominio.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.sindominio.net/&lt;/a&gt;&lt;br&gt;GnuPG public key information available at &lt;a href=&quot;http://oskuro.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://oskuro.net/&lt;/a&gt;&lt;br&gt;&lt;br /&gt;&lt;hr align=&quot;left&quot; width=&quot;300&quot; /&gt;&lt;tt&gt;--- a/readmsg/readmsg.c
&lt;br&gt;+++ b/readmsg/readmsg.c
&lt;br&gt;@@ -104,11 +104,11 @@ readmsg_parse_opt (int key, char *arg, struct argp_state *astate)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;break;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;case 'p':
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp;mu_argp_node_list_new (&amp;lst, &amp;quot;form-feeds&amp;quot;, arg);
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp;mu_argp_node_list_new (&amp;lst, &amp;quot;form-feeds&amp;quot;, &amp;quot;yes&amp;quot;);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;break;
&lt;br&gt;&amp;nbsp;	 &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;case 'a':
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp;mu_argp_node_list_new (&amp;lst, &amp;quot;show-all-match&amp;quot;, arg);
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp;mu_argp_node_list_new (&amp;lst, &amp;quot;show-all-match&amp;quot;, &amp;quot;yes&amp;quot;);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;break;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;case ARGP_KEY_INIT:
&lt;br&gt;&lt;/tt&gt;&lt;hr align=&quot;left&quot; width=&quot;300&quot; /&gt;&lt;br /&gt; &lt;br /&gt;_______________________________________________
&lt;br&gt;Bug-mailutils mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26137803&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Bug-mailutils@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/bug-mailutils&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/bug-mailutils&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (205 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/26137803/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---MailUtils---Bugs-f1734.html&quot; embed=&quot;fixTarget[1734]&quot; target=&quot;_top&quot; &gt;Gnu - MailUtils - Bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/readmsg-segfaults-tp26137803p26137803.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26119461</id>
	<title>Re: [trivial] spelling fix</title>
	<published>2009-10-29T12:39:16Z</published>
	<updated>2009-10-29T12:39:16Z</updated>
	<author>
		<name>Jordi Mallach-5</name>
	</author>
	<content type="html">I'm attaching a new patch fixing another typo: recieve.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Jordi Mallach Pérez &amp;nbsp;-- &amp;nbsp;Debian developer &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://www.debian.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.debian.org/&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26119461&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jordi@...&lt;/a&gt; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26119461&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jordi@...&lt;/a&gt; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://www.sindominio.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.sindominio.net/&lt;/a&gt;&lt;br&gt;GnuPG public key information available at &lt;a href=&quot;http://oskuro.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://oskuro.net/&lt;/a&gt;&lt;br&gt;&lt;br /&gt;&lt;hr align=&quot;left&quot; width=&quot;300&quot; /&gt;&lt;tt&gt;diff --git a/doc/texinfo/mu-mh.texi b/doc/texinfo/mu-mh.texi
&lt;br&gt;index da6b0d9..2fd2bcf 100644
&lt;br&gt;--- a/doc/texinfo/mu-mh.texi
&lt;br&gt;+++ b/doc/texinfo/mu-mh.texi
&lt;br&gt;@@ -297,7 +297,7 @@ Understands @option{--use} option. Disposition shell provides
&lt;br&gt;&amp;nbsp;Different behaviour if one of the messages in the list does not exist:
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;Mailutils @command{rmm} does not delete any messages. Standard
&lt;br&gt;-@command{rmm} in this case deletes all messages preceeding the
&lt;br&gt;+@command{rmm} in this case deletes all messages preceding the
&lt;br&gt;&amp;nbsp;non-existent one. 
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;@item
&lt;br&gt;diff --git a/maidag/lmtp.c b/maidag/lmtp.c
&lt;br&gt;index 386debe..6842f53 100644
&lt;br&gt;--- a/maidag/lmtp.c
&lt;br&gt;+++ b/maidag/lmtp.c
&lt;br&gt;@@ -536,7 +536,7 @@ lmtp_loop (FILE *in, FILE *out, unsigned int timeout)
&lt;br&gt;&amp;nbsp;	 &amp;nbsp;mu_rtrim_cset (sp, &amp;quot;\r\n&amp;quot;);
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;	 &amp;nbsp;if (lmtp_transcript)
&lt;br&gt;-	 &amp;nbsp; &amp;nbsp;mu_diag_output (MU_DIAG_INFO, &amp;quot;LMTP recieve: %s&amp;quot;, buf);
&lt;br&gt;+	 &amp;nbsp; &amp;nbsp;mu_diag_output (MU_DIAG_INFO, &amp;quot;LMTP receive: %s&amp;quot;, buf);
&lt;br&gt;&amp;nbsp;	 &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp;	 &amp;nbsp;if (next_state != state_none)
&lt;br&gt;&amp;nbsp;	 &amp;nbsp; &amp;nbsp;{
&lt;br&gt;diff --git a/mh/mh_whatnow.c b/mh/mh_whatnow.c
&lt;br&gt;index f8f5646..56551fa 100644
&lt;br&gt;--- a/mh/mh_whatnow.c
&lt;br&gt;+++ b/mh/mh_whatnow.c
&lt;br&gt;@@ -467,7 +467,7 @@ static struct helpdata whatnow_helptab[] = {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;N_(&amp;quot;List the message being distributed/replied-to on the terminal.&amp;quot;) },
&lt;br&gt;&amp;nbsp; &amp;nbsp;{ &amp;quot;edit [&amp;lt;e &amp;lt;&amp;gt;]&amp;quot;,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;N_(&amp;quot;Edit the message. If EDITOR is omitted use the one that was used on&amp;quot;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;quot; the preceeding round unless the profile entry \&amp;quot;LASTEDITOR-next\&amp;quot;&amp;quot;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;quot; the preceding round unless the profile entry \&amp;quot;LASTEDITOR-next\&amp;quot;&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;quot; names an alternate editor.&amp;quot;) },
&lt;br&gt;&amp;nbsp; &amp;nbsp;{ &amp;quot;list [&amp;lt;&amp;gt;]&amp;quot;,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;N_(&amp;quot;List the draft on the terminal.&amp;quot;) },
&lt;br&gt;&lt;/tt&gt;&lt;hr align=&quot;left&quot; width=&quot;300&quot; /&gt;&lt;br /&gt; &lt;br /&gt;_______________________________________________
&lt;br&gt;Bug-mailutils mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26119461&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Bug-mailutils@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/bug-mailutils&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/bug-mailutils&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (205 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/26119461/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---MailUtils---Bugs-f1734.html&quot; embed=&quot;fixTarget[1734]&quot; target=&quot;_top&quot; &gt;Gnu - MailUtils - Bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-trivial--spelling-fix-tp26100718p26119461.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26100718</id>
	<title>[trivial] spelling fix</title>
	<published>2009-10-28T12:24:08Z</published>
	<updated>2009-10-28T12:24:08Z</updated>
	<author>
		<name>Jordi Mallach-5</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;In my quest to annoy Sergey with silly patches, I present you with my
&lt;br&gt;newest trivial patch!
&lt;br&gt;&lt;br&gt;According to Cambridge dictionary, it's “preceded”, not “preceeded”.
&lt;br&gt;&lt;br&gt;This appears in an mh help message and in the docs.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Jordi Mallach Pérez &amp;nbsp;-- &amp;nbsp;Debian developer &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://www.debian.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.debian.org/&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26100718&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jordi@...&lt;/a&gt; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26100718&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jordi@...&lt;/a&gt; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://www.sindominio.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.sindominio.net/&lt;/a&gt;&lt;br&gt;GnuPG public key information available at &lt;a href=&quot;http://oskuro.net/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://oskuro.net/&lt;/a&gt;&lt;br&gt;&lt;br /&gt;&lt;hr align=&quot;left&quot; width=&quot;300&quot; /&gt;&lt;tt&gt;diff --git a/doc/texinfo/mu-mh.texi b/doc/texinfo/mu-mh.texi
&lt;br&gt;index da6b0d9..2fd2bcf 100644
&lt;br&gt;--- a/doc/texinfo/mu-mh.texi
&lt;br&gt;+++ b/doc/texinfo/mu-mh.texi
&lt;br&gt;@@ -297,7 +297,7 @@ Understands @option{--use} option. Disposition shell provides
&lt;br&gt;&amp;nbsp;Different behaviour if one of the messages in the list does not exist:
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;Mailutils @command{rmm} does not delete any messages. Standard
&lt;br&gt;-@command{rmm} in this case deletes all messages preceeding the
&lt;br&gt;+@command{rmm} in this case deletes all messages preceding the
&lt;br&gt;&amp;nbsp;non-existent one. 
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;@item
&lt;br&gt;diff --git a/mh/mh_whatnow.c b/mh/mh_whatnow.c
&lt;br&gt;index f8f5646..56551fa 100644
&lt;br&gt;--- a/mh/mh_whatnow.c
&lt;br&gt;+++ b/mh/mh_whatnow.c
&lt;br&gt;@@ -467,7 +467,7 @@ static struct helpdata whatnow_helptab[] = {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;N_(&amp;quot;List the message being distributed/replied-to on the terminal.&amp;quot;) },
&lt;br&gt;&amp;nbsp; &amp;nbsp;{ &amp;quot;edit [&amp;lt;e &amp;lt;&amp;gt;]&amp;quot;,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;N_(&amp;quot;Edit the message. If EDITOR is omitted use the one that was used on&amp;quot;
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;quot; the preceeding round unless the profile entry \&amp;quot;LASTEDITOR-next\&amp;quot;&amp;quot;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;quot; the preceding round unless the profile entry \&amp;quot;LASTEDITOR-next\&amp;quot;&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;quot; names an alternate editor.&amp;quot;) },
&lt;br&gt;&amp;nbsp; &amp;nbsp;{ &amp;quot;list [&amp;lt;&amp;gt;]&amp;quot;,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;N_(&amp;quot;List the draft on the terminal.&amp;quot;) },
&lt;br&gt;&lt;/tt&gt;&lt;hr align=&quot;left&quot; width=&quot;300&quot; /&gt;&lt;br /&gt; &lt;br /&gt;_______________________________________________
&lt;br&gt;Bug-mailutils mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26100718&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Bug-mailutils@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/bug-mailutils&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/bug-mailutils&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (205 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/26100718/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---MailUtils---Bugs-f1734.html&quot; embed=&quot;fixTarget[1734]&quot; target=&quot;_top&quot; &gt;Gnu - MailUtils - Bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-trivial--spelling-fix-tp26100718p26100718.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26065506</id>
	<title>email fixed, and IMAP fixed?</title>
	<published>2009-10-26T10:21:09Z</published>
	<updated>2009-10-26T10:21:09Z</updated>
	<author>
		<name>Gary Potwin-2</name>
	</author>
	<content type="html">Hi, Sergey. &amp;nbsp;Thank you for your response. &amp;nbsp;I'm sorry that I have not
&lt;br&gt;replied in so long, but I got buried in work again, and it took time
&lt;br&gt;to figure out what is below.
&lt;br&gt;&lt;br&gt;Item 1 {
&lt;br&gt;&lt;br&gt;&amp;gt; OK. To begin with, please ensure that your mails have a valid email
&lt;br&gt;&amp;gt; address in the `From:' header. The address &amp;lt;gary@LORNASIM&amp;gt; is not
&lt;br&gt;&amp;gt; valid and cannot be replied to. That was the reason my mail from
&lt;br&gt;&amp;gt; August 13 got bounced back to me.
&lt;br&gt;&lt;br&gt;I'm sorry about the above error. &amp;nbsp;I had to recompile nmh, and study the
&lt;br&gt;source code for Exim version 3.36 to put in the correct line in the
&lt;br&gt;exim configuration file, to fix the error. &amp;nbsp;It should be coming through
&lt;br&gt;OK now with &amp;quot;From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26065506&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gary@...&lt;/a&gt;&amp;quot;.
&lt;br&gt;&lt;br&gt;}
&lt;br&gt;&lt;br&gt;Item 2 {
&lt;br&gt;&lt;br&gt;&amp;gt; For any questions related to GNU Mailutils, I'd suggest to use
&lt;br&gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26065506&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bug-mailutils@...&lt;/a&gt;&amp;gt;. It is read by many people, so that
&lt;br&gt;&amp;gt; somebody among them may help you in case I am absent.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; It would also be advisable to subscribe to that list.
&lt;br&gt;&lt;br&gt;I am now using the above address. &amp;nbsp;I did review the above list for
&lt;br&gt;June 2009 through the present, and I did not see the below items
&lt;br&gt;addressed.
&lt;br&gt;&lt;br&gt;}
&lt;br&gt;&lt;br&gt;Item 3 {
&lt;br&gt;&lt;br&gt;&amp;gt;&amp;gt; 1. I needed to see what was being communicated between the IMAP server and
&lt;br&gt;&amp;gt;&amp;gt; the mail program. &amp;nbsp;I couldn't figure out how to set &amp;quot;imap4d_transcript&amp;quot; from
&lt;br&gt;&amp;gt;&amp;gt; the command line,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; It is set in imap4d configuration file, in section &amp;quot;server&amp;quot;, like this;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; server 0.0.0.0:143 {
&lt;br&gt;&amp;gt; &amp;nbsp; transcript yes;
&lt;br&gt;&amp;gt; }
&lt;br&gt;&lt;br&gt;I tried putting exactly what you have above into the file
&lt;br&gt;&lt;br&gt;&amp;quot;/usr/local/etc/mailutils.rc&amp;quot;
&lt;br&gt;&lt;br&gt;and ran the following command
&lt;br&gt;&lt;br&gt;imap4d --config-lint --config-verbose
&lt;br&gt;&lt;br&gt;which gave the following output
&lt;br&gt;&lt;br&gt;imap4d: Info: parsing file `/usr/local/etc/mailutils.rc'
&lt;br&gt;# 1 &amp;quot;/usr/local/etc/mailutils.rc&amp;quot;
&lt;br&gt;server 0.0.0.0:143 {
&lt;br&gt;# 2 &amp;quot;/usr/local/etc/mailutils.rc&amp;quot;
&lt;br&gt;&amp;nbsp; transcript yes;
&lt;br&gt;};
&lt;br&gt;/usr/local/etc/mailutils.rc:1: unknown section `server'
&lt;br&gt;imap4d: Info: finished parsing file `/usr/local/etc/mailutils.rc'
&lt;br&gt;&lt;br&gt;So then I tried the following in &amp;quot;/usr/local/etc/mailutils.rc&amp;quot;
&lt;br&gt;&lt;br&gt;program imap4d server 0.0.0.0:143 {
&lt;br&gt;&amp;nbsp; transcript yes;
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;and again ran the following command
&lt;br&gt;&lt;br&gt;imap4d --config-lint --config-verbose
&lt;br&gt;&lt;br&gt;which gave the following output
&lt;br&gt;&lt;br&gt;imap4d: Info: parsing file `/usr/local/etc/mailutils.rc'
&lt;br&gt;# 1 &amp;quot;/usr/local/etc/mailutils.rc&amp;quot;
&lt;br&gt;program imap4d server 0.0.0.0:143 {
&lt;br&gt;# 2 &amp;quot;/usr/local/etc/mailutils.rc&amp;quot;
&lt;br&gt;&amp;nbsp; transcript yes;
&lt;br&gt;};
&lt;br&gt;/usr/local/etc/mailutils.rc:2: unknown keyword `transcript'
&lt;br&gt;imap4d: Info: finished parsing file `/usr/local/etc/mailutils.rc'
&lt;br&gt;&lt;br&gt;I understood the documentation to say that this method of turning on
&lt;br&gt;the transcript won't work when invoking imap4d from inetd, which is
&lt;br&gt;exactly what I have to do. &amp;nbsp;So I went back to what I described to you
&lt;br&gt;previously
&lt;br&gt;&lt;br&gt;&amp;gt;&amp;gt; 1. I needed to see what was being communicated between the IMAP server and
&lt;br&gt;&amp;gt;&amp;gt; the mail program. &amp;nbsp;I couldn't figure out how to set &amp;quot;imap4d_transcript&amp;quot; from
&lt;br&gt;&amp;gt;&amp;gt; the command line, so, in imap4d/util.c, I commented out four
&lt;br&gt;&amp;gt;&amp;gt; &amp;quot;if (imap4d_transcript)&amp;quot; statements so that their respective &amp;quot;mu_diag_output&amp;quot;
&lt;br&gt;&amp;gt;&amp;gt; statements would always run, and I set &amp;quot;transcript = 1&amp;quot;. &amp;nbsp;Now I can see the
&lt;br&gt;&amp;gt;&amp;gt; communications.
&lt;br&gt;&lt;br&gt;and I found that this works fine in spite of the fact that I am invoking
&lt;br&gt;imap4d from inetd. &amp;nbsp;So is there a way to turn on the transcript from
&lt;br&gt;the configuration file or from the command line, and have it work under inetd?
&lt;br&gt;&lt;br&gt;}
&lt;br&gt;&lt;br&gt;Item 4 {
&lt;br&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 2. The problem I am having with the directories graying out may be due to my
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; inexperience at this, since I have never before attempted to set up an IMAP
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; server.
&lt;br&gt;&lt;br&gt;&amp;gt;&amp;gt; I don't quite understand what exactly &amp;quot;graying&amp;quot; means. Is it some way to
&lt;br&gt;&amp;gt;&amp;gt; represent folder attributes? If so, what attributes? 
&lt;br&gt;&lt;br&gt;&amp;gt; As I was getting ready to resend
&lt;br&gt;&amp;gt; the email, I realized that I had left out the following important information:
&lt;br&gt;&amp;gt; for each grayed-out directory that I refer to below, the IMAP server is
&lt;br&gt;&amp;gt; sending the &amp;quot;Noselect&amp;quot; switch along with it, which I suspect is why the mail
&lt;br&gt;&amp;gt; program displays them as grayed-out.
&lt;br&gt;&lt;br&gt;There is a typo in the above: &amp;quot;Noselect&amp;quot; should really have been &amp;quot;NoSelect&amp;quot;.
&lt;br&gt;Under both Microsoft Windows and the X System under Linux, icons are
&lt;br&gt;displayed which will do something if you click (or double-click) on them.
&lt;br&gt;Depending on the circumstances at the time, the icons may be normally
&lt;br&gt;displayed, which will result in the above action occurring, or the icons
&lt;br&gt;may be displayed dimly or in gray, which is what I meant by &amp;quot;graying out&amp;quot;
&lt;br&gt;above, in which case you will not be able to click or double-click on them
&lt;br&gt;and have the usual action happen. &amp;nbsp;As best I understand so far, this has
&lt;br&gt;nothing to do with folder attributes. &amp;nbsp;It turns out that my suspicion above
&lt;br&gt;regarding the &amp;quot;NoSelect&amp;quot; switch was correct. &amp;nbsp;Please see Item 6 below for
&lt;br&gt;what I did about it.
&lt;br&gt;&lt;br&gt;}
&lt;br&gt;&lt;br&gt;Item 5 {
&lt;br&gt;&lt;br&gt;&amp;gt;&amp;gt; Would you kindly tell me what directory structure is normally
&lt;br&gt;&amp;gt;&amp;gt; expected by an IMAP server,
&lt;br&gt;&lt;br&gt;&amp;gt; There are no restrictions on mailbox and directory structure. Any
&lt;br&gt;&amp;gt; directory hierarchy is understood.
&lt;br&gt;&lt;br&gt;&amp;gt;&amp;gt; source code package), and some of them refer to a namespace that would start
&lt;br&gt;&amp;gt;&amp;gt; with &amp;quot;mh:&amp;quot; or &amp;quot;#mh&amp;quot; in my case. &amp;nbsp;Should I put one of these in as a namespace
&lt;br&gt;&amp;gt;&amp;gt; parameter in the mail program?
&lt;br&gt;&lt;br&gt;&amp;gt; No, the &amp;quot;namespace&amp;quot; directive has nothing to do with the mailbox types.
&lt;br&gt;&lt;br&gt;The above were just my mistaken attempts to try to get the IMAP server
&lt;br&gt;to recognize my MH mail folders. &amp;nbsp;I completely concur with what you stated.
&lt;br&gt;Please see Item 6 below for what I did that allowed the IMAP server to
&lt;br&gt;see my MH mail folders.
&lt;br&gt;&lt;br&gt;}
&lt;br&gt;&lt;br&gt;Item 6 {
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;&amp;gt; Here is the path I have been using with MH for years:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; /home/gary/Mail
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; When the email program sends this path to the IMAP server, this forces the
&lt;br&gt;&amp;gt;&amp;gt; scheme to be &amp;quot;file&amp;quot;,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; (in function &amp;quot;url_parse0&amp;quot; in &amp;quot;mailbox/url.c&amp;quot;)
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; which doesn't match any of the formats
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; (mbox, mh, or maildir (from include/mailutils/registrar.h, called by
&lt;br&gt;&amp;gt;&amp;gt; &amp;quot;mu_register_local_mbox_formats&amp;quot; from imap4d/imap4d.c))
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; checked by &amp;quot;mu_record_is_scheme&amp;quot; in &amp;quot;mailbox/registrar.c&amp;quot;,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; (I really don't yet understand how the following code works:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; if (record-&amp;gt;_is_scheme)
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; return record-&amp;gt;_is_scheme (record, url, flags);
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; (The only definition I could find for &amp;quot;_is_scheme&amp;quot; is in &amp;quot;struct _mu_record&amp;quot;
&lt;br&gt;&amp;gt;&amp;gt; in &amp;quot;include/mailutils/registrar.h&amp;quot;, and I don't know what &amp;quot;Stub functions to
&lt;br&gt;&amp;gt;&amp;gt; override. The default is to return the fields.&amp;quot; means.)
&lt;/div&gt;&lt;br&gt;&amp;gt; The `_is_scheme' is a &amp;quot;virtual method&amp;quot; which is defined in the library
&lt;br&gt;&amp;gt; responsible for the particular mailbox implementation (e.g. in
&lt;br&gt;&amp;gt; libmu_maildir, for mailboxes in maildir format).
&lt;br&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Using checking statements (mu_diag_output), I found that the if statement
&lt;br&gt;&amp;gt;&amp;gt; following the above one is never accessed.)
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; called from &amp;quot;mu_registrar_lookup_url&amp;quot; in &amp;quot;mailbox/registrar.c&amp;quot;,
&lt;br&gt;&amp;gt;&amp;gt; called from &amp;quot;mu_registrar_lookup&amp;quot; in &amp;quot;mailbox/registrar.c&amp;quot;,
&lt;br&gt;&amp;gt;&amp;gt; called from &amp;quot;mu_folder_create_from_record&amp;quot; in &amp;quot;mailbox/folder.c&amp;quot;,
&lt;br&gt;&amp;gt;&amp;gt; called from &amp;quot;mu_folder_create&amp;quot; in &amp;quot;mailbox/folder.c&amp;quot;,
&lt;br&gt;&amp;gt;&amp;gt; called from &amp;quot;imap4d_list&amp;quot; in &amp;quot;imap4d/list.c&amp;quot;.
&lt;br&gt;&lt;br&gt;I believe that I was correct as far as I had gone, but I thank you for your
&lt;br&gt;explanation of &amp;quot;virtual method&amp;quot; above, which enabled me to continue the
&lt;br&gt;investigation. &amp;nbsp;The above code is set up to check the URL against the
&lt;br&gt;3 records that were set up in &amp;quot;mu_register_local_mbox_formats&amp;quot;:
&lt;br&gt;first, mbox, and then, mh and maildir. &amp;nbsp;My present understanding of the
&lt;br&gt;mbox system is that mbox mail is always stored in one or more mbox format
&lt;br&gt;files. &amp;nbsp;To the best of my knowledge (man 5 mbox), there is no such thing
&lt;br&gt;as an mbox format subdirectory or folder. &amp;nbsp;The code that checks for mbox
&lt;br&gt;format is in libproto/mbox/folder.c. &amp;nbsp;When this code is called to check
&lt;br&gt;what really is an mh format subdirectory, lines 93-95 incorrectly identify
&lt;br&gt;it as an mbox subdirectory. &amp;nbsp;When the mbox code later on tries to deal with
&lt;br&gt;this subdirectory, it realizes that this is not a valid mbox file, even
&lt;br&gt;though it is a subdirectory, so that's why the &amp;quot;NoSelect&amp;quot; switch gets sent
&lt;br&gt;out for this subdirectory. &amp;nbsp;What I did was to stop lines 93-95 from being
&lt;br&gt;compiled by adding
&lt;br&gt;&lt;br&gt;#if 0
&lt;br&gt;&lt;br&gt;just before line 93, and adding
&lt;br&gt;&lt;br&gt;#endif
&lt;br&gt;&lt;br&gt;just after line 95. &amp;nbsp;This forces the mbox URL check to fail for any folder
&lt;br&gt;or subdirectory, thereby allowing the next record to run, which allows the
&lt;br&gt;mh record to correctly identify this as an mh subdirectory. &amp;nbsp;With the above
&lt;br&gt;change, imap4d did correctly see all of my mh mail, and I am now able to
&lt;br&gt;access this mail using both Linux and Microsoft Windows email programs,
&lt;br&gt;which was my objective from the beginning.
&lt;br&gt;&lt;br&gt;Did I make any mistakes in any of the above? &amp;nbsp;In stopping lines 93-95
&lt;br&gt;above from being compiled, have I made imap4d work for my purposes, while
&lt;br&gt;introducing some other problem that I simply have not stumbled onto yet?
&lt;br&gt;If the above really is correct, perhaps this really is a bug, and perhaps
&lt;br&gt;the above should be incorporated into a bugfix and/or the next release.
&lt;br&gt;&lt;br&gt;}
&lt;br&gt;&lt;br&gt;Thank you, Sergey, for all your help, and for your patience with my
&lt;br&gt;ignorance and lack of experience.
&lt;br&gt;&lt;br&gt;Looking forward to your response,
&lt;br&gt;&lt;br&gt;Gary
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;Date: Tue, 18 Aug 2009 22:57:15 +0300
&lt;br&gt;From: Sergey Poznyakoff &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26065506&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gray@...&lt;/a&gt;&amp;gt;
&lt;br&gt;To: &amp;quot;Gary Potwin&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26065506&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gary@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Subject: Re: [bug-mailutils] is Sergey Poznyakoff OK? 
&lt;br&gt;&lt;br&gt;Hi Gary, 
&lt;br&gt;&lt;br&gt;&amp;gt; Hi, Sergey. &amp;nbsp;Thank you for your response. &amp;nbsp;I would like to clear up, as best
&lt;br&gt;&amp;gt; we can, these email problems, and then, by all means, I would like to
&lt;br&gt;&amp;gt; get back to the IMAP server questions.
&lt;br&gt;&lt;br&gt;OK. To begin with, please ensure that your mails have a valid email
&lt;br&gt;address in the `From:' header. The address &amp;lt;gary@LORNASIM&amp;gt; is not
&lt;br&gt;valid and cannot be replied to. That was the reason my mail from
&lt;br&gt;August 13 got bounced back to me.
&lt;br&gt;&lt;br&gt;&amp;gt; I noted (see headers below) that you responded
&lt;br&gt;&amp;gt; to the message that I sent to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26065506&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bug-mailutils@...&lt;/a&gt; on August 17. &amp;nbsp;Did you
&lt;br&gt;&amp;gt; ever receive the previous, nearly identical, message that I sent to 
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26065506&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gray@...&lt;/a&gt; on August 13?
&lt;br&gt;&lt;br&gt;Yes, I did.
&lt;br&gt;&lt;br&gt;&amp;gt; Please let me know if my emails are getting
&lt;br&gt;&amp;gt; through, and which email address you would prefer that I use.
&lt;br&gt;&lt;br&gt;For any questions related to GNU Mailutils, I'd suggest to use
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26065506&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bug-mailutils@...&lt;/a&gt;&amp;gt;. It is read by many people, so that
&lt;br&gt;somebody among them may help you in case I am absent.
&lt;br&gt;&lt;br&gt;It would also be advisable to subscribe to that list.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Sergey
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Date: Tue, 18 Aug 2009 09:40:45 +0300
&lt;br&gt;From: Sergey Poznyakoff &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26065506&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gray@...&lt;/a&gt;&amp;gt;
&lt;br&gt;To: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26065506&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gary@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Subject: Re: [bug-mailutils] is Sergey Poznyakoff OK? 
&lt;br&gt;In-reply-to: Your message of Mon, 17 Aug 2009 09:36:29 -0400
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;E1Md2O0-0000wx-00@LORNASIM&amp;gt;
&lt;br&gt;References: &amp;lt;E1Md2O0-0000wx-00@LORNASIM&amp;gt;
&lt;br&gt;&lt;br&gt;Hi Gary,
&lt;br&gt;&lt;br&gt;&amp;gt; 1. I needed to see what was being communicated between the IMAP server and
&lt;br&gt;&amp;gt; the mail program. &amp;nbsp;I couldn't figure out how to set &amp;quot;imap4d_transcript&amp;quot; from
&lt;br&gt;&amp;gt; the command line,
&lt;br&gt;&lt;br&gt;It is set in imap4d configuration file, in section &amp;quot;server&amp;quot;, like this;
&lt;br&gt;&lt;br&gt;server 0.0.0.0:143 {
&lt;br&gt;&amp;nbsp; transcript yes;
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;&amp;gt; 2. The problem I am having with the directories graying out may be due to my
&lt;br&gt;&amp;gt; inexperience at this, since I have never before attempted to set up an IMAP
&lt;br&gt;&amp;gt; server.
&lt;br&gt;&lt;br&gt;I don't quite understand what exactly &amp;quot;graying&amp;quot; means. Is it some way to
&lt;br&gt;represent folder attributes? If so, what attributes? 
&lt;br&gt;&lt;br&gt;&amp;gt; Would you kindly tell me what directory structure is normally
&lt;br&gt;&amp;gt; expected by an IMAP server,
&lt;br&gt;&lt;br&gt;There are no restrictions on mailbox and directory structure. Any
&lt;br&gt;directory hierarchy is understood.
&lt;br&gt;&lt;br&gt;&amp;gt; (I really don't yet understand how the following code works:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; if (record-&amp;gt;_is_scheme)
&lt;br&gt;&amp;gt; &amp;nbsp; return record-&amp;gt;_is_scheme (record, url, flags);
&lt;br&gt;&lt;br&gt;The `_is_scheme' is a &amp;quot;virtual method&amp;quot; which is defined in the library
&lt;br&gt;responsible for the particular mailbox implementation (e.g. in
&lt;br&gt;libmu_maildir, for mailboxes in maildir format).
&lt;br&gt;&lt;br&gt;&amp;gt; source code package), and some of them refer to a namespace that would start
&lt;br&gt;&amp;gt; with &amp;quot;mh:&amp;quot; or &amp;quot;#mh&amp;quot; in my case. &amp;nbsp;Should I put one of these in as a namespace
&lt;br&gt;&amp;gt; parameter in the mail program?
&lt;br&gt;&lt;br&gt;No, the &amp;quot;namespace&amp;quot; directive has nothing to do with the mailbox types.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Sergey
&lt;br&gt;&lt;br&gt;-------------------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;To: Sergey Poznyakoff &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26065506&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gray@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Subject: Re: [bug-mailutils] is Sergey Poznyakoff OK? 
&lt;br&gt;In-reply-to: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26065506&amp;i=10&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;20090813112748.27894@...&lt;/a&gt;&amp;gt; 
&lt;br&gt;References: &amp;lt;E1MbHNr-0000bT-00@LORNASIM&amp;gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26065506&amp;i=11&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;20090813112748.27894@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Comments: In-reply-to Sergey Poznyakoff &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26065506&amp;i=12&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gray@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;message dated &amp;quot;Thu, 13 Aug 2009 11:27:48 +0300.&amp;quot;
&lt;br&gt;Date: Thu, 13 Aug 2009 21:19:39 -0400
&lt;br&gt;From: Gary Potwin &amp;lt;gary@LORNASIM&amp;gt;
&lt;br&gt;&lt;br&gt;Hi, Sergey. &amp;nbsp;It is very good to hear from you again. &amp;nbsp;I'm very glad you haven't
&lt;br&gt;been run over by a truck, or some other bad thing. &amp;nbsp;A colleague of yours from
&lt;br&gt;GNU Mailutils sent me the following email just before you sent your email.
&lt;br&gt;Between the == lines is my response, and what he sent.
&lt;br&gt;&lt;br&gt;==============================================================================
&lt;br&gt;&lt;br&gt;Hello, Alfred M. Szmidt. &amp;nbsp;Thank you for your reply, and for helping forward
&lt;br&gt;the message to Sergey Poznyakoff. &amp;nbsp;He responded shortly after you did.
&lt;br&gt;&lt;br&gt;Sincerely yours,
&lt;br&gt;&lt;br&gt;Gary Potwin
&lt;br&gt;&lt;br&gt;-----------------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;He is just busy.
&lt;br&gt;&lt;br&gt;Author: Sergey Poznyakoff &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26065506&amp;i=13&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gray@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Date: &amp;nbsp; Thu Aug 13 00:08:33 2009 +0300
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Fixes in configure.ac
&lt;br&gt;&lt;br&gt;===============================================================================
&lt;br&gt;&lt;br&gt;From the looks of it, the last email that I sent to you at
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26065506&amp;i=14&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bug-mailutils@...&lt;/a&gt; somehow had most of the latter part deleted, because
&lt;br&gt;that is where I had included the two emails that I had sent to you before.
&lt;br&gt;As I did previously, those emails are included below. &amp;nbsp;Those emails explain
&lt;br&gt;where I am so far with the IMAP server problems. &amp;nbsp;I look forward to your
&lt;br&gt;response.
&lt;br&gt;&lt;br&gt;Thank you,
&lt;br&gt;&lt;br&gt;Gary
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;Hi Gary,
&lt;br&gt;&lt;br&gt;&amp;gt; I have been trading emails with Sergey Poznyakoff for several months concerning
&lt;br&gt;&amp;gt; the GNU Mailutils IMAP server. &amp;nbsp;As can be seen below, he usually responds very
&lt;br&gt;&amp;gt; quickly, but I have not had any response from him since I sent him one email on
&lt;br&gt;&amp;gt; July 6, 2009, and another on July 20, 2009, which is why I am trying this other
&lt;br&gt;&amp;gt; email address that he informed me of in a previous email.
&lt;br&gt;&lt;br&gt;Strange, I did not receive those two postings. Could you please forward
&lt;br&gt;them again?
&lt;br&gt;&lt;br&gt;&amp;gt; Has anything bad happened to him?
&lt;br&gt;&lt;br&gt;I'm OK, thanks for bothering about me. I really appreciate that. The
&lt;br&gt;reason why our communication broke is purely technical, and I apologize
&lt;br&gt;for it. I'll investigate my mail system to prevent such things from
&lt;br&gt;happening again.
&lt;br&gt;&lt;br&gt;So, what is your progress with Mailutils?
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Sergey
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26065506&amp;i=15&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bug-mailutils@...&lt;/a&gt;
&lt;br&gt;Reply-To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26065506&amp;i=16&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gary@...&lt;/a&gt;
&lt;br&gt;Fcc: /&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26065506&amp;i=17&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;home/gary/Maildata/Computer/Software/Linux/GNU/Mailutils/Sergey_Poznyakoff/bug-mailutils@...&lt;/a&gt;
&lt;br&gt;Subject: is Sergey Poznyakoff OK?
&lt;br&gt;--------
&lt;br&gt;Hello, my name is Gary Potwin. &amp;nbsp;As you can see from the emails copied below,
&lt;br&gt;I have been trading emails with Sergey Poznyakoff for several months concerning
&lt;br&gt;the GNU Mailutils IMAP server. &amp;nbsp;As can be seen below, he usually responds very
&lt;br&gt;quickly, but I have not had any response from him since I sent him one email on
&lt;br&gt;July 6, 2009, and another on July 20, 2009, which is why I am trying this other
&lt;br&gt;email address that he informed me of in a previous email. &amp;nbsp;Has anything bad
&lt;br&gt;happened to him? &amp;nbsp;If he is overwhelmed with other work, I can certainly
&lt;br&gt;understand that. &amp;nbsp;If he is OK, would someone please forward this email to him?
&lt;br&gt;I don't know whether my emails are getting through. &amp;nbsp;Either way, would someone
&lt;br&gt;please let me know if he is OK or not?
&lt;br&gt;&lt;br&gt;Thank you,
&lt;br&gt;&lt;br&gt;Gary Potwin
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;To: Sergey Poznyakoff &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26065506&amp;i=18&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gray@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Subject: Re: using IMAP on MH emails 
&lt;br&gt;In-reply-to: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26065506&amp;i=19&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;20090512155656.24105@...&lt;/a&gt;&amp;gt; 
&lt;br&gt;References: &amp;lt;E1M1Ksp-0000hZ-00@LORNASIM&amp;gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26065506&amp;i=20&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;20090505181412.13171@...&lt;/a&gt;&amp;gt; &amp;lt;E1M2v3Z-0000Nz-00@LORNASIM&amp;gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26065506&amp;i=21&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;20090512155656.24105@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Comments: In-reply-to Sergey Poznyakoff &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26065506&amp;i=22&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gray@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;message dated &amp;quot;Tue, 12 May 2009 15:56:56 +0300.&amp;quot;
&lt;br&gt;Date: Mon, 20 Jul 2009 11:24:58 -0400
&lt;br&gt;From: Gary Potwin &amp;lt;gary@LORNASIM&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;Hi, Sergey. &amp;nbsp;Below please find a copy of the email that I sent to you two
&lt;br&gt;weeks ago. &amp;nbsp;Maybe the email just got lost somewhere, or maybe you were on
&lt;br&gt;vacation. &amp;nbsp;Either way, I hope you are OK. &amp;nbsp;As I was getting ready to resend
&lt;br&gt;the email, I realized that I had left out the following important information:
&lt;br&gt;for each grayed-out directory that I refer to below, the IMAP server is
&lt;br&gt;sending the &amp;quot;Noselect&amp;quot; switch along with it, which I suspect is why the mail
&lt;br&gt;program displays them as grayed-out.
&lt;br&gt;&lt;br&gt;Looking forward to your reply,
&lt;br&gt;&lt;br&gt;Gary
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;To: Sergey Poznyakoff &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26065506&amp;i=23&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gray@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Subject: Re: using IMAP on MH emails 
&lt;br&gt;In-reply-to: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26065506&amp;i=24&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;20090512155656.24105@...&lt;/a&gt;&amp;gt; 
&lt;br&gt;References: &amp;lt;E1M1Ksp-0000hZ-00@LORNASIM&amp;gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26065506&amp;i=25&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;20090505181412.13171@...&lt;/a&gt;&amp;gt; &amp;lt;E1M2v3Z-0000Nz-00@LORNASIM&amp;gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26065506&amp;i=26&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;20090512155656.24105@...&lt;/a&gt;&amp;gt;
&lt;br&gt;Comments: In-reply-to Sergey Poznyakoff &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26065506&amp;i=27&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gray@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;message dated &amp;quot;Tue, 12 May 2009 15:56:56 +0300.&amp;quot;
&lt;br&gt;Date: Mon, 06 Jul 2009 16:42:39 -0400
&lt;br&gt;From: Gary Potwin &amp;lt;gary@LORNASIM&amp;gt;
&lt;br&gt;&lt;br&gt;Hi, Sergey. &amp;nbsp;Thank you for your reply. &amp;nbsp;I'm sorry it has been so long since I
&lt;br&gt;emailed you, but I was buried in work by my job, so this had to wait. &amp;nbsp;Per
&lt;br&gt;your instructions, I did download Mailutils 2.0, compiled it, and it does
&lt;br&gt;&amp;quot;run&amp;quot; on my 75 MHz Pentium. &amp;nbsp;I am still having the same problems as before,
&lt;br&gt;where the directories are grayed out. &amp;nbsp;Here's what I've discovered up to this
&lt;br&gt;point:
&lt;br&gt;&lt;br&gt;1. I needed to see what was being communicated between the IMAP server and
&lt;br&gt;the mail program. &amp;nbsp;I couldn't figure out how to set &amp;quot;imap4d_transcript&amp;quot; from
&lt;br&gt;the command line, so, in imap4d/util.c, I commented out four
&lt;br&gt;&amp;quot;if (imap4d_transcript)&amp;quot; statements so that their respective &amp;quot;mu_diag_output&amp;quot;
&lt;br&gt;statements would always run, and I set &amp;quot;transcript = 1&amp;quot;. &amp;nbsp;Now I can see the
&lt;br&gt;communications.
&lt;br&gt;&lt;br&gt;2. The problem I am having with the directories graying out may be due to my
&lt;br&gt;inexperience at this, since I have never before attempted to set up an IMAP
&lt;br&gt;server. &amp;nbsp;Would you kindly tell me what directory structure is normally
&lt;br&gt;expected by an IMAP server, and what are normally expected settings in the
&lt;br&gt;email program? &amp;nbsp;Here is the path I have been using with MH for years:
&lt;br&gt;&lt;br&gt;/home/gary/Mail
&lt;br&gt;&lt;br&gt;When the email program sends this path to the IMAP server, this forces the
&lt;br&gt;scheme to be &amp;quot;file&amp;quot;,
&lt;br&gt;&lt;br&gt;(in function &amp;quot;url_parse0&amp;quot; in &amp;quot;mailbox/url.c&amp;quot;)
&lt;br&gt;&lt;br&gt;which doesn't match any of the formats
&lt;br&gt;&lt;br&gt;(mbox, mh, or maildir (from include/mailutils/registrar.h, called by
&lt;br&gt;&amp;quot;mu_register_local_mbox_formats&amp;quot; from imap4d/imap4d.c))
&lt;br&gt;&lt;br&gt;checked by &amp;quot;mu_record_is_scheme&amp;quot; in &amp;quot;mailbox/registrar.c&amp;quot;,
&lt;br&gt;&lt;br&gt;(I really don't yet understand how the following code works:
&lt;br&gt;&lt;br&gt;if (record-&amp;gt;_is_scheme)
&lt;br&gt;&amp;nbsp; return record-&amp;gt;_is_scheme (record, url, flags);
&lt;br&gt;&lt;br&gt;(The only definition I could find for &amp;quot;_is_scheme&amp;quot; is in &amp;quot;struct _mu_record&amp;quot;
&lt;br&gt;in &amp;quot;include/mailutils/registrar.h&amp;quot;, and I don't know what &amp;quot;Stub functions to
&lt;br&gt;override. The default is to return the fields.&amp;quot; means.)
&lt;br&gt;&lt;br&gt;Using checking statements (mu_diag_output), I found that the if statement
&lt;br&gt;following the above one is never accessed.)
&lt;br&gt;&lt;br&gt;called from &amp;quot;mu_registrar_lookup_url&amp;quot; in &amp;quot;mailbox/registrar.c&amp;quot;,
&lt;br&gt;called from &amp;quot;mu_registrar_lookup&amp;quot; in &amp;quot;mailbox/registrar.c&amp;quot;,
&lt;br&gt;called from &amp;quot;mu_folder_create_from_record&amp;quot; in &amp;quot;mailbox/folder.c&amp;quot;,
&lt;br&gt;called from &amp;quot;mu_folder_create&amp;quot; in &amp;quot;mailbox/folder.c&amp;quot;,
&lt;br&gt;called from &amp;quot;imap4d_list&amp;quot; in &amp;quot;imap4d/list.c&amp;quot;.
&lt;br&gt;&lt;br&gt;I read all of the rfc documents in doc/rfc (thank you for including them in the
&lt;br&gt;source code package), and some of them refer to a namespace that would start
&lt;br&gt;with &amp;quot;mh:&amp;quot; or &amp;quot;#mh&amp;quot; in my case. &amp;nbsp;Should I put one of these in as a namespace
&lt;br&gt;parameter in the mail program?
&lt;br&gt;&lt;br&gt;As you can see, I tried to solve this on my own, but so far I can't. &amp;nbsp;If any
&lt;br&gt;of the above questions are answered somewhere on the web, I would appreciate
&lt;br&gt;knowing the appropriate URL. &amp;nbsp;I spent many hours on Google, but failed to find
&lt;br&gt;any information like this.
&lt;br&gt;&lt;br&gt;Thank you for any advice you can give,
&lt;br&gt;&lt;br&gt;Gary
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;Hi Gary,
&lt;br&gt;&lt;br&gt;&amp;gt; I am trying to learn Linux, so I presently have Debian 3.1 installed on a
&lt;br&gt;&amp;gt; 75 MHz Pentium with 128M of ram. &amp;nbsp;All I have done so far is to use the
&lt;br&gt;&amp;gt; packages that are provided with this distribution, and the 0.6.1 version
&lt;br&gt;&amp;gt; of GNU Mailutils is what is provided as a package with that distribution.
&lt;br&gt;&amp;gt; This machine does not meet the hardware requirements of any of the more
&lt;br&gt;&amp;gt; recent Debian distributions, which is why I haven't upgraded. &amp;nbsp;Would this
&lt;br&gt;&amp;gt; machine be able to run Mailutils 2.0?
&lt;br&gt;&lt;br&gt;Yes, I believe it will. &amp;nbsp;
&lt;br&gt;&lt;br&gt;&amp;gt;If so, I'll have to investigate how install it.
&lt;br&gt;&lt;br&gt;The usual procedure is: downoload the tarball, then do:
&lt;br&gt;&lt;br&gt;tar xf mailutils-2.0.tar.gz
&lt;br&gt;cd mailutils-2.0
&lt;br&gt;./configure [OPTIONS]
&lt;br&gt;make
&lt;br&gt;make install
&lt;br&gt;&lt;br&gt;where [OPTIONS] stands for a list of options you pass to configure to
&lt;br&gt;customize the installation. &amp;nbsp;After unpacking, you'll find in the
&lt;br&gt;directory mailutils-2.0 files INSTALL and README with the detailed
&lt;br&gt;instructions.
&lt;br&gt;&lt;br&gt;You will need the usual build tools for the above procedure
&lt;br&gt;(i.e. cc, ld, make).
&lt;br&gt;&lt;br&gt;&amp;gt; I then created an IMAP account on the Mozilla Mail (version 1.7.8) that is
&lt;br&gt;&amp;gt; also installed on the 75 MHz Pentium by means of the Debian 3.1 package.
&lt;br&gt;&amp;gt; I am able to see the various directories of my mail, but they are all
&lt;br&gt;&amp;gt; grayed out, and I can't subscribe to them, so I can't see any messages.
&lt;br&gt;&amp;gt; Again, I don't know if this is due to needing to upgrade or not. &amp;nbsp;If you
&lt;br&gt;&amp;gt; can advise me on this, I would be grateful.
&lt;br&gt;&lt;br&gt;I have never encountered such symptoms, but they may well be due to
&lt;br&gt;obsolete version of imap4d. &amp;nbsp;Version 0.6.1 is an early alpha version,
&lt;br&gt;that contained many bugs. &amp;nbsp;Try the latest one instead. &amp;nbsp;If installing
&lt;br&gt;from sources does not suit you, I can try to make a binary package for
&lt;br&gt;you, but that may take some time.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Sergey
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Bug-mailutils mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26065506&amp;i=28&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Bug-mailutils@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/bug-mailutils&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/bug-mailutils&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---MailUtils---Bugs-f1734.html&quot; embed=&quot;fixTarget[1734]&quot; target=&quot;_top&quot; &gt;Gnu - MailUtils - Bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/is-Sergey-Poznyakoff-OK--tp24947894p26065506.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25922081</id>
	<title>Re: mu_mailbox_create() with IMAP/IMAPS</title>
	<published>2009-10-16T02:00:27Z</published>
	<updated>2009-10-16T02:00:27Z</updated>
	<author>
		<name>Vlad Galu-4</name>
	</author>
	<content type="html">Sergey Poznyakoff wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Vlad Galu &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25922081&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;vlad.galu@...&lt;/a&gt;&amp;gt; ha escrit:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; However, on return, ret is MU_ERR_NO_HANDLER, which seems to be set by
&lt;br&gt;&amp;gt;&amp;gt; mu_registrar_lookup_url().
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; First of all you need to register the &amp;quot;imap&amp;quot; mailbox type by using
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; mu_registrar_record (mu_imap_record);
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt; Sergey
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;Thanks, Sergey!
&lt;br&gt;&lt;br&gt;Going one step further, mu_mailbox_open(mbox, 
&lt;br&gt;MU_STREAM_READ|MU_STREAM_WRITE) fails, returning MU_ERR_BASE, which is 
&lt;br&gt;not very helpful...
&lt;br&gt;&lt;br&gt;I do see a connection being established to imaps port on the IMAP server.
&lt;br&gt;&lt;br&gt;Any hints?
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Vlad
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Bug-mailutils mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25922081&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Bug-mailutils@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/bug-mailutils&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/bug-mailutils&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Gnu---MailUtils---Bugs-f1734.html&quot; embed=&quot;fixTarget[1734]&quot; target=&quot;_top&quot; &gt;Gnu - MailUtils - Bugs&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/mu_mailbox_create%28%29-with-IMAP-IMAPS-tp25909647p25922081.html" />
</entry>

</feed>
