Matthieu Rakotojaona
Matthieu Rakotojaona
Oops! Indeed this is problematic. I'll probably default to the user path and make it configurable, just like https://github.com/boramalper/magnetico/blob/master/cmd/magneticod/main.go#L156
Updated 😃
Fixed in https://git.sr.ht/~rakoo/magneticos/commit/1c427b53e2c3186250034dea09e3b422a55f3379 😁
A few comments: - In your pad it seems to be issue 26 - Issue 26 mentions `thread-index-mode`, but you're doing this for `inbox-mode`. I'd prefer it stay in `inbox-mode`...
Oh, I understand, it will be only a count of labels for threads that match your current view. I thought it was for _all_ threads. The code currently checks for...
I would always favor the second solution, if only because it's compatible with your existing mails. I think the simplest way would be to have a `after-archive` hook that is...
> I am not sure how your IMAP server will react with several messages with the same MID the same folder. IMAP doesn't have a special handling of message-ids (other...
That's very good news @aureooms ! Labels are set when the source is polled, [right here](https://github.com/sup-heliotrope/sup/blob/develop/lib/sup/poll.rb#L201). As you can see [line 206](https://github.com/sup-heliotrope/sup/blob/develop/lib/sup/poll.rb#L206) the labels are set in [`build_from_source`](https://github.com/sup-heliotrope/sup/blob/develop/lib/sup/message.rb#L374) which, after...
> Doesn't this leave old drafts in the sup://drafts source? All drafts in `sup://drafts` would remain there, and new draft will be written in `sup://drafts` too. But to me the...
I reproduced the issue without any crash myself, so I don't think it's linked to #340.