Steffen Daode Nurpmeso | 10 May 2012 17:17

reply-to, mail-followup-to, cc and their relationship

Hi,
first i have to say thanks for Mutt(1), i've used it for years.
Now i'm getting older and am currently on the «plain and antique»
trip and am therefore slowly extending nail(1), as of Heirloom.
Anyway, while doing some work on Mail-Followup-To: stuff i took
mutt(1) as reference and found that it reacts strange in respect
to interaction with the standardized Reply-To: field.
You can very well repeat this with having one or two entries
in Reply-To:, alone and ditto in conjunction with one+ entries
in Mail-Followup-To:; and see how nice it gets when there was
data in Cc:.

What i planned for my pfffff was that i join Reply-To:'s with
Mail-Followup-To:'s, keeping the stuff in Cc: around.
(Basic idea: editing later is possible.)
Basic thought: Reply-To:'s are often somewhat automatic, whereas
Mail-Followup-To:, though never beyond draft, is used and added to
mails by hand (examples can be found at least in last days of
OpenBSD-ports).

I just yet stumbled over that problem so the brain is behind
(with the real question being wether it will ever catch up,),
so don't ask me no questions.

I just thought the behaviour (of Mutt 1.5.21 (2010-09-15)) isn't
quite pragmatic.  Is it?

--steffen
Forza Figa!

(Continue reading)

David J. Weller-Fahy | 11 May 2012 03:49

Building mutt from HEAD on Mac OS X with automake 1.12

I recently started using Mac OS X again, and installed HomeBrew [1] to
be able to automate the upgrade of various software components not
already included.

When installing the requisite programs to build mutt from HEAD, automake
1.12 was installed.  Unfortunately, this new version of automake caused
mutt not to prepare!  The output of my attempt to prepare follows.

#v+
dave <at> pooh:~/usr/src/mutt/mutt$ cat ../configure-mutt.sh
#!/bin/sh

# For FreeBSD, append '=/usr/local' to the --with-sasl line.
# For Mac OS X, append '=/usr/local' to the --with-tokyocabinet line.

./prepare \
	--prefix=$HOME/usr \
	--with-homespool=Maildir \
	--enable-debug \
	--enable-hcache \
	--with-tokyocabinet=/usr/local \
	--with-curses \
	--enable-smtp \
	--enable-imap \
	--with-ssl \
	--with-sasl
#v-

Note: This prepare command has worked in the past on Mac OS X.  Next, I
make sure my sources are up to date, and try to prepare.
(Continue reading)

Vincent Lefevre | 11 May 2012 13:14

Re: Building mutt from HEAD on Mac OS X with automake 1.12

On 2012-05-10 21:49:54 -0400, David J. Weller-Fahy wrote:
> When installing the requisite programs to build mutt from HEAD, automake
> 1.12 was installed.  Unfortunately, this new version of automake caused
> mutt not to prepare!  The output of my attempt to prepare follows.
[...]
> dave <at> pooh:~/usr/src/mutt/mutt$ hg pull -u
> pulling from http://dev.mutt.org/hg/mutt
> searching for changes
> no changes found
> dave <at> pooh:~/usr/src/mutt/mutt$ ../configure-mutt.sh 
> configure.ac:33: error: automatic de-ANSI-fication support has been removed

I suspect that Mutt hasn't been updated for Automake 1.12.
In the Automake 1.11 manual:

`AM_C_PROTOTYPES'
     This is required when using the deprecated de-ANSI-fication
     feature; *note ANSI::.  _It will be removed_ in the next major
     Automake release.

So, you need to remove the AM_C_PROTOTYPES line from configure.ac
(FYI, this was the solution for MPFR, which had the same problem).

--

-- 
Vincent Lefèvre <vincent <at> vinc17.net> - Web: <http://www.vinc17.net/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.net/blog/>
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)

David J. Weller-Fahy | 11 May 2012 15:30

Re: Building mutt from HEAD on Mac OS X with automake 1.12

* Vincent Lefevre <vincent <at> vinc17.org> [2012-05-11 07:15 -0400]:
> I suspect that Mutt hasn't been updated for Automake 1.12.  In the
> Automake 1.11 manual:
> 
> [...]
> 
> So, you need to remove the AM_C_PROTOTYPES line from configure.ac
> (FYI, this was the solution for MPFR, which had the same problem).

That was it!  Thank you.

--

-- 
dave [ please don't CC me ]
David J. Weller-Fahy | 11 May 2012 15:35

Re: dev.mutt.org registration hangs

* Chris Burdess <dog <at> bluezoo.org> [2012-02-29 03:54 -0500]:
> To reproduce:
> 
> - go to http://dev.mutt.org/trac/register
> - enter username, password, email
> - click Create Account
> 
> Anyone would think you don't want bug reports!

Just ran into this as well.  The error message follows.

#v+
Trac detected an internal error:

DatabaseError: database disk image is malformed
#v-

Not sure what other information would be needed, has anyone else noticed
this problem?

Regards,
--

-- 
dave [ please don't CC me ]
Mutt | 11 May 2012 17:14

Re: [Mutt] #3572: Mutt doesn't know popular audio formats

#3572: Mutt doesn't know popular audio formats
-------------------------------+--------------------------------------------
 Reporter:  dnied              |       Owner:  mutt-dev
     Type:  enhancement        |      Status:  new     
 Priority:  major              |   Milestone:          
Component:  mutt               |     Version:  1.5.21  
 Keywords:  mp3 audio suction  |  
-------------------------------+--------------------------------------------
Changes (by dnied):

 * cc: dnied <at> … (added)

Comment:

 Whoa! What happened here? OK, repetita juvant...

 Back to the issue, I've redownloaded the Mutt 1.5.21 archive. Mutt *does*
 provide its own 'mime.types' file that gets installed upon 'make install'.
 That's the file that needs to be improved.

--

-- 
Ticket URL: <http://dev.mutt.org/trac/ticket/3572#comment:113>
Mutt <http://www.mutt.org/>
The Mutt mail user agent

Brendan Cully | 11 May 2012 18:08
Gravatar

Re: dev.mutt.org registration hangs

On Friday, 11 May 2012 at 09:35, David J. Weller-Fahy wrote:
> * Chris Burdess <dog <at> bluezoo.org> [2012-02-29 03:54 -0500]:
> > To reproduce:
> > 
> > - go to http://dev.mutt.org/trac/register
> > - enter username, password, email
> > - click Create Account
> > 
> > Anyone would think you don't want bug reports!
> 
> Just ran into this as well.  The error message follows.
> 
> #v+
> Trac detected an internal error:
> 
> DatabaseError: database disk image is malformed
> #v-
> 
> Not sure what other information would be needed, has anyone else noticed
> this problem?

I don't know how that happened, but it seems to be related to having
hundreds of thousands of old anonymous sessions recorded in the trac
database. I've cleaned it up, rebuilt the database, and added a cron
job to reap authenticated sessions. Hopefully that'll take care of
this one.

Mutt | 11 May 2012 22:29

[Mutt] #3579: Automake 1.12 prevents mutt HEAD from configuring

#3579: Automake 1.12 prevents mutt HEAD from configuring
----------------------+-----------------------------------------------------
 Reporter:  sinecure  |       Owner:  mutt-dev
     Type:  defect    |      Status:  new     
 Priority:  major     |   Milestone:          
Component:  mutt      |     Version:  1.5.21  
 Keywords:            |  
----------------------+-----------------------------------------------------
 The new automake removed AM_C_PROTOTYPES.  Removing that line from
 configure.ac (as shown in the `hg diff` below) allows the `./prepare`
 command to complete.

 {{{
 diff -r 41a8d7dceb6c configure.ac
 --- a/configure.ac      Sun Apr 29 22:15:19 2012 -0700
 +++ b/configure.ac      Fri May 11 16:17:15 2012 -0400
  <at>  <at>  -30,7 +30,6  <at>  <at> 

  AC_PROG_CC
  AC_ISC_POSIX
 -AM_C_PROTOTYPES
  if test "x$U" != "x"; then
    AC_MSG_ERROR(Compiler not ANSI compliant)
  fi
 }}}

--

-- 
Ticket URL: <http://dev.mutt.org/trac/ticket/3579>
Mutt <http://www.mutt.org/>
The Mutt mail user agent
(Continue reading)

David J. Weller-Fahy | 11 May 2012 22:28

Re: dev.mutt.org registration hangs

* Brendan Cully <brendan <at> kublai.com> [2012-05-11 12:09 -0400]:
> Hopefully that'll take care of this one.

Thanks!  Account created and ticket submitted.

--

-- 
dave [ please don't CC me ]
Mutt | 14 May 2012 02:43

Re: [Mutt] #3242: mutt: does not want to open dot subdirs via imap anymore

#3242: mutt: does not want to open dot subdirs via imap anymore
------------------------------+---------------------------------------------
 Reporter:  antonio <at> …         |       Owner:  lucki2791
     Type:  task              |      Status:  accepted 
 Priority:  major             |   Milestone:  2.0      
Component:  browser           |     Version:  1.5.21   
 Keywords:                    |  
------------------------------+---------------------------------------------
Changes (by lucki2791):

 * cc: lucki2791 <at> … (added)
  * component:  IMAP => browser
  * version:  1.5.19 => 1.5.21
  * milestone:  1.6 => 2.0
  * owner:  brendan => lucki2791
  * type:  defect => task

--

-- 
Ticket URL: <http://dev.mutt.org/trac/ticket/3242#comment:6>
Mutt <http://www.mutt.org/>
The Mutt mail user agent


Gmane