about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2018-05-11 19:20:18 +0000
committerEric Wong <e@80x24.org>2018-05-11 19:23:10 +0000
commit796b9737d617185acdda1d537ff4aded08dd13df (patch)
tree765d9b55a53f9ca5331fdc59a204a261b4ec54a8
parent38802cb8f2f9bf8f8c72c592bcc9407681fd8360 (diff)
downloadpublic-inbox-796b9737d617185acdda1d537ff4aded08dd13df.tar.gz
This was probably a typo on my part, and quiets a warning:
  Argument contains empty address at .../Email/MIME/Encode.pm line 70

Tested with Email::MIME 1.946
-rw-r--r--t/search.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/search.t b/t/search.t
index 54f2db90..9a90fd53 100644
--- a/t/search.t
+++ b/t/search.t
@@ -214,7 +214,7 @@ $ibx->with_umask(sub {
                         # No References:
                         # 'References' => '<root@s> <last@s> <'.$long_mid.'>',
                         'In-Reply-To' => "<$long_mid>",
-                        From => '"no1 <no1@example.com>',
+                        From => 'no1 <no1@example.com>',
                         To => 'list@example.com',
                 ],
                 body => "no References\n");