Re: autoselect GPG key for signing by group

2017-01-02 Thread Peter Münster
On Fri, Dec 30 2016, Hikaru Ichijyo wrote: > How would I setup my key selection to depend on what group I'm in? There is some useful information in the thread "Maybe encrypt message ?" in gmane.emacs.gnus.general (I don't find any archive on the web...) -- Peter

Re: message-fill-column & replies

2016-02-17 Thread Peter Münster
On Wed, Feb 17 2016, Saša Janiška wrote: > I have to manually reflow each quoted paragraph? You might automate it by checking inside gnus-message-setup-hook for gnus-article-reply and then doing a fill-region between mail-header-separator and end of buffer (or message-signature-separator). --

Re: Trigger spell checking before sending

2016-02-15 Thread Peter Münster
et-key [?\C-c ?e] (lambda () (interactive) (pm/spell "en_GB"))) (defun pm/message-send () (unless (message-field-value gnus-delay-header) (unless (string-equal pm/role "list") (if (jl-epg-check-unique-keys (jl-mail-recipients)) (mml-secure-message-si

Re: mail back to UTF-8 before save to HD

2016-02-03 Thread Peter Münster
On Thu, Feb 04 2016, Emanuel Berg wrote: > However when the mail from (case 1) is archived in my > nnml group mail.sent, the UTF-8 isn't restored but the > "quoted-printable" style remains: > > =C3=A4=C3=A5=C3=B6 > =C3=84=C3=85=C3=96 But in the Gnus Article buffer you see "äåö" and

Re: Passphrase caching for GnuPG in Emacs?

2015-12-23 Thread Peter Münster
On Tue, Dec 22 2015, Greg Bell wrote: > Note to everybody trying to get this to work - I noticed that passphrases > entered into pinentry-curses (0.8.3) don't get cached by gpg-agent for some > reason. Using pinentry-gtk or pinentry-curses, they do. Weird, I know. There is also this nice tool:

Re: S/MIME with OpenSSL?

2015-11-12 Thread Peter Münster
On Thu, Nov 12 2015, Uwe Brauer wrote: > Suppose you want to interchange confidential information with someone > outside the GNU/emacs world and that person has very little computer > knowledge. For him/her pgp is a nightmare to install. I've guided 3 such persons through GPG utilisation. They

Re: Problem trying to get new email every 10 minutes automatically

2015-10-18 Thread Peter Münster
On Sat, Oct 17 2015, cseber...@gmail.com wrote: > (gnus-demon-add-handler 'gnus-demon-scan-news 10 t) What is your Gnus version? -- Peter ___ info-gnus-english mailing list info-gnus-english@gnu.org

Re: adding a header when filing a message into a specific mailbox

2015-10-08 Thread Peter Münster
On Thu, Oct 08 2015, Erik Colson wrote: > So I was thinking how I could achieve some kind of searching in this > specific mailbox and I got an idea: why not add a specific header > (i.e. "x-tag:") when filing messages into this specific mailbox? So I'd > need gnus to ask me a question (tags) when

Re: When replying, set From: to use the address where I received the email

2015-08-28 Thread Peter Münster
On Thu, Aug 27 2015, Bastien wrote: Thanks -- I was already using this, but it does not work when replying to mailing lists since ‘message-use-alternative-email-as-from’ is only using the To Cc From headers (this is hardcoded). You can use gnus-parameters for lists. Here some lines of my

Re: Sudden nnml problem

2015-02-13 Thread Peter Münster
On Fri, Feb 13 2015, Brendan Halpin wrote: .emacs-mail-crash-box existed, and the initial From was rom Inserting the F resolved the problem. See also here: http://thread.gmane.org/gmane.emacs.gnus.general/79444 -- Peter ___

Re: new subject

2015-01-26 Thread Peter Münster
On Sun, Jan 25 2015, Emanuel Berg wrote: Clemens Schüller cs.mlists+info-g...@mailbox.org writes: What is the old way? I have this in my .gnus and it works very well :-) See Peter? No, not at all, sorry... What is the old way? What is your way? Is incal = Emanuel Berg? What is wrong with

new subject (was: alt-tab? really? you're joking...)

2015-01-25 Thread Peter Münster
On Sun, Jan 25 2015, incal wrote: Or if it gradually evolved out of the old one but still has some connection, keep the old subject like this Subject: new subject (was: old subject) Yeah, C-c C-f s ! ;) -- Peter ___

Re: new subject

2015-01-25 Thread Peter Münster
On Sun, Jan 25 2015, incal wrote: Yeah, C-c C-f s ! ;) Indeed, however sometimes you reply to a post the old way, Hi, What is the old way? and in mid-edit you realize you are talking about something else. Or do you have a keystroke for that as well? Yes: C-c C-f s. (Why as well?)

Re: How to update mail groups only?

2014-10-20 Thread Peter Münster
On Mon, Oct 20 2014, Christopher Culver wrote: Is there a way to update only mail groups? You can set different levels for mail groups and other groups. And then: (gnus-group-get-new-news mail-group-level t) -- Peter ___

XNAY (was: gnus hanging - how to see what it is doing)

2014-08-31 Thread Peter Münster
On Sun, Aug 31 2014, David Hume wrote: I think I set that header so my articles would not be preserved in google groups for all eternity. Sure, XNAY prevents *your* articles from being archived. But anybody (except for Adam Sjøgren ;) can quote your text (or parts of your text taken out of

Re: why not just .newsrc?

2014-07-06 Thread Peter Münster
On Sun, Jul 06 2014, Emanuel Berg wrote: One thing I don't understand is, if .newsrc-dribble is used to track every little change, just to have in case of a crash (which never happens), then why not do that to .newsrc itself, keeping it up-to-date constantly? (.newsrc or .newsrc.eld) I have

Re: why not just .newsrc?

2014-07-06 Thread Peter Münster
On Sun, Jul 06 2014, David Engster wrote: Emanuel Berg writes: One thing I don't understand is, if .newsrc-dribble is used to track every little change, just to have in case of a crash (which never happens), then why not do that to .newsrc itself, keeping it up-to-date constantly? (.newsrc

Re: why not just .newsrc?

2014-07-06 Thread Peter Münster
On Mon, Jul 07 2014, Emanuel Berg wrote: Note that I don't think that the dribble file is bad or anything. Just thought there was some better reason for it to exist. The crash thing you mention is of course a valid point in a situation where crashes are common and/or somehow externally

Re: Automatically sign/encrypt messages

2014-05-15 Thread Peter Münster
On Mon, Feb 02 2004, Ted Zlatanov wrote: On Sat, 31 Jan 2004, n...@u-h-l.de wrote: Ted Zlatanov t...@lifelogs.com writes: This looks useful enough to be in the main Gnus code, if it's not already. Maybe as mml-secure-message-encrypt-or-sign-pgpmime? I just grep'ed through the gnus code

time in summary line (was: Tweaking.)

2014-03-23 Thread Peter Münster
On Sun, Mar 23 2014, Sharon Kimble wrote: * Summary line format gnus-summary-line-format %0{%U%R%z%}%3{│%} %1{%d%} %3{│%}%4{%-20,20f%} %3{│%} %1{%B%}%s\n gives this in the summary - R. │ 23-Mar │ Cron Daemon │ * Cron root@london /usr/bin/apt-get update which is very good

Re: time in summary line

2014-03-23 Thread Peter Münster
On Sun, Mar 23 2014, Sharon Kimble wrote: but I can't see how to add 'user-date;' in the middle of a list? What list? You could try this: --8---cut here---start-8--- (setq gnus-summary-line-format %U%R%3P %-10user-date; %-17,17f(%4k)%* %B%s\n

Re: Which dark Color themes suitable for gnus?

2014-02-24 Thread Peter Münster
On Mon, Feb 24 2014, Rainer M Krug wrote: So my question: which color themes work nicely with emacs 24.3.1 on a Mac in a window - not terminal? I don't know about Mac, but this works nicely for me: (load-theme 'wombat) (set-face-background 'default grey7) ; a bit darker ... --

Re: Spam despite spam header

2013-12-12 Thread Peter Münster
On Thu, Dec 12 2013, Dmitrii Kashin wrote: I would like to know how you solved the problems with speed described above. With procmail: --8---cut here---start-8--- :0fw * 30 | spamassassin :0 * ^X-Spam-Flag: YES * !^Subject:.*no-spam { :0 ch

Re: Flirting with Insanity with Thread Sorting

2013-06-24 Thread Peter Münster
On Mon, Jun 24 2013, Joseph Mingrone wrote: Tue Jun 18 at 14:56 ● Joe Schmo Tue Jun 18 at 16:04 ├――► Donny Brasco Wed Jun 19 at 18:07 └――► - Kim Ho Thu Jun 20 at 13:20 └――► Jane Doe Thu Jun 20 at 21:17 └――► Mary Flo. The second sorting makes more sense to me. Can it be done by

Re: duplicates in Server Browse buffer and invisible messages in nnml

2012-12-05 Thread Peter Münster
On Wed, Dec 05 2012, Julien Cubizolles wrote: I've noticed that all the groups listed in the Server Browse Buffer in my nnlocal method show up twice, with slightly different messages numbers (45 and 47 for example). Hi, Is it possible, that the group names have utf8-characters? I've a very

Re: Wrong date for delayed articles?

2012-10-11 Thread Peter Münster
On Thu, Oct 11 2012, Angel de Vicente wrote: The mail get me properly in the delayed date, but the Date field in the message itself is the date when I wrote the message, not when it was sent. I don't see an option in the manual to change this behaviour, is it possible? You could try this:

Re: Gnus version in emacs 24.1

2012-09-07 Thread Peter Münster
On Wed, Sep 05 2012, Lars Ingebrigtsen wrote: Not that it matters particularly, but I'm curious--is there a reason the version wasn't incremented? Yes, but the reason is really stupid, so I'd rather not say. :-) Please tell us! Perhaps you could make laugh a lot of people... ;) --

Re: How to create/add-to-existing headers in a posting style?

2012-07-16 Thread Peter Münster
On Mon, Jul 16 2012, Adam Sjøgren wrote: the only problem with this is, that it leaves an empty header X-Add-To-Cc in the buffer, What about (message-remove-header X-Add-To-Cc) ? -- Peter ___ info-gnus-english mailing list

Re: How is this inserted?

2012-03-28 Thread Peter Münster
On Tue, Jun 28 2011, XeCycle wrote: I'm just curious, when I see someone quote something this way: , | some quoted text | they're seemed to copied from somewhere | | also they may contain paragraph breaks | and ends with this: ` I searched the f**king manual and found nothing.

Re: Attaching a few articles from a summary buffer to an composition buffer

2012-02-18 Thread Peter Münster
On Sat, Feb 18 2012, Jonas Hörsch wrote: ideally i'd like to mark some mails in a summary buffer and then press a key combo to have gnus attach them to my already open unsent message buffer or start composing a new message with the mails attached. You mark with `#'. Then `S D r' to resend the

Re: Binding keys for summary mode

2011-02-04 Thread Peter Münster
Jim Burton j...@sdf-eu.org writes: That lists the bindings but not the keymaps in which they are made. So, presuming that modeX defines the keymap modeX-map, I tried the following but it doesn't work: (add-hook 'gnus-agent-summary-mode '(lambda () (define-key

Re: read mail in mbox files

2011-01-18 Thread Peter Münster
ernest nfdi...@gmail.com writes: This is my setup: I use fetchmail to get mail from different POP/IMAP servers, then split the incoming mail with procmail into different mbox files in ~/Mail. What I'd like is gnus to work directly on these mbox files. Is this possible? Perhaps yes. But it's

Re: read mail in mbox files

2011-01-18 Thread Peter Münster
ernest nfdi...@gmail.com writes: If I understand correctly, this will copy the spool files in ~/.mail to ~/Mail, and leave everything in ~/.mail unchanged. This is not exactly what I wanted though. The idea is that mbox being an open format one would say it should be possible to use the

Re: read mail in mbox files

2011-01-18 Thread Peter Münster
Richard Riley rile...@googlemail.com writes: Now to figure out where .emacs.d/Mail is coming from. Start first with emacs -Q, so no site configuration file will be loaded. Then you go on loading your configuration files one by one and check when the value of nnml-directory changes. -- Peter

Re: mouse pointer moves unexpectedly

2011-01-08 Thread Peter Münster
Robert Marshall s...@chezmarshall.freeserve.co.uk writes: On Thu, 06 Jan 2011, Adam Sjøgren wrote: Strange, I did not get the message from Adam... Peter -- Contact information: http://pmrb.free.fr/contact/ ___ info-gnus-english mailing list

Re: mouse pointer moves unexpectedly

2011-01-07 Thread Peter Münster
pmli...@free.fr (Peter Münster) writes: How can I tell Gnus, not to move my mouse pointer? Can anybody confirm this problem? Nobody...? How can I debug this problem? With my setup (SloppyFocus in fvwm, pager, unclutter, etc.) it's really annoying. TIA for any help! Cheers, Peter

Re: mouse pointer moves unexpectedly

2011-01-06 Thread Peter Münster
Tassilo Horn tass...@member.fsf.org writes: How can I tell Gnus, not to move my mouse pointer? Can anybody confirm this problem? My window manager is fvwm. No, my pointer doesn't move. Did you set `mouse-avoidance-mode'? No, mouse-avoidance-mode is nil. I've done some further tests: -

mouse pointer moves unexpectedly

2011-01-05 Thread Peter Münster
Hello, When - switching from summary buffer to article buffer (h), - then removing splits (C-x 1), - then calling gnus-summary-put-mark-as-expirable (MMee), my mouse pointer moves near the upper right corner of my emacs X-window. How can I tell Gnus, not to move my mouse pointer? Can anybody

Re: Any way to click article buttons without leaving the summary buffer?

2011-01-04 Thread Peter Münster
pmli...@free.fr (Peter Münster) writes: I'm just working on my-alter-summary-map and my-alter-article-map to get this behaviour. Here some ideas: --8---cut here---start-8--- (defun my-alter-group-map () (local-set-key [right] 'gnus-group-select-group

Re: Any way to click article buttons without leaving the summary buffer?

2011-01-04 Thread Peter Münster
Lars Magne Ingebrigtsen la...@gnus.org writes: Idea #2: Add a command that highlights successive links on repeated invocation, and another command that activates the currently highlighted link. Sounds nice. Perhaps TAB in the summary buffer should highlight the links successively? And

Re: Any way to click article buttons without leaving the summary buffer?

2011-01-02 Thread Peter Münster
Sean McAfee eef...@gmail.com writes: When I want to click on a hyperlink embedded in an article, it's kind of a hassle to switch to the article buffer, navigate to the link, and press RET, and then return to the summary buffer afterwards. Is there any convenient built-in way to streamline

switching group in summary buffer

2011-01-01 Thread Peter Münster
Hello, Is there a function for switching current group without changing first to the group buffer? I would like to find something like this in the summary (or article) buffer: - press key for gnus-summary-goto-group function - possibility to cycle through groups with new messages with SPACE -