Gnus development mailing list
 help / color / mirror / Atom feed
* disable auto save of mails into Gnus drafts group
@ 2022-10-11  2:58 Emanuel Berg
  2022-10-11  7:37 ` Eric S Fraga
  0 siblings, 1 reply; 6+ messages in thread
From: Emanuel Berg @ 2022-10-11  2:58 UTC (permalink / raw)
  To: ding

How do I disable the auto save of mails into Gnus
drafts group?

-- 
underground experts united
https://dataswamp.org/~incal



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: disable auto save of mails into Gnus drafts group
  2022-10-11  2:58 disable auto save of mails into Gnus drafts group Emanuel Berg
@ 2022-10-11  7:37 ` Eric S Fraga
  2022-10-11 10:14   ` Emanuel Berg
  0 siblings, 1 reply; 6+ messages in thread
From: Eric S Fraga @ 2022-10-11  7:37 UTC (permalink / raw)
  To: ding

On Tuesday, 11 Oct 2022 at 04:58, Emanuel Berg wrote:
> How do I disable the auto save of mails into Gnus
> drafts group?

There are are few variables associated with auto-save-mode which you
might wish to look at.
-- 
Eric S Fraga via gnus (Emacs 29.0.50 2022-10-10) on Debian 11.4



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: disable auto save of mails into Gnus drafts group
  2022-10-11  7:37 ` Eric S Fraga
@ 2022-10-11 10:14   ` Emanuel Berg
  2022-10-11 10:53     ` Eric S Fraga
  2022-11-29  2:46     ` Fernando de Morais
  0 siblings, 2 replies; 6+ messages in thread
From: Emanuel Berg @ 2022-10-11 10:14 UTC (permalink / raw)
  To: ding

Eric S Fraga wrote:

>> How do I disable the auto save of mails into Gnus
>> drafts group?
>
> There are are few variables associated with auto-save-mode
> which you might wish to look at.

I know, I have a lot of them already ... which one am
I missing?

;; auto-save
(auto-save-mode -1)
(setq auto-save-list-file-prefix nil)
(setq auto-save-no-message t)

;; backups
(setq backup-inhibited  t)
(setq make-backup-files nil)

-- 
underground experts united
https://dataswamp.org/~incal



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: disable auto save of mails into Gnus drafts group
  2022-10-11 10:14   ` Emanuel Berg
@ 2022-10-11 10:53     ` Eric S Fraga
  2022-11-29  2:46     ` Fernando de Morais
  1 sibling, 0 replies; 6+ messages in thread
From: Eric S Fraga @ 2022-10-11 10:53 UTC (permalink / raw)
  To: ding

On Tuesday, 11 Oct 2022 at 12:14, Emanuel Berg wrote:
> I know, I have a lot of them already ... which one am
> I missing?

Sorry, no idea.  I am more inclined to go the other way: I want
everything saved and as frequently as possible!

-- 
Eric S Fraga via gnus (Emacs 29.0.50 2022-10-10) on Debian 11.4



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: disable auto save of mails into Gnus drafts group
  2022-10-11 10:14   ` Emanuel Berg
  2022-10-11 10:53     ` Eric S Fraga
@ 2022-11-29  2:46     ` Fernando de Morais
  2022-11-29 18:32       ` Emanuel Berg
  1 sibling, 1 reply; 6+ messages in thread
From: Fernando de Morais @ 2022-11-29  2:46 UTC (permalink / raw)
  To: ding

Hello Emanuel,

Emanuel Berg <incal@dataswamp.org> writes:

> I know, I have a lot of them already ... which one am
> I missing?

I think you've been searching for `message-auto-save-directory':

#+begin_quote
message-auto-save-directory is a variable defined in ‘message.el’.

Its value is nil

Directory where Message auto-saves buffers if Gnus isn’t running.
If nil, Message won’t auto-save.
#+end_quote

-- 
Regards,
Fernando de Morais.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: disable auto save of mails into Gnus drafts group
  2022-11-29  2:46     ` Fernando de Morais
@ 2022-11-29 18:32       ` Emanuel Berg
  0 siblings, 0 replies; 6+ messages in thread
From: Emanuel Berg @ 2022-11-29 18:32 UTC (permalink / raw)
  To: ding

Fernando de Morais wrote:

> I think you've been searching for
> `message-auto-save-directory'

Thank you, caballero!

-- 
underground experts united
https://dataswamp.org/~incal



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-11-29 18:33 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-11  2:58 disable auto save of mails into Gnus drafts group Emanuel Berg
2022-10-11  7:37 ` Eric S Fraga
2022-10-11 10:14   ` Emanuel Berg
2022-10-11 10:53     ` Eric S Fraga
2022-11-29  2:46     ` Fernando de Morais
2022-11-29 18:32       ` Emanuel Berg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).