On Thursday, 24 Mar 2016 at 11:18, Alan Schmitt wrote:
> No, there was nothing there. I just waited until I save the "autosave"
> message for this current message, and I cannot find where this has been
> saved … I also looked into ~/Mail/drafts, which is where

Assuming you are using a unix variant, try the following

On shell:
$ cd
$ touch xxx    (some file name that is unique)

Now start composing an email and wait for auto-save to kick in.

Back in shell:

$ find . -newer xxx

and see what it reports.

-- 
: Eric S Fraga, GnuPG: 0xFFFCF67D
: in Emacs 25.0.92.1 + Ma Gnus v0.16 + evil-git-ff74cfb
: BBDB version 3.1.2 (2015-10-28 10:47:01+00:00)

_______________________________________________
info-gnus-english mailing list
info-gnus-english@gnu.org
https://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to