summaryrefslogtreecommitdiffstats
path: root/tests/notmuchfixture.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/notmuchfixture.h')
-rw-r--r--tests/notmuchfixture.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/notmuchfixture.h b/tests/notmuchfixture.h
index 38e2f15..4d2e59b 100644
--- a/tests/notmuchfixture.h
+++ b/tests/notmuchfixture.h
@@ -77,7 +77,7 @@ public:
QTextStream out(&file);
out << "From: " << from << "\n"
- << "To: danix@danix.xyz\n"
+ << "To: you@example.org\n"
<< "Subject: " << subject << "\n"
<< "Message-ID: <" << messageId << ">\n"
<< "Date: " << date << "\n";