Re: Kevin McCarthy taking over as the mutt maintainer

2016-04-04 Thread Yoshiki Vazquez-Baeza
Congratulations Kevin! Yoshiki. On (Apr-04-16| 0:10), Brendan Cully wrote: > Hi all, > > It's my pleasure to announce that Kevin McCarthy has agreed to take > over as mutt's maintainer. He's been a tireless and thoughtful > contributor for some time now. After a heroic push, he's unbelievably >

Re: anybody up for coding conversation view?

2016-05-10 Thread Yoshiki Vazquez-Baeza
On (May-10-16|10:51), Will Yardley wrote: > On Sat, May 07, 2016 at 10:11:57PM -0700, Thomas Roessler wrote: > > If I think about the single most critical feature that makes today's > > mail volume manageable for me (other than priority inbox), then it's > > conversation view: The ability to page t

Re: anybody up for coding conversation view?

2016-05-10 Thread Yoshiki Vazquez-Baeza
On (May-10-16|13:02), Will Yardley wrote: > On Tue, May 10, 2016 at 12:06:35PM -0700, Yoshiki Vazquez-Baeza wrote: > > On (May-10-16|10:51), Will Yardley wrote: > > > On Sat, May 07, 2016 at 10:11:57PM -0700, Thomas Roessler wrote: > > > > If I think about the sin

Re: anybody up for coding conversation view?

2016-05-10 Thread Yoshiki Vazquez-Baeza
On (May-10-16|14:39), Will Yardley wrote: > On Tue, May 10, 2016 at 01:10:00PM -0700, Yoshiki Vazquez-Baeza wrote: > > On (May-10-16|13:02), Will Yardley wrote: > > > I think "conversations" in Gmail are essentially the same thing as > > > threads, no? > &g

Re: [SPAM?] [PATCH] Uncollapse threads when new mail arrives

2016-08-31 Thread Yoshiki Vazquez-Baeza
:+1:!! I'm glad, I'm not the only one who saw a need for this. Thanks! Yoshiki. On (Aug-30-16|17:53), d...@bikeshed.us wrote: > curs_main.c | 2 +- > init.h | 8 > mutt.h | 1 + > 3 files changed, 10 insertions(+), 1 deletions(-) > > > # HG changeset patch > # User David

Re: IMAPS connection problem

2018-04-08 Thread Yoshiki Vazquez-Baeza
Hello, Not sure if this is 100% technically accurate, but for me switching from openSSL to GNUTLS helped with this, GNUTLS seems to have a better way of handling timeouts. Yoshiki. On (Apr-08-18|19:50), Consus wrote: Hi, I have mutt connected to IMAPS server that hangs after waking up from hi

Patch to execute a command when getting new mail

2015-01-27 Thread Yoshiki Vazquez Baeza
erminal-notifier) then use OSX's afplay to play the classic "new mail" sound. I'm very interested in hearing what other mutters think about this patch. PS - Santiago Torres (CCd) and me pair-programmed this. Thanks! Yoshiki. changeset: 6404:41baf119bb70 tag: tip us

Re: Patch to execute a command when getting new mail

2015-01-28 Thread Yoshiki Vazquez Baeza
hanks! Yoshiki. On (Jan-28-15|10:25), Kevin J. McCarthy wrote: > David Champion wrote: > > * On 27 Jan 2015, Yoshiki Vazquez Baeza wrote: > > > Hello, > > > > > > This patch adds a new setting that you can configure to execute a > > > command ev

Re: Patch to execute a command when getting new mail

2015-01-28 Thread Yoshiki Vazquez Baeza
And I forgot to attach the patch ... On (Jan-28-15|10:25), Kevin J. McCarthy wrote: > David Champion wrote: > > * On 27 Jan 2015, Yoshiki Vazquez Baeza wrote: > > > Hello, > > > > > > This patch adds a new setting that you can configure to execute a > &

Threads uncollapse when mailbox is externally modified

2015-02-10 Thread Yoshiki Vazquez Baeza
Hey Mutters, I've encountered a strange behaviour that uncollapses all the threads in the current mailbox after I get the message "Mailbox was externally modified. Flags may be wrong.". I tried to track down the problem in curs_main.c but had no luck. I have the following folder-hook to collapse

Re: Threads uncollapse when mailbox is externally modified

2015-02-15 Thread Yoshiki Vazquez Baeza
(Feb-10-15|12:27), Yoshiki Vazquez Baeza wrote: > Hey Mutters, > > I've encountered a strange behaviour that uncollapses all the threads in > the current mailbox after I get the message "Mailbox was externally > modified. Flags may be wrong.". I tried to track down

Re: Threads uncollapse when mailbox is externally modified

2015-02-19 Thread Yoshiki Vazquez-Baeza
other devs/users have to say about this. It may be because I'm relatively new to mutt but I don't really understand the purpose of uncollapsing all threads when flags have been externally modified. Thanks! Yoshiki. On (Feb-19-15|12:39), Kevin J. McCarthy wrote: > Yoshiki Vazquez

Re: Patches (fix hanging mutt, and call command on new mail)

2015-04-23 Thread Yoshiki Vazquez-Baeza
rg/trac/ticket/3491 might be related. > > Most of the committers are quite busy right now, so it may take a while > to get a response. > > > Also, you’ve probably talked about this many times before, but is there a > > reason not to implement a config option to call a com

Re: Patches (fix hanging mutt, and call command on new mail)

2015-05-02 Thread Yoshiki Vazquez-Baeza
you would rather have it another way. > > > > > > Also, you’ve probably talked about this many times before, but is there a > > > reason not to implement a config option to call a command when there is > > > new > > > mail? > > > > Yoshi

Re: Patches (fix hanging mutt, and call command on new mail)

2015-05-12 Thread Yoshiki Vazquez-Baeza
Hi, I was mainly referring to your patch that prevents mutt from hanging. I'll try to test your other patch in a couple weeks. Thanks! Yoshiki. On (May-11-15| 2:05), egbert. wrote: > Hi Yoshiki and all, > > On Thu, Apr 23, 2015 at 11:22:15AM -0700, Yoshiki Vazquez-Baeza