rename reports

This commit is contained in:
Hocuri
2020-06-12 10:05:45 +02:00
parent 990c80cedf
commit adf4035775
3 changed files with 26 additions and 23 deletions

View File

@@ -14,7 +14,7 @@ use crate::error::{ensure, Error};
use crate::events::Event;
use crate::job::{self, Action};
use crate::lot::{Lot, LotState, Meaning};
use crate::mimeparser::{FailedMsg, SystemMessage};
use crate::mimeparser::{FailureReport, SystemMessage};
use crate::param::*;
use crate::pgp::*;
use crate::stock::StockMessage;
@@ -1398,7 +1398,7 @@ pub async fn mdn_from_ext(
/// Where appropriate, also adds an info message telling the user which of the recipients of a group message failed.
pub(crate) async fn ndn_from_ext(
context: &Context,
failed: &FailedMsg,
failed: &FailureReport,
error: Option<impl AsRef<str>>,
) {
if failed.rfc724_mid.is_empty() {