>>> "UB" == Uwe Brauer writes: > Hi > If I have gnus plugged in and I am connected to the Internet, > message-dont-send saves the message in my nndraft:drafts > If, however, gnus is not plugged in (agent on) then > message-dont-send again saves in that folder but > message-send-and-exit saves the buffer to the queue folder. > Is there any possibility tell message-send-and-exit (with an argument) > not to save it in the draft folder but in the queue folder? > (nndraft-request-associate-buffer "queue") > Might be a possibility but are there other ones? It seems one solution would be to change the setting of gnus-agent-queue-mail (defun my-gnus-queue-mail-on () (interactive) (setq gnus-agent-queue-mail 'always) (message "Now messages will always be queued")) A bit cumbersome but doable. Uwe Brauer -- I strongly condemn Hamas heinous atrocities on Israel, especially the despicable pogroms. I strongly condemn Putin's war of aggression against Ukraine. I support to deliver weapons to Ukraine's military. I support the EU and NATO membership of Ukraine.