mirror of
https://github.com/chatmail/core.git
synced 2026-04-24 17:06:28 +03:00
prototype dc_set_config_from_qr()
This commit is contained in:
committed by
holger krekel
parent
1882176489
commit
2b7a0a4585
@@ -205,6 +205,14 @@ fn decode_account(_context: &Context, qr: &str) -> Lot {
|
||||
lot
|
||||
}
|
||||
|
||||
pub fn set_config_from_qr(context: &Context, qr: &str) -> bool {
|
||||
error!(
|
||||
context,
|
||||
"Setting config from QR is not yet implemented :/ QR code: {}", qr
|
||||
);
|
||||
false
|
||||
}
|
||||
|
||||
/// Extract address for the mailto scheme.
|
||||
///
|
||||
/// Scheme: `mailto:addr...?subject=...&body=..`
|
||||
|
||||
Reference in New Issue
Block a user