Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 60BD0429E41 for ; Sat, 19 Jan 2013 16:52:15 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.799 X-Spam-Level: X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id YHeBI6wHkiuy for ; Sat, 19 Jan 2013 16:52:14 -0800 (PST) Received: from mail-pb0-f48.google.com (mail-pb0-f48.google.com [209.85.160.48]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id C1054429E43 for ; Sat, 19 Jan 2013 16:51:56 -0800 (PST) Received: by mail-pb0-f48.google.com with SMTP id wy12so1318157pbc.7 for ; Sat, 19 Jan 2013 16:51:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references:mime-version:content-type:content-transfer-encoding; bh=wv7izySke/4iNwKRT4/vd5s1szHeLi7zLz+SDz6cvsY=; b=qyvtHnbhe6cZivhKLChPM8LV+I4nbShrbDCRS+aY9ixWikRYn8kh4yU25ZnoZM0l/k /LkfbCESX+gTpDqelZXdpq/oZnlzmS38o0CqqVX+z9+UUotWRz6SJ9fSh6cJIOHQii60 /rGi80aeJotpxMeFbuiWGwXtLX7DRDP6Nc2X1pNHvCGeC98/4Cpyvs5Eo+IG6gMb/GKT R3rq49kuhPNCs/R/2scf/xlh4kW+/wduU5LvbpX+OHyNsPS7xK0wtnkP/SOIb8VFx1xB 9i5R9q/IyI7SW5qVzn4mB8UGWzLKflesV0H9oNZZDjRq5lG1cqrWw5QZRLN8HoFw/M5X /Rcg== X-Received: by 10.66.76.198 with SMTP id m6mr36405041paw.32.1358643115928; Sat, 19 Jan 2013 16:51:55 -0800 (PST) Received: from localhost (215.42.233.220.static.exetel.com.au. [220.233.42.215]) by mx.google.com with ESMTPS id rk6sm5806927pbc.20.2013.01.19.16.51.53 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sat, 19 Jan 2013 16:51:55 -0800 (PST) From: Peter Wang To: notmuch@notmuchmail.org Subject: [PATCH v3 17/20] insert: add copyright line from notmuch-deliver Date: Sun, 20 Jan 2013 11:50:01 +1100 Message-Id: <1358643004-14522-18-git-send-email-novalazy@gmail.com> X-Mailer: git-send-email 1.7.12.1 In-Reply-To: <1358643004-14522-1-git-send-email-novalazy@gmail.com> References: <1358643004-14522-1-git-send-email-novalazy@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jan 2013 00:52:15 -0000 The 'insert' implementation was based partly on notmuch-deliver. --- notmuch-insert.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/notmuch-insert.c b/notmuch-insert.c index 494a7b0..6b3e380 100644 --- a/notmuch-insert.c +++ b/notmuch-insert.c @@ -2,6 +2,9 @@ * * Copyright © 2013 Peter Wang * + * Based in part on notmuch-deliver + * Copyright © 2010 Ali Polatel + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or -- 1.7.12.1