From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A8D31138A87 for ; Mon, 23 Feb 2015 00:05:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5080EE094E; Mon, 23 Feb 2015 00:05:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EF61EE094B for ; Mon, 23 Feb 2015 00:05:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 045F8340BF4 for ; Mon, 23 Feb 2015 00:05:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7E5331257C for ; Mon, 23 Feb 2015 00:05:36 +0000 (UTC) From: "Alex Legler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alex Legler" Message-ID: <1424649012.95040b1680f96e5391902de301cf07f3c2c6d571.a3li@gentoo> Subject: [gentoo-commits] proj/ag:master commit in: lib/ X-VCS-Repository: proj/ag X-VCS-Files: lib/storage.rb X-VCS-Directories: lib/ X-VCS-Committer: a3li X-VCS-Committer-Name: Alex Legler X-VCS-Revision: 95040b1680f96e5391902de301cf07f3c2c6d571 X-VCS-Branch: master Date: Mon, 23 Feb 2015 00:05:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f60e8e77-a7d0-40f9-93d5-d935f6ee1aa0 X-Archives-Hash: 2c024cffbbdbffa8b0d263b3ca46aa35 commit: 95040b1680f96e5391902de301cf07f3c2c6d571 Author: Alex Legler a3li li> AuthorDate: Sun Feb 22 23:50:12 2015 +0000 Commit: Alex Legler gentoo org> CommitDate: Sun Feb 22 23:50:12 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/ag.git;a=commit;h=95040b16 Fix get_content invocation for new error messages --- lib/storage.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/storage.rb b/lib/storage.rb index 6bbb527..660b300 100644 --- a/lib/storage.rb +++ b/lib/storage.rb @@ -116,7 +116,7 @@ module Ag::Storage end def store(list, message, filename) - content = get_content(message) + content = get_content(message, filename) identifier = message['X-Archives-Hash'].value raw_parent = Ag::Threading.get_parent_message_id(message)