emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: message creates ~/Mail


From: Reiner Steib
Subject: Re: message creates ~/Mail
Date: Sun, 13 Sep 2009 10:20:38 +0200
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/22.1 (gnu/linux)

On Sun, Sep 13 2009, Miles Bader wrote:

> Glenn Morris <address@hidden> writes:
>> On this topic, I find this behaviour of message-mode irritating:
> ...
>> bam, you have a ~/Mail directory.
>
> Hmm, yeah it probably shouldn't do that -- though it may be related to
> message auto-saving, so I'm not sure it's entirely trivial to avoid --
> but you can customize the directory (`message-directory').

Yes, it this code, I'd guess:

(defun message-set-auto-save-file-name ()
  "Associate the message buffer with a file in the drafts directory."
  (when message-auto-save-directory
    (unless (file-directory-p
             (directory-file-name message-auto-save-directory))
      (make-directory message-auto-save-directory t))
[...]

On Sun, Sep 13 2009, Stefan Monnier wrote:

> I'd tend to agree.  Make it a bug-report?

What do you suggest to do instead?

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]