Re: [new] mail/aerc - terminal email client

2022-05-11 Thread Omar Polo
"James Cook"  wrote:
> On Mon May 2, 2022 at 12:25 AM UTC, James Cook wrote:
> > > It's based on a previous submission by Raymond (+cc).  I've enabled the
> > > notmuch support (but not really tried it yet) and updated it, plus some
> > > other minor tweaks.
> >
> > It is working for me with notmuch. I'm sending this with your aerc port.
> > This is my first time using aerc. Thanks for porting it!
> >
> > -- 
> > James
> 
> There is a quirk which I forgot to mention: when I do a notmuch search
> using :cf, the new "folder" is added to the left with the number of
> results, but the right pane says "(no messages)". If I :cf with the same
> search a second time, the messages appear.
> 
> It seems the messages appear as long as I've :cf'd with that specific
> search before in the same session; it still works if I do intermediate
> searches. Maybe some kind of cacheing is involved?

very much likely.  have you tried reporting it upstream? :)

P.S.: the wizard bug was fixed today \o/



Re: [new] mail/aerc - terminal email client

2022-05-08 Thread James Cook
On Mon May 2, 2022 at 12:25 AM UTC, James Cook wrote:
> > It's based on a previous submission by Raymond (+cc).  I've enabled the
> > notmuch support (but not really tried it yet) and updated it, plus some
> > other minor tweaks.
>
> It is working for me with notmuch. I'm sending this with your aerc port.
> This is my first time using aerc. Thanks for porting it!
>
> -- 
> James

There is a quirk which I forgot to mention: when I do a notmuch search
using :cf, the new "folder" is added to the left with the number of
results, but the right pane says "(no messages)". If I :cf with the same
search a second time, the messages appear.

It seems the messages appear as long as I've :cf'd with that specific
search before in the same session; it still works if I do intermediate
searches. Maybe some kind of cacheing is involved?

-- 
James



Re: [new] mail/aerc - terminal email client

2022-05-04 Thread Omar Polo
Omar Polo  wrote:
> "James Cook"  wrote:
> > > It's based on a previous submission by Raymond (+cc).  I've enabled the
> > > notmuch support (but not really tried it yet) and updated it, plus some
> > > other minor tweaks.
> > 
> > It is working for me with notmuch. I'm sending this with your aerc port.
> > This is my first time using aerc. Thanks for porting it!
> 
> thanks for testing!  I'm using aerc in a box where I don't want to sync
> locally the mail (otherwise I'd be using mu+mblaze there too probably),
> so I didn't have an (easy) mean to test notmuch.
> 
> I've also find out why `make clean' failed: I'm not propagating
> MODGO_FLAGS to the upstream makefile.  With that fixed, cleaning works
> fine.

this broke with go.port.mk, but it's now fixed; make sure to update the
port tree before trying the tarball.

Stuart hit the crash in the setup too, I've reported it upstream and
added a README for time being.



aerc.tar.gz
Description: GNU Zip compressed data



Re: [new] mail/aerc - terminal email client

2022-05-04 Thread Omar Polo
"James Cook"  wrote:
> > It's based on a previous submission by Raymond (+cc).  I've enabled the
> > notmuch support (but not really tried it yet) and updated it, plus some
> > other minor tweaks.
> 
> It is working for me with notmuch. I'm sending this with your aerc port.
> This is my first time using aerc. Thanks for porting it!

thanks for testing!  I'm using aerc in a box where I don't want to sync
locally the mail (otherwise I'd be using mu+mblaze there too probably),
so I didn't have an (easy) mean to test notmuch.

I've also find out why `make clean' failed: I'm not propagating
MODGO_FLAGS to the upstream makefile.  With that fixed, cleaning works
fine.



aerc.tar.gz
Description: GNU Zip compressed data


Re: [new] mail/aerc - terminal email client

2022-05-01 Thread James Cook
> It's based on a previous submission by Raymond (+cc).  I've enabled the
> notmuch support (but not really tried it yet) and updated it, plus some
> other minor tweaks.

It is working for me with notmuch. I'm sending this with your aerc port.
This is my first time using aerc. Thanks for porting it!

-- 
James



[new] mail/aerc - terminal email client

2022-04-24 Thread Omar Polo
Hello ports,

Please find attached a tarball for aerc, a terminal email client:

% pkg_info aerc
Information for inst:aerc-0.9.0

Comment:
terminal email client

Description:
Aerc is a terminal email client with IMAP and Maildir support.  Features
include asynchronous IMAP and IMAP IDLE support, a tabbed multitasking
interface, built-in terminal multiplexer, and customizable rendering
filters for message parts.

Maintainer: Omar Polo 

WWW: https://aerc-mail.org


It's based on a previous submission by Raymond (+cc).  I've enabled the
notmuch support (but not really tried it yet) and updated it, plus some
other minor tweaks.

The previous issue with MODGO_VERSION still applies, so we can't use
0.9.0 as MODGO_VERSION but rather the 0.0.0-timestamp stuff.

There's an issue with `make clean' which is unable to clean go stuff
after building due to permission errors.

There's also a bug in the program itself: if you happen to have a long
password and are using a small xterm window, the initial setup wizard
may crash due to "drawing outside of the context", so make sure to have
an xterm wide enough :)

Raymond: are you still interested in aerc?  I'd be happy to leave the
maintainership to you, or to co-maintain it if you prefer.


aerc.tar.gz
Description: application/gzip