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 ECDFA431FD5 for ; Wed, 25 Jul 2012 06:44:40 -0700 (PDT) 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 i4mQ2ZclO80j for ; Wed, 25 Jul 2012 06:44:39 -0700 (PDT) Received: from mail-pb0-f53.google.com (mail-pb0-f53.google.com [209.85.160.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 3E614431FAE for ; Wed, 25 Jul 2012 06:44:23 -0700 (PDT) Received: by mail-pb0-f53.google.com with SMTP id rr13so1767731pbb.26 for ; Wed, 25 Jul 2012 06:44:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=qygyryo7eodZSHwYgcoLe0P0ErrKjGOmVpfgyCWRoMc=; b=AxN2e8pdteL1KhJOy/GqoERhm/keRXO7rHrzIw/A1TmsHql4/RkMHKNjeB5jJmLfVV YN6aNxvYopxBpWhhiPMaCrZ0jvvhc3m8wx6QXT7lKSgW8nVqxztTn/4v51BAVEJ04GZW CtLk9/1QkmS7JBFIWf/ciIaRhkUibW/SIjitotTFpH/UIf9yYTVD+rytq/lgF7TEpIOd PReNdfws+5bQdAEOd/eYct7kNQV+seBfRVKJQVqFl/vjzfkk8swutX1xmluQLAEMZSdo K13g6A2MFUI0TbTqRiuvf5SG+4uVilMThGofFrRBjfAb6Ezz05qZTVXzI10cvo9JJYoy DB1w== Received: by 10.68.217.40 with SMTP id ov8mr51941088pbc.131.1343223863061; Wed, 25 Jul 2012 06:44:23 -0700 (PDT) Received: from localhost (215.42.233.220.static.exetel.com.au. [220.233.42.215]) by mx.google.com with ESMTPS id pi7sm14409884pbb.56.2012.07.25.06.44.20 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 25 Jul 2012 06:44:22 -0700 (PDT) From: Peter Wang To: notmuch@notmuchmail.org Subject: [PATCH 12/18] insert: add copyright line from notmuch-deliver Date: Wed, 25 Jul 2012 23:42:41 +1000 Message-Id: <1343223767-9812-12-git-send-email-novalazy@gmail.com> X-Mailer: git-send-email 1.7.4.4 In-Reply-To: <1343223767-9812-1-git-send-email-novalazy@gmail.com> References: <1343223767-9812-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: Wed, 25 Jul 2012 13:44:41 -0000 The 'insert' implementation was based partly on notmuch-deliver. --- notmuch-insert.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/notmuch-insert.c b/notmuch-insert.c index 5fd79be..a69dfe6 100644 --- a/notmuch-insert.c +++ b/notmuch-insert.c @@ -2,6 +2,9 @@ * * Copyright © 2012 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.4.4