We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ef60e9 commit 9bc7b8fCopy full SHA for 9bc7b8f
src/configure.rs
@@ -254,6 +254,9 @@ impl Context {
254
if self.get_config(Config::ShowEmails).await?.as_deref() != Some("2") {
255
bail!("Cannot use multi-transport with disabled fetching of classic emails.");
256
}
257
+ if self.get_config_bool(Config::BccSelf).await? {
258
+ bail!("Cannot use multi-transport with multi-device yet.");
259
+ }
260
261
262
let provider = configure(self, param).await?;
0 commit comments