From: rlane@club.cc.cmu.edu (Rich Lane)
Subject: [sup-talk] [PATCH] xapian: fix mk_addrs args in build_message
Date: Fri, 24 Jul 2009 20:25:09 -0700 [thread overview]
Message-ID: <1248492309-1980-1-git-send-email-rlane@club.cc.cmu.edu> (raw)
---
lib/sup/xapian_index.rb | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/lib/sup/xapian_index.rb b/lib/sup/xapian_index.rb
index d064ffc..23af431 100644
--- a/lib/sup/xapian_index.rb
+++ b/lib/sup/xapian_index.rb
@@ -68,9 +68,9 @@ class XapianIndex < BaseIndex
'date' => Time.at(entry[:date]),
'subject' => entry[:subject],
'from' => mk_addrs[[entry[:from]]],
- 'to' => mk_addrs[[entry[:to]]],
- 'cc' => mk_addrs[[entry[:cc]]],
- 'bcc' => mk_addrs[[entry[:bcc]]],
+ 'to' => mk_addrs[entry[:to]],
+ 'cc' => mk_addrs[entry[:cc]],
+ 'bcc' => mk_addrs[entry[:bcc]],
'reply-tos' => mk_refs[entry[:replytos]],
'references' => mk_refs[entry[:refs]],
}
--
1.6.0.4
next reply other threads:[~2009-07-25 3:25 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-07-25 3:25 Rich Lane [this message]
2009-07-27 16:17 ` William Morgan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1248492309-1980-1-git-send-email-rlane@club.cc.cmu.edu \
--to=rlane@club.cc.cmu.edu \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox