Re: [Mutt] #3681: Cannot use IPv6 literal address in IMAP/POP3 URL

2016-10-14 Thread Mutt
#3681: Cannot use IPv6 literal address in IMAP/POP3 URL
--+--
  Reporter:  evgeni   |  Owner:  kevin8t8
  Type:  enhancement  | Status:  assigned
  Priority:  minor|  Milestone:
 Component:  mutt |Version:
Resolution:   |   Keywords:
--+--

Comment (by kevin8t8):

 Thanks for the ping, Antonio.

 One problem with the original patch is that the mutt_socket.c changes
 corrupt the conn->account.host ifndef HAVE_LIBIDN.

 I'm attaching a modified version of the patch that simplifies the url.c
 changes and adds a strdup in mutt_socket.c.  I'll test it some more this
 weekend before pushing it.

--
Ticket URL: 
Mutt 
The Mutt mail user agent



Re: [Mutt] #3681: Cannot use IPv6 literal address in IMAP/POP3 URL

2016-10-14 Thread Mutt
#3681: Cannot use IPv6 literal address in IMAP/POP3 URL
--+--
  Reporter:  evgeni   |  Owner:  kevin8t8
  Type:  enhancement  | Status:  assigned
  Priority:  minor|  Milestone:
 Component:  mutt |Version:
Resolution:   |   Keywords:
--+--
Changes (by kevin8t8):

 * owner:  mutt-dev => kevin8t8
 * status:  new => assigned


--
Ticket URL: 
Mutt 
The Mutt mail user agent



[Mutt] #3887: Spool file name beginning with $folder is truncated in sidebar

2016-10-14 Thread Mutt
#3887: Spool file name beginning with $folder is truncated in sidebar
-+--
 Reporter:  mjbrown  |  Owner:  mutt-dev
 Type:  defect   | Status:  new
 Priority:  trivial  |  Milestone:
Component:  display  |Version:  1.7.0
 Keywords:   |
-+--
 If the $spoolfile is ~/Mailbox (which is the qmail default spool), and
 $folder is the default ~/Mail, then the spool file shows up in the sidebar
 as just "ox".  I would expect to instead see "Mailbox" or the whole $MAIL
 string "/home/username/Mailbox".

 I can work around it by making a symlink to ~/Mail and then setting
 $folder to that symlink in my .muttrc. This results in the spool file
 showing up in the sidebar as whatever the full $MAIL string is, in my case
 "/home/mike/Mailbox". I would prefer "Mailbox" or the ability to give it a
 label like "INBOX", but the full path is short enough for me for now.

 This issue does not affect files in the $folder directory, e.g.
 ~/Mail/Mailtest will show in the sidebar as "Mailtest". Only the display
 of the spool file is affected.

 I am using Mutt 1.7.0 (2016-08-17) on FreeBSD, from the ports collection.
 Let me know if more info is needed.

--
Ticket URL: 
Mutt 
The Mutt mail user agent