From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 679616708608 X-Google-Groups: supmua X-Google-Thread: 3030fda1bf,b98cf9975862c785 X-Google-Attributes: gid3030fda1bf,domainid0,public,googlegroup X-Google-NewGroupId: yes X-Received: by 10.180.90.169 with SMTP id bx9mr3018838wib.6.1427702606237; Mon, 30 Mar 2015 01:03:26 -0700 (PDT) X-BeenThere: supmua@googlegroups.com Received: by 10.180.77.194 with SMTP id u2ls588980wiw.28.gmail; Mon, 30 Mar 2015 01:03:25 -0700 (PDT) X-Received: by 10.180.81.134 with SMTP id a6mr3017381wiy.1.1427702605941; Mon, 30 Mar 2015 01:03:25 -0700 (PDT) Return-Path: Received: from mail-wi0-x236.google.com (mail-wi0-x236.google.com. [2a00:1450:400c:c05::236]) by gmr-mx.google.com with ESMTPS id c8si756971wiw.1.2015.03.30.01.03.25 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 30 Mar 2015 01:03:25 -0700 (PDT) Received-SPF: pass (google.com: domain of roswellrg@gmail.com designates 2a00:1450:400c:c05::236 as permitted sender) client-ip=2a00:1450:400c:c05::236; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of roswellrg@gmail.com designates 2a00:1450:400c:c05::236 as permitted sender) smtp.mail=roswellrg@gmail.com; dkim=pass header.i=@gmail.com; dmarc=pass (p=NONE dis=NONE) header.from=gmail.com Received: by mail-wi0-x236.google.com with SMTP id g7so84579182wib.1 for ; Mon, 30 Mar 2015 01:03:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:from:to:subject:in-reply-to:references:date:message-id :user-agent:content-transfer-encoding; bh=8/OXifAZpIrjyOmjQv4wI73H8//k5Dzpn8K0RFC3+YQ=; b=GdLVqPJITZ3StF+IRCWowQok2WoZT36z3sdtcdWtogUOuua4K8E1CPEdGWjuOBG2uo EBmLaPM8u7ZYWtg6HcDtchPxTFyduoWy/3KkNOf4/hHjXxpm+DHeFHagF/WROMoP63r1 4Tpojtc2/UeO64QiYk6knFRb/UoW7nES4OB728wx+mx1/hHXeA6svVYZiq05pk/K6n28 n52EV5224MbhVJeN+gEr1LD3+BJokOsEq3dO4d1XlzYgNyDhKZqPSveoA/7IERacq/Vq E5kuoKQSHE4kAx3FJaU8fyvnQ09QRDM7J9bqRR4czFYsupbyw+t8OXF3e2sJjMPEsAxo fBQw== X-Received: by 10.180.80.199 with SMTP id t7mr20423643wix.52.1427702605849; Mon, 30 Mar 2015 01:03:25 -0700 (PDT) Return-Path: Received: from localhost (HSI-KBW-109-192-118-212.hsi6.kabel-badenwuerttemberg.de. [109.192.118.212]) by mx.google.com with ESMTPSA id c3sm14559385wiz.2.2015.03.30.01.03.24 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 30 Mar 2015 01:03:25 -0700 (PDT) Content-Type: text/plain; charset=UTF-8 From: Roland Groell To: supmua Subject: Re: [sup] Opening attachment displayed inline In-reply-to: References: Date: Mon, 30 Mar 2015 10:03:24 +0200 Message-Id: <1427702495-sup-9705@limestone> User-Agent: Sup/0.20.0 Content-Transfer-Encoding: 8bit Hello, > I'm trying to handle calendar invitations. > I have set up the mime-view hook to display the calendar inline. But I would also like to be able to "open" it (ie. add it to my calendar). I tried using the mime-decode hook, but I don't know how to trigger it, only folds/unfolds the attachment. > So, what is the best way to open attachments which are already being displayed with the mime-decode hook? For that I use the publish hook. I don't know if it's the best solution, but it works. Greetings, Roland