From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/72484 Path: news.gmane.org!not-for-mail From: Bruno Tavernier Newsgroups: gmane.emacs.gnus.general Subject: draft on imap? Date: Mon, 04 Oct 2010 12:12:10 +0900 Message-ID: <87vd5ify7p.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1286163032 3997 80.91.229.12 (4 Oct 2010 03:30:32 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 4 Oct 2010 03:30:32 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M20856@lists.math.uh.edu Mon Oct 04 05:30:31 2010 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1P2bl1-0004vn-8Y for ding-account@gmane.org; Mon, 04 Oct 2010 05:30:31 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1P2bk0-00039t-F0; Sun, 03 Oct 2010 22:29:28 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1P2bjx-00039Z-Er for ding@lists.math.uh.edu; Sun, 03 Oct 2010 22:29:25 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1P2bju-000142-5F for ding@lists.math.uh.edu; Sun, 03 Oct 2010 22:29:22 -0500 Original-Received: from mail-pz0-f44.google.com ([209.85.210.44]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1P2bjt-0001eZ-00 for ; Mon, 04 Oct 2010 05:29:21 +0200 Original-Received: by pzk6 with SMTP id 6so2095786pzk.17 for ; Sun, 03 Oct 2010 20:28:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :message-id:user-agent:mime-version:content-type; bh=d2JtREvnReQ+p0ETUMdbMrxDhiPcru7XHxcVJBqtEZk=; b=nREUmbrVeRhLtj8ABLzmQadzhctPBQK+2wWP4BecTHluH89+j/YfvMsCqPTdaLyuHy 6UPd+4PMEIPOqnkJvhynjShWM20U0jGVbsMFb4TC+6cECJaHEjfsvOMinDyjzwtUz4Q0 SxQmi8ugTzrl6ekmUPtXTMchIovQ6FYfOYq9Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:message-id:user-agent:mime-version :content-type; b=ZxW7AVXjP/4vBJScykufDivxSj8wvDBnkvl8i0NL0MfmA82yNypEUv8PFhb4D8IVtB 7jodjD8+C7OHkFodJAo7RPRrYCI7EJHHbU4BFlRTZuGzarlYKvKUMAkdYzJqqBqc39bk XPMosXCCWElRWrLpt1ttaiXDZ4/4wbi1VJjFY= Original-Received: by 10.143.41.15 with SMTP id t15mr8050793wfj.12.1286162928823; Sun, 03 Oct 2010 20:28:48 -0700 (PDT) Original-Received: from fc3-b ([150.82.207.21]) by mx.google.com with ESMTPS id q13sm1156124wfc.17.2010.10.03.20.28.46 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 03 Oct 2010 20:28:47 -0700 (PDT) User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux) X-Spam-Score: -2.0 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:72484 Archived-At: Is there a way to store drafts on an IMAP server? It is sometime useful when writing a long message or realizing that a file to be attached is not on the current computer, etc. I tried to do something like: 1) Write a uncomplete message and save it 2) Move/Copy from nndraft to a .draft folder on my IMAP server 3) Go to the .draft folder and gnus-article-edit -> "gnus-article-edit: The current newsgroup does not support article editing" Note, we circumvent the lack of editing by: 4) from .draft folder, move/copy to nndraft:drafts 5) got to nndraft:drafts and edit That still is very dirty approach. That would be really cool, to be able to save/edit directly from the IMAP server. Is there any such a feature planned? -- Bruno