From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:863f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms12 with LMTPS id uMHbDhBWsGBBNQAAsNZ9tg (envelope-from ) for ; Fri, 28 May 2021 02:31:44 +0000 Received: from out1.migadu.com ([2001:41d0:2:863f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id Ll36OQtWsGDmGgAA1q6Kng (envelope-from ) for ; Fri, 28 May 2021 02:31:39 +0000 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kyleam.com; s=key1; t=1622169099; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=c8Vk/ajfcNNtnrIFH1KanISJMlUzHPJ9irs6Q7QS/34=; b=mT/syeAZNnejr0qWpB2GQKyYDDSM8+5UkLkLNtzkw/BOyryk95rozgaKRPneKJd29kgFYf ycYJGikYdJeph+aGYR9XhaG98WDQ9LKI45Vjc0RM0RGyq2IURKLth/3I0k6ENhJal6hAj7 QYfYf3zCBhumFt/vPmKFwYPFiNiATpxH/1XYa6ynNF+8PWpreLMBT01tfz7ev48v9IbwjN nl8LcoFnvJ6Sj9jrpPvUItoH5AlKsbr0gnaaTZxaNT/MjZNN+arhKt3T3y+YsU1fKiAERb 55zt0+LiWYpQS+OYjXvlcCwBkuyTd92ss0iF6hk5lNy/0od4CLiwAAPFDB0cdw== From: Kyle Meyer To: piem@inbox.kyleam.com Subject: Re: [PATCH v2] Add basic integration for Rmail In-Reply-To: <20210527232714.8726-1-kyle@kyleam.com> References: <875yz3iwvk.fsf@kyleam.com> <20210527232714.8726-1-kyle@kyleam.com> Date: Thu, 27 May 2021 22:31:38 -0400 Message-ID: <8735u7io6t.fsf@kyleam.com> MIME-Version: 1.0 Content-Type: text/plain X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: kyle@kyleam.com X-TUID: +EbwvRq/RdoF Kyle Meyer writes: > diff --git a/piem-rmail.el b/piem-rmail.el > new file mode 100644 > index 0000000..ccb9432 > --- /dev/null > +++ b/piem-rmail.el > @@ -0,0 +1,72 @@ > +;;; piem-rmail.el --- Rmail integration for piem -*- lexical-binding: t; -*- > + > +;; Copyright (C) 2020-2021 all contributors Will s/2020-// on apply.