iequidoo

Results 216 comments of iequidoo

I use ecryptfs over btrfs with options `rw,nosuid,nodev,relatime,ecryptfs_sig=[...],ecryptfs_fnek_sig=[...],ecryptfs_cipher=aes,ecryptfs_key_bytes=16,ecryptfs_unlink_sigs,user`, just made a successful backup export from DC Desktop 1.46.6. Both the account folder and backup target folder are on ecryptfs.

@Matschepampe1312, so you don't use eCryptfs? Could you run smth like `flock -x local-lock-file echo 'a b c'`? Better from the directory where you are trying to export a backup...

Ok, it seems that Linux Mint uses eCryptfs for `/home` encryption if the user chooses this kind of encryption during the installation. Or used it in the past and now...

> The `remove_account` RPC call would make the RPC server > stop responding to all other requests, > which is basically equivalent to a one minute hang. The write lock...

AFAIU `create_group_chat()` with `protect=false` can't be reused for this (even if it's not used by the UIs) because it still creates a group chat which can only have pgp contacts....

At the Core level we currently have ```Rust pub async fn create_group_chat( context: &Context, protect: ProtectionStatus, chat_name: &str) ``` I'd add ```Rust pub async fn create_group_ex( // No "_chat", we're...

> esp as they're also not possible for ad-hoc groups created by incoming mail. Moreover, technically at the core level non-pgp group chats and ad-hoc groups will be the same...

The test i added here isn't needed, there's `test_old_message_5()` already which does the same, but instead records the current (wrong) behaviour. Going to fix it then. EDIT: Done

Btw, i think it may be useful to display these outgoing received messages (i.e. from other MUAs/devices) somehow differently e.g. align them to the left as incoming ones. As they...

Recently i started to see my messages weirdly ordered around incoming ones every day when i open my laptop lid (i.e. i see my replies above incoming messages). I don't...