From Jason Cox to ~rjarry/aerc-discuss
On Sat Mar 22, 2025 at 5:42 PM EDT, Daniil Rozanov wrote: > When using notmuch+maildir, as recommended here > > https://man.sr.ht/~rjarry/aerc/configurations/notmuch.md > > there is some issues with mail folders. For example in my query-map for > INBOX I have > > INBOX = tag:inbox and not tag:maillist and not tag:trash and not > tag:sent > Sent = tag:sent > ... > > So my inbox in just "notmuch mode" has just about 20 messages, while in
From Jason Cox to ~rjarry/aerc-devel
On Thu Mar 20, 2025 at 4:35 AM EDT, Jonathan Dowland wrote: > This side-discussion reminded me of a great recent blog post by Simon > Tatham on his particular git preferences, as well as the subsequent > Lobsters discussion about it. TL;DR: not a lot of love for > git-send-mail. > > https://lobste.rs/s/oegolv/git_without_forge I find this article and ensuing discussion interesting. Typically most discussion around git-send-email (including the ensuing discussion in this very email thread) tends to revolve around whether or not it is "hard" for contributors to use. But here Simon states that even as a maintainer, he doesn't enjoy consuming patches produced with it.
From Jason Cox to ~rjarry/aerc-discuss
Hi Brandon, On Fri Mar 14, 2025 at 1:24 PM EDT, Brandon Sprague wrote: > ``` > Traceback (most recent call last): > File "/usr/bin/gmi", line 24, in <module> > g.main () > ~~~~~~~^^ > File "/usr/lib/python3.13/site-packages/lieer/gmailieer.py", line 419, in main > args.func(args) > ~~~~~~~~~^^^^^^ > File "/usr/lib/python3.13/site-packages/lieer/gmailieer.py", line 1044, in send > raise ValueError( > ...<3 lines>...
From Jason Cox to ~rjarry/aerc-discuss
Hi Timo, On Fri Feb 28, 2025 at 4:09 AM EST, Timo Furrer wrote: > Does anyone here know how to retrieve custom-defined IMAP keywords via > mbsync. Maybe it would also make sense to "convert" them into notmuch > tags along the way and then eventually I'd want to see them in aerc > (maybe a new column, not sure yet). Unfortunately I don't know of any way to do what you describe here, but I would be very excited to be able to sync notmuch tags with custom IMAP keywords. My mail server supports custom keywords, and it would be nice to use them as a mechanism of syncing my notmuch tags. Having said that, I don't think it's going to be possible with mbsync,
From Jason Cox to ~rjarry/aerc-discuss
Hi Marc, On Sun Feb 16, 2025 at 3:23 PM EST, Marc K wrote: > As to mail-received, it doesn't seem to do quite what mutt's save-hook > does, i.e. propose a default mail folder for mails from a given > recipient when saving it - or mayby I just don't understand how > mail-received is supposed to work. I'm not familiar with mutt. What does it mean to "save" an email? Is it the same as what aerc's :save command does? If so, I think you could probably hack together what you want with templating and keybindings. For example: # binds.conf
From Jason Cox to ~rjarry/aerc-devel
On Sun Feb 2, 2025 at 6:19 AM EST, Karel Balej wrote:
> +<C-c> = :copy-link <space>
<C-c> is already taken in the default binds:
<C-c> = :prompt 'Quit?' quit<Enter>
I'd suggest <C-y> for "yank" -- aerc already borrows lots of Vim-isms.
From Jason Cox to ~rjarry/aerc-discuss
On Sat Jan 25, 2025 at 4:26 AM EST, prowess-alarm-much wrote: >>> I'm currently using aerc and I have an email that I postponed yesterday, which was then saved into the Drafts folder. Now, I want to continue writing this email, but when I go into the Drafts folder, highlight the email, and press Enter, it just opens a viewer (as if I'm reading the message) instead of letting me edit it. >> >> Try the :recall command. You can bind this to enter in your drafts >> folder by adding the following in your binds.conf: >> >> [messages:folder=Drafts] >> <Enter> = :recall<Enter> > > Is this currently possible if your setup is based only on "notmuch > folders" that is, using only notmuch queries? > > OR >
From Jason Cox to ~rjarry/aerc-discuss
On Fri Jan 24, 2025 at 3:32 PM, Alexandre JULIEN wrote: > This answers the need perfectly, the only missing part is that the index > of the email is not shown on screen. Do you know how to do that (if > possible)? I don't think it's possible currently. I imagine the index would be a pretty easy addition to the available template variables and then you could add it.
From Jason Cox to ~rjarry/aerc-discuss
On Fri Jan 24, 2025 at 11:28 AM, Robin Jarry wrote: > Alexandre JULIEN, Jan 24, 2025 at 17:22: > > On Fri Jan 24, 2025 at 4:04 PM CET, Robin Jarry wrote: > > > > > > You want to be able to navigate to a specific email by its index on > > > screen? Or its absolute index in the current folder/sort-order? > > > > > > > Yes for both. > > > > OK, that is not possible at the moment. Also note that both indexes are > completely different depending on your current scroll state. >
From Jason Cox to ~rjarry/aerc-discuss
On Wed Jan 22, 2025 at 11:09 PM EST, Io SDB wrote: > Recently, I ran mbsync and received this error: > > 'Unable to recover from UIDVALIDITY change.' Sorry to hear that you're having trouble with mbsync. I've found success in the past via the isync mailing list, either by searching the archives or sending a new message: https://sourceforge.net/p/isync/mailman/isync-devel/ > I can't seem to figure out how i'm going to preserve my notmuch tags I have on all my emails. > > This is the only the thing stopping me from a complete re-sync.