From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:8:6d80::]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id 2Do8JH+3fGCVxgAAgWs5BA (envelope-from ) for ; Mon, 19 Apr 2021 00:49:35 +0200 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id EIkGH3+3fGDmIAAA1q6Kng (envelope-from ) for ; Sun, 18 Apr 2021 22:49:35 +0000 Received: from mail.notmuchmail.org (nmbug.tethera.net [IPv6:2607:5300:201:3100::1657]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 176B027F75 for ; Mon, 19 Apr 2021 00:49:35 +0200 (CEST) Received: from nmbug.tethera.net (localhost [127.0.0.1]) by mail.notmuchmail.org (Postfix) with ESMTP id 91D162719C; Sun, 18 Apr 2021 18:49:10 -0400 (EDT) Received: from mail-ot1-x32b.google.com (mail-ot1-x32b.google.com [IPv6:2607:f8b0:4864:20::32b]) by mail.notmuchmail.org (Postfix) with ESMTPS id 9AC2427195 for ; Sun, 18 Apr 2021 18:49:05 -0400 (EDT) Received: by mail-ot1-x32b.google.com with SMTP id a2-20020a0568300082b029028d8118b91fso12425318oto.2 for ; Sun, 18 Apr 2021 15:49:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=Gabvr0nO1kjZIgIsUMMp+N4hiCXpUX80YcqgIsewsyE=; b=Zu7oIKVTrnkeo8M9qQqSaUtdA/oosAuWDh3hZc0+2F23j9qg3WHaDUpLebJORf+dD7 VXIfCCT0HoOb5b7C35dh9LM7eqHsPqy2p34adDSzd7Rwk86klspwKxr/qrb9r9wqJNga FElbwFas3DWgzew87n5/5kIIiNTizTzQ3rgP60RXvh04i7f5LLPawqlsRpmCLFTLA9uk nbS79tLPPehOQaEnnxd7Bx3vc8qmpmaAQzQD2DVBoXYsbx7a2QbnbCmJcPGmGF7J6uYA czY5v7ZuJpTZybC8mr99W0ZdhOT31ZLt44rMjl5RZSJWwniFA0dn5VyRF8IGdEnjHHXA +3Pg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=Gabvr0nO1kjZIgIsUMMp+N4hiCXpUX80YcqgIsewsyE=; b=pE8n/S3O3f8Bfo8ijES2Wvnk+6ZUUShTbSIWjc9dFALr4MR53wQdl6/xfN9GgFmK3k ciY2/ihEzazq7z8tZ2Cq442N9jbk3X/D6AlZGe53IGVYUtV2fT3X4UxTs3kPwcyTCPl6 Sawh3teeBpovM/6yVt1ZnLoCPQeuj5mJvq7NqlZPaLiLxsilALMsdkAZxE0Vumy5HUiG xbqIa8Ff3NNmJCGnw9FSjm3C03mcWmTSrqaw38e+cuaSbiuRm9LJUHmCzLj2QEF89SbL l09z2BhyJ7EykPbN9L32pIxWWU3VbTCvfd5Zv6k0/LTnw+Ftrw/Zv7ethMTNfu4k2w2V abag== X-Gm-Message-State: AOAM533gUqd7PzD5b3HjXC2NY5pqvffYnunSsL4cyYBWvwZ4fzPTn0Pw jRYeww4iZ83ByjBDrzjyZT4jkxJSQkoSig== X-Google-Smtp-Source: ABdhPJwRjzHcftV4RBclnWQylBVUOsImHnrlY0csRpWzqhnhJTQiLUjdulb0wyALG/NZPAiVqHHKcw== X-Received: by 2002:a9d:34b:: with SMTP id 69mr12360288otv.142.1618786144799; Sun, 18 Apr 2021 15:49:04 -0700 (PDT) Received: from localhost ([2806:2f0:4000:bfd0:a2c5:89ff:fe0c:1151]) by smtp.gmail.com with ESMTPSA id r18sm1070286otp.74.2021.04.18.15.49.04 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 18 Apr 2021 15:49:04 -0700 (PDT) From: Felipe Contreras To: notmuch@notmuchmail.org Cc: Felipe Contreras Subject: [PATCH 06/13] vim: trivial cleanup Date: Sun, 18 Apr 2021 17:48:44 -0500 Message-Id: <20210418224851.88240-7-felipe.contreras@gmail.com> X-Mailer: git-send-email 2.31.0 In-Reply-To: <20210418224851.88240-1-felipe.contreras@gmail.com> References: <20210418224851.88240-1-felipe.contreras@gmail.com> MIME-Version: 1.0 Message-ID-Hash: LVCEHDAAFCYS4JXWQE57ENL6YXHDJJNZ X-Message-ID-Hash: LVCEHDAAFCYS4JXWQE57ENL6YXHDJJNZ X-MailFrom: felipe.contreras@gmail.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-notmuch.notmuchmail.org-0; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; suspicious-header X-Mailman-Version: 3.2.1 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Help: List-Post: List-Subscribe: List-Unsubscribe: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Migadu-Flow: FLOW_IN ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1618786175; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references:list-id:list-help: list-unsubscribe:list-subscribe:list-post:dkim-signature; bh=+VYWDICDkhrXCLOQz+F7oefBIybbDNOefIcUV7oT8XE=; b=MmL6JUw7yi0KymHrBtZGtKcNSOMb5wKqHZGZPwycwBtZN9JWNNXF3ZbRSwvY0sw0H0BzcS ralVaLmYuF9A5DgOiY3CLYHCH6Tcl05uHtWT0GYGLmIqhOYwvM+lNX67aVWr4jQXTEK4h+ oaGW0P4wfP2Y10geDMi3KnFcJPtzoBimm2oMOz9sjcZXi5y3xFt86BoEuCO/dZN3i67QpM UWrKpXZRlRDFkZK0NXlzLz5ABvppsIcQmrQz14qqWqe71c/DtSkDS4T/mUm+46/5QbPfjG oSabj+xpYn7xc14AVCGe55kwQLcduetw0TYBFe4fZGLy4W0del+ShVPCBGVCvA== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1618786175; a=rsa-sha256; cv=none; b=barVVWBw1Z/BwZgunk6eGqFaw/teYPrjweeLqlo01LVSC1b8SALgfkPKCPc83nwYXH7gum SpUYKauWNn1mK56U3RZM6eF1o21l+De6QT66L5Xgtrfo8iVxdmPmkt+pDEIQgIG3tNFNWD Aw9uhN5PV+khR1R0pyzyDZj7hNBDcPGe0c0SnrY+sqSxCdplayiP9o0UQteX39/TK01602 XQKd1QYopqu1skTOnoufqKXF3GQ1vZWAaj591gHoHfsM0h12zDMvU0jXO4V3AVKYMYqP4d IyuOS/mF/nPYOXlroO4qo0x45pRr0y9m/SuKdbGHkuHnhNBdbXfyZAKCJ6yo7g== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("body hash did not verify") header.d=gmail.com header.s=20161025 header.b=Zu7oIKVT; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none); spf=pass (aspmx1.migadu.com: domain of notmuch-bounces@notmuchmail.org designates 2607:5300:201:3100::1657 as permitted sender) smtp.mailfrom=notmuch-bounces@notmuchmail.org X-Migadu-Spam-Score: -0.89 Authentication-Results: aspmx1.migadu.com; dkim=fail ("body hash did not verify") header.d=gmail.com header.s=20161025 header.b=Zu7oIKVT; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none); spf=pass (aspmx1.migadu.com: domain of notmuch-bounces@notmuchmail.org designates 2607:5300:201:3100::1657 as permitted sender) smtp.mailfrom=notmuch-bounces@notmuchmail.org X-Migadu-Queue-Id: 176B027F75 X-Spam-Score: -0.89 X-Migadu-Scanner: scn0.migadu.com X-TUID: /7ehjndL6ROy Signed-off-by: Felipe Contreras --- vim/notmuch.vim | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/vim/notmuch.vim b/vim/notmuch.vim index dd715828..97167461 100644 --- a/vim/notmuch.vim +++ b/vim/notmuch.vim @@ -471,9 +471,8 @@ function! s:NotMuch(...) ruby << EOF require 'notmuch' - require 'rubygems' - require 'tempfile' require 'socket' + require 'tempfile' begin require 'mail' rescue LoadError -- 2.31.0