Mutt | 1 Mar 22:08

[Mutt] #3196: [PATCH] Display and key bindings corrupted after decrypting application/pgp message with gpg-agent

#3196: [PATCH] Display and key bindings corrupted after decrypting application/pgp
message with gpg-agent
--------------------+-------------------------------------------------------
 Reporter:  tmz     |       Owner:  mutt-dev
     Type:  defect  |      Status:  new     
 Priority:  minor   |   Milestone:  1.6     
Component:  mutt    |     Version:  1.5.19  
 Keywords:  pgp     |  
--------------------+-------------------------------------------------------
 When using gpg-agent, pinentry-curses, and the classic pgp backend, the
 display becomes corrupted after decrypting (or attempting to decrypt) a
 message sent in traditional pgp (application/pgp) format.

 The fix is to call mutt_need_hard_redraw(), which the attached patch does.
 Hopefully, there aren't many more areas where this still needs fixed.  I
 apparently don't get many application/pgp encrypted messages, as I didn't
 notice this one for quite a long time.

--

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

Mutt | 1 Mar 23:06

[Mutt] #3197: annoying error when <last-entry> is used in an empty mailbox

#3197: annoying error when <last-entry> is used in an empty mailbox
----------------------+-----------------------------------------------------
 Reporter:  mszudzik  |       Owner:  mutt-dev
     Type:  defect    |      Status:  new     
 Priority:  minor     |   Milestone:          
Component:  mutt      |     Version:  1.5.18  
 Keywords:            |  
----------------------+-----------------------------------------------------
 When the <last-entry> (or <first-entry>) function is used in an empty
 mailbox (or a mailbox where all messages are hidden by limiting), mutt
 beeps and prints the error message "No entries".

 This is VERY annoying for users who prefer to begin viewing the last entry
 of each newly-opened mailbox.  For example, if a user has the following
 folder hook

  folder-hook . 'push <last-entry>'

 and their inbox happens to be empty, then mutt will beep at them every
 time the inbox is opened, every time the mailbox is synced to remove
 hidden messages that are marked for deletion, and so on...

--

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

Mutt | 2 Mar 00:27

Re: [Mutt] #3185: mutt-1.5.19: reverse_alias broken

#3185: mutt-1.5.19: reverse_alias broken
----------------------------------------------+-----------------------------
  Reporter:  Thomas Wiegner <wiegner <at> gmx.de>  |       Owner:  mutt-dev
      Type:  defect                           |      Status:  new     
  Priority:  major                            |   Milestone:  1.6     
 Component:  mutt                             |     Version:  1.5.19  
Resolution:  fixed                            |    Keywords:          
----------------------------------------------+-----------------------------
Changes (by dhduvall):

 * cc: duvall <at> comfychair.org (added)

Comment:

 I see this not only with reverse_alias, but also with normal search and
 limit operations.  Backing out 77e25415a08a fixes this completely.  Given
 how important matching is for mutt, I'd propose backing out the
 performance change until it can be correctly implemented.  I don't think
 case-sensitive-only matching is particularly useful, particularly when
 people are used to case insensitivity.  I would be surprised to see 1.6
 released with this unfixed.

--

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

Mutt | 4 Mar 04:09

Re: [Mutt] #2951: mutt-1.5.16: smtp error 550 causes blocking

#2951: mutt-1.5.16: smtp error 550 causes blocking
---------------------------------------+------------------------------------
  Reporter:  errordeveloper <at> gmail.com  |       Owner:  brendan 
      Type:  defect                    |      Status:  assigned
  Priority:  major                     |   Milestone:  1.6     
 Component:  SMTP                      |     Version:          
Resolution:                            |    Keywords:          
---------------------------------------+------------------------------------
Changes (by morty):

  * status:  infoneeded => assigned

Comment:

 {{{
 I have a similar problem with mutt talking SMTP to an Exchange server.
 mutt 1.5.18.  Mine
 involves SMTP auth+TLS.  Error 454 happens late in the email.  If I send
 email normally, with
 the "From" address set the way the Exchange server likes, all is well.
 But when I "bounce"
 messages, the envelope "mail from" (which has my Exchange mail address)
 doesn't match the header
 From: (which has the address of the person whose mail I seek to bounce.)
 *After* the data
 section and the ".", the exchange server sends an error 454.  At this
 point, mutt reports the
 error and hangs.

 Here is the end section of -d2 debug output, highly-sanitized:
(Continue reading)

Mutt | 4 Mar 04:09

Re: [Mutt] #2951: mutt-1.5.16: smtp error 550 causes blocking

#2951: mutt-1.5.16: smtp error 550 causes blocking
---------------------------------------+------------------------------------
  Reporter:  errordeveloper <at> gmail.com  |       Owner:  brendan 
      Type:  defect                    |      Status:  assigned
  Priority:  major                     |   Milestone:  1.6     
 Component:  SMTP                      |     Version:  1.5.18  
Resolution:                            |    Keywords:          
---------------------------------------+------------------------------------
Changes (by morty):

  * version:  => 1.5.18

--

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

Corinna Vinschen | 4 Mar 09:37
Picon
Favicon

Re: %t as To or Newsgroup?

Hi,

does the lack of response mean that nobody is interested in that
extension or does it just mean nobody has time to look into it?  Note
that I'm not just asking for somebody else to do it, I'm implementing it
myself.  That's why a preliminary patch is attached inline.

Thanks,
Corinna

On Feb 25 10:04, Corinna Vinschen wrote:
> Ping?
> 
> On Feb 20 22:02, Corinna Vinschen wrote:
> > On Feb 20 20:33, Corinna Vinschen wrote:
> > > On Feb 20 10:55, David Champion wrote:
> > > > The most consistent and flexible approach to this, IMO, would be:
> > > > 
> > > >  * add an "if (optional)" clause in the "case 't'" switch of
> > > >    hdr_format_str() in hdrline.c, so that mutt can detect whether the
> > > >    to: field is empty or null, and
> > > > 
> > > >  * either:
> > > > 
> > > >    * add a new formatter (say, 'G') to the same function which renders
> > > >      the Newsgroup: header -- but realize that there is an NNTP patch
> > > >      extant which likely does this already if you're prepared to track
> > > >      complex and unsupported patches -- or
> > > > 
> > > >    * add a formatter to render arbitrary headers, for which many people
(Continue reading)

Mutt | 4 Mar 04:09

Re: [Mutt] #2951: mutt-1.5.16: smtp error 550 causes blocking

#2951: mutt-1.5.16: smtp error 550 causes blocking
---------------------------------------+------------------------------------
  Reporter:  errordeveloper <at> gmail.com  |       Owner:  brendan 
      Type:  defect                    |      Status:  assigned
  Priority:  major                     |   Milestone:  1.6     
 Component:  SMTP                      |     Version:          
Resolution:                            |    Keywords:          
---------------------------------------+------------------------------------
Changes (by morty):

 * cc: morty+mutt.org <at> frakir.org (added)

--

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

Mutt | 6 Mar 22:57

[Mutt] #3198: long attachement names truncated on wide terminal

#3198: long attachement names truncated on wide terminal
------------------------------+---------------------------------------------
 Reporter:  antonio <at> dyne.org  |       Owner:  mutt-dev
     Type:  defect            |      Status:  new     
 Priority:  minor             |   Milestone:          
Component:  display           |     Version:  1.5.19  
 Keywords:                    |  
------------------------------+---------------------------------------------
 Forwarding from http://bugs.debian.org/517849
 ---
 {{{
 Let's say you attach
 /path/to/really/long/attachement/name/my_vacation_image.jpg

 The end of that filename will be truncated in the attachement menu, even
 if your terminal is wide enough.
 }}}

--

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

Brendan Cully | 8 Mar 09:00
Gravatar

mutt: 2 new changesets

2 new changesets in mutt:

http://dev.mutt.org/hg/mutt/rev/ff1906f70b1b
changeset:   5689:ff1906f70b1b
branch:      HEAD
tag:         tip
user:        Rocco Rutte <pdmef <at> gmx.net>
date:        Sat Mar 07 13:49:17 2009 +0100
summary:     Sort most variables (except crypto), see #3191.

http://dev.mutt.org/hg/mutt/rev/49d3d03d41c2
changeset:   5688:49d3d03d41c2
branch:      HEAD
user:        Rocco Rutte <pdmef <at> gmx.net>
date:        Sat Mar 07 12:26:36 2009 +0100
summary:     Fix typo, see #2430.

--

-- 
Repository URL: http://dev.mutt.org/hg/mutt

Mutt | 7 Mar 16:49

Re: [Mutt] #2430: mutt group aliases behave inconsistently

#2430: mutt group aliases behave inconsistently
-------------------------------------------+--------------------------------
  Reporter:  kyle-mutt-dev <at> memoryhole.net  |       Owner:  mutt-dev
      Type:  defect                        |      Status:  closed  
  Priority:  trivial                       |   Milestone:          
 Component:  mutt                          |     Version:  CVS HEAD
Resolution:  fixed                         |    Keywords:          
-------------------------------------------+--------------------------------

Comment(by Rocco Rutte <pdmef <at> gmx.net>):

 (In [49d3d03d41c2]) Fix typo, see #2430.

--

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


Gmane