Sebastian Klähn
Sebastian Klähn
@link2xt can you care about the cargo deny fail? I reverted the addition of `n0-computers` a second time because it felt redundant, but maybe that was actually needed?
I'm pushing this forward. We are currently focusing more on different milestones, so this experiment is halted for now. What do you need this for @dignifiedquire? I have merged my...
@adzialocha I guess it's important that we keep our secret key so that we can rejoin gossips after dc-restart? Also, see this `https://github.com/n0-computer/iroh/blob/main/iroh-gossip/examples/chat.rs`. I can do the rebase to the...
superseded by #5346
I believe the only way to make this possible is to add this information to the `msgs_status_updates` table before the messages are deleted because otherwise there is no way to...
Should we close this as it really looks like a SpamAssassin problem? Issue #2236 mentioned by @link2xt is about SpamAssassin triggering on messages **sent** by Deltachat and not like this...
I believe, for the deleting problem the proposed solution from @link2xt is pretty good as there are very few things that can break with this approach (even though we need...
I think we should only have two functions: `hide_contact` which only sets origin to `Origin::Hidden` so it will not be displayed and then `delete_contact` or `forget_contact` to remove one contact...
> UIs already use delete_contact, do you propose to add two options in the UI (hide_contact and delete_contact)? I would rather keep only the delete_contact API and fix what it...
Related issue: https://github.com/image-rs/image/issues/2033