Gnus development mailing list
 help / color / mirror / Atom feed
From: Uwe Brauer <oub@mat.ucm.es>
To: ding@gnus.org
Subject: [another solution] (was: TODO emails and a special folder)
Date: Tue, 28 Jun 2022 15:40:06 +0200	[thread overview]
Message-ID: <87a69w3o09.fsf_-_@mat.ucm.es> (raw)
In-Reply-To: <87a69x5l8b.fsf@mat.ucm.es>

[-- Attachment #1: Type: text/plain, Size: 932 bytes --]

>>> "UB" == Uwe Brauer <oub@mat.ucm.es> writes:

>> Uwe Brauer <oub@mat.ucm.es> writes:

>> That would be nice, but right now Gnus is set up to only have one
>> draft folder.

> The following seems to work


> (gnus-delay-initialize nil t) 
> (setq gnus-delay-default-delay  "100d")
> (setq gnus-delay-group "TODO")


This is what Lars told me:

  (nndraft-request-associate-buffer "TODO")

So I simply wrote. 

(defun my-add-draft-to-todo ()
  "Associate the actual buffer to a TODO nndraft!"
  (interactive)
  (nndraft-request-associate-buffer "TODO")
  (message "Now this message will be drafted in the TODO group!"))


That is even simpler and I don't have to mess with the delay group
-- 
I strongly condemn Putin's war of aggression against the Ukraine.
I support to deliver weapons to Ukraine's military. 
I support the ban of Russia from SWIFT.
I support the EU membership of the Ukraine. 

[-- Attachment #2: smime.p7s --]
[-- Type: application/pkcs7-signature, Size: 5673 bytes --]

  reply	other threads:[~2022-06-28 13:40 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-26 12:47 TODO emails and a special folder Uwe Brauer
2022-06-27  2:26 ` Eric Abrahamsen
2022-06-27 10:53   ` Uwe Brauer
2022-06-27 13:43   ` Uwe Brauer
2022-06-28  6:57   ` Uwe Brauer
2022-06-28 13:40     ` Uwe Brauer [this message]
2022-06-28 14:54       ` [another solution] (was: TODO emails and a special folder) Emanuel Berg
2022-07-15  8:06         ` [you need to set a variable] (was: [another solution]) Uwe Brauer
2022-06-28 15:11       ` [another solution] Eric Abrahamsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87a69w3o09.fsf_-_@mat.ucm.es \
    --to=oub@mat.ucm.es \
    --cc=ding@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).