From Dian M Fay to ~rjarry/aerc-discuss
On Wed Feb 15, 2023 at 11:43 AM EST, Moritz Poldrack wrote: > On Wed Feb 15, 2023 at 5:41 PM CET, Dian M Fay wrote: > > but I definitely see short writes in aerc _without_ HTTP etc issues. > > Thanks for confirming. Could you provide us with a logfile? > > -- > Moritz Poldrack > https://moritz.sh Here's a duly censored snippet starting seven minutes before a short write error (or longer, since the previous entry is from 08:57:33). aerc was idle in the inbox of account1, and another minute after the initial error continues to short-write until I notice and quit the program.
From Dian M Fay to ~rjarry/aerc-devel
Yes, I accept! On Mon Feb 20, 2023 at 12:59 PM EST, Robin Jarry wrote: > Hi all, > > as you may know, aerc is currently distributed under the MIT license. > This prevents from shipping aerc with notmuch support always enabled > (notmuch being GPL). > > After some multiple reported issues when building from source and > countless discussions on IRC, it was suggested to change the licensing > of aerc to GPL. Most downstream distributions already build aerc with > notmuch support enabled anyways. This means that a lot of people are > using aerc with GPL contamination.
From Dian M Fay to ~rjarry/aerc-discuss
No, I'm on a desktop and only sleep the monitor. The computer is either on or off. On Wed Feb 15, 2023 at 11:45 AM EST, Robin Jarry wrote: > Moritz Poldrack, Feb 15, 2023 at 17:43: > > On Wed Feb 15, 2023 at 5:41 PM CET, Dian M Fay wrote: > > > but I definitely see short writes in aerc _without_ HTTP etc issues. > > > > Thanks for confirming. Could you provide us with a logfile? > > I also see that regularly. Would it be correlated to your computer > waking up from sleep?
From Dian M Fay to ~rjarry/aerc-discuss
I've got it writing to a logfile now -- I can't reliably reproduce it so it's probably going to take a few days or so. On Wed Feb 15, 2023 at 11:43 AM EST, Moritz Poldrack wrote: > On Wed Feb 15, 2023 at 5:41 PM CET, Dian M Fay wrote: > > but I definitely see short writes in aerc _without_ HTTP etc issues. > > Thanks for confirming. Could you provide us with a logfile? > > -- > Moritz Poldrack > https://moritz.sh
From Dian M Fay to ~rjarry/aerc-discuss
Nope, wired fiber. I'm often on a VPN and that occasionally goes sideways to the point that I notice other connections (e.g. HTTP) interrupted or degraded until I reconnect, but I definitely see short writes in aerc _without_ HTTP etc issues. On Wed Feb 15, 2023 at 2:27 AM EST, Moritz Poldrack wrote: > Hi, short writes are usually caused by a bad connection to the server. > Are you on mobile data or a similarly unstable medium? > -- > Moritz Poldrack > https://moritz.sh
From Dian M Fay to ~rjarry/aerc-discuss
I sometimes see this error ("accountname: short write") while idle in the list view, but it also occasionally interrupts email sending -- nothing in Sent, reply flag not set, no evidence anything ever happened. Only IMAP accounts, I think I've seen it with multiple providers including gmail but I haven't been tracking it systematically.
From Dian M Fay to ~renerocksai/aercbook
hi there! Thank you for developing this, I've wanted a dead-simple address book for aerc for a while now. I just added 0.1.2 to Arch's user repository at https://aur.archlinux.org/packages/aercbook-bin . A couple of suggestions as well, I don't know if I'll have time in the near future to try hacking on them myself: - remove unmatchable entries from the list and free up <tab> to move to the next field if none remain (when I copy+pasted the mailing list address into this message it still displayed the finder and wanted to include one of my contacts) - parse shortcuts in the book filepath ("~/.config/aerc/book.txt") or use XDG_CONFIG_HOME somehow; I almost always start aerc from the home directory so it's unlikely to be a problem but it is a potential weird
From Dian M Fay to ~rjarry/aerc-discuss
On Fri Jun 10, 2022 at 2:12 PM EDT, Robin Jarry wrote: > Hey there, > > Would you happen to connect with your account main password ? > > https://support.google.com/accounts/answer/6010255?hl=en > > This is now rejected by Google. You need to enable 2FA and create an app specific password for aerc. Yes I did -- that worked, thank you!
From Dian Fay to ~rjarry/aerc-discuss
aerc has started failing to connect to gmail in the past week or so. My config files haven't changed, my (long but otherwise unremarkable at 32 alphanumeric characters) password hasn't changed, other IMAP accounts are completely fine. I've tried with 0.9.0 and with the current master 83e0e2638d to no avail. I set a breakpoint in aerc/worker/imap.(*IMAPWorker).connect(); the imapConfig object looks correct, but I did notice one possible problem. Stopped at line 78 (`if w.config.oauthBearer.Enabled`, which it isn't -- I'm using plain imaps) I can `print password` and see my password; at the c.Login call on line 83 this no longer works, and I see `(unreadable could not find loclist entry at 0x1d73ea for address 0x84fab7)`. Here's my suitably censored accounts.conf section:
From Dian M Fay to ~rjarry/aerc-devel
Thanks, I'll try that out! On Thu Apr 28, 2022 at 3:55 PM EDT, Robin Jarry wrote: > Hey I think this has been fixed today. > > https://git.sr.ht/~rjarry/aerc/commit/8ed95b0d2ad287a7a78b5dfcf95795ab6c8ccd2b