Richard Russon

Results 315 comments of Richard Russon

> I actually wanted to test a bit more functionality, including the expandos, but I see it's not that easy hehe, yeah, it's a \*\*\*\*ing nightmare! > I don't suppose...

Rebased and fixed (minor stuff, see commit messages for details). Feel free to squash them all into your commit, once you've read them. The one thing you were missing was...

> IRC: how to iterate throught the messages in a Mailbox? Yes, `msg_count` is the right one. The comments are a bit misleading; I'll fix them. - `emails[]` C array...

> I've been using some random characters That's fine for now > about a two-character `%Cn` but I'm not sure how to implement that It's a bit of a cheat....

> I kept getting a segfault on access to an email > not valid memory according to gdb Hmm... don't know, they should be valid > Not to mention that...

I forgot to mention a "feature" of `ARRAY`s. `ARRAY_GET()` doesn't give you back the pointer you put in, rather a double pointer. ```c struct Email *e = email_new(); ARRAY_ADD(ea, e);...

I've just made some small tweaks... - rebased - squashed a build fix (so all commits build) - renamed global to `LastNotified` - moved the callback to `mx_mbox_check()` With the...

It's on the list. I merge all of upstream Mutt's changes, but some of them take time. That feature was only released two weeks ago.

Possible fixes: - create the directory - `basename()` the file - sanitise the name `s|/|_|g`

This only seems to affect `./configure --gnutls` `./configure --ssl` doesn't complain about the certificate.