<<< Date Index >>>     <<< Thread Index >>>

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



#3185: mutt-1.5.19: reverse_alias broken
----------------------------------------------+-----------------------------
  Reporter:  Thomas Wiegner <wiegner@xxxxxx>  |       Owner:  mutt-dev
      Type:  defect                           |      Status:  closed  
  Priority:  major                            |   Milestone:  1.6     
 Component:  mutt                             |     Version:  1.5.19  
Resolution:  fixed                            |    Keywords:          
----------------------------------------------+-----------------------------
Changes (by Rocco Rutte <pdmef@xxxxxxx>):

  * status:  new => closed


Comment:

 (In [a96d427b203b]) Restore $reverse_alias feature by using case-
 insensitive hash keys

 The fix is implemented as callbacks in the hash table so we can avoid
 working with copies of the mailbox keys but work on the originals
 instead and don't pollute the code with lower-case conversions all over
 the place.

 While I'm at it, turn int hashes into unsigned values since the hash
 function returns unsigned values now, too.

 Closes #3185.

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