Add and set the "Bcc self" option.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
use crate::padfoot::{var_str, var_u32, VarArg};
|
||||
use crate::padfoot::{var_bool, var_str, var_u32, VarArg};
|
||||
use crate::telepathy;
|
||||
|
||||
use dbus::tree::MethodErr;
|
||||
@@ -49,6 +49,7 @@ pub fn parameters() -> Vec<ParamSpec> {
|
||||
"s".to_string(),
|
||||
var_str("".to_string()),
|
||||
),
|
||||
("bcc-self".to_string(), 0, "b".to_string(), var_bool(false)),
|
||||
]
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user