From: Peter Wang Date: Sun, 25 Nov 2012 01:16:43 +0000 (+1100) Subject: [PATCH v2 17/20] insert: add copyright line from notmuch-deliver X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=9db6496caf2a10a2a6640b57d97d1e670a2f28df;p=notmuch-archives.git [PATCH v2 17/20] insert: add copyright line from notmuch-deliver --- diff --git a/f9/4c156cece6584a447b1a0ceec3cb74f3ccd668 b/f9/4c156cece6584a447b1a0ceec3cb74f3ccd668 new file mode 100644 index 000000000..edd63eafd --- /dev/null +++ b/f9/4c156cece6584a447b1a0ceec3cb74f3ccd668 @@ -0,0 +1,88 @@ +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 7F9BB431FAF + for ; Sat, 24 Nov 2012 17:18:41 -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 Usc3k6phoyrC for ; + Sat, 24 Nov 2012 17:18:41 -0800 (PST) +Received: from mail-pa0-f53.google.com (mail-pa0-f53.google.com + [209.85.220.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 1B855431FAE + for ; Sat, 24 Nov 2012 17:18:41 -0800 (PST) +Received: by mail-pa0-f53.google.com with SMTP id hz1so3911431pad.26 + for ; Sat, 24 Nov 2012 17:18:40 -0800 (PST) +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=FVBLUbXYKCcTahKZVoPmD9rrD/wCEtmm+/M1ClC/xIY=; + b=FwALTEBQkthVp3rsqyRHqfyBHRPdo7xsJh3dh6w447jTQQBWXG8v+j1+HEWlPJV9Zn + kVSwrv+mfn3fXTjAiWqc4RPXyAlag0XW888gAqkjtJfxWPzEs0NioYOk/PoCv5V+Xt5v + XcVQujsyWXJndRt1g7H9YDJYMCgyXQQkYZmdANMJO7iUQzqDY4q0pGml1BQulaeDuhHl + 1o/lRhKboHl1INiOze4kYQkmskoDJYxhBpIJMFbkp5HEsC6POAXuuLiy337S5KJt3Y2r + yUxgkSaLw7IlPV75ZKW/zgIwWof2L+ut1Ge7ex95byxKsJbJ3V6CWu1GNQirhQMX1QcE + Oz0Q== +Received: by 10.68.225.232 with SMTP id rn8mr26424898pbc.34.1353806320865; + Sat, 24 Nov 2012 17:18:40 -0800 (PST) +Received: from localhost (215.42.233.220.static.exetel.com.au. + [220.233.42.215]) + by mx.google.com with ESMTPS id iu8sm6218517pbc.71.2012.11.24.17.18.38 + (version=TLSv1/SSLv3 cipher=OTHER); + Sat, 24 Nov 2012 17:18:40 -0800 (PST) +From: Peter Wang +To: notmuch@notmuchmail.org +Subject: [PATCH v2 17/20] insert: add copyright line from notmuch-deliver +Date: Sun, 25 Nov 2012 12:16:43 +1100 +Message-Id: <1353806206-29133-18-git-send-email-novalazy@gmail.com> +X-Mailer: git-send-email 1.7.12.1 +In-Reply-To: <1353806206-29133-1-git-send-email-novalazy@gmail.com> +References: <1353806206-29133-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, 25 Nov 2012 01:18:41 -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 28653ee..5c65582 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.12.1 +