Re: Gnus and pgp

2010-01-05 Thread Richard Riley
Ted Zlatanov writes: > Let's debug it. Run the following in a clean (emacs -q) instance: > > (require 'epa-file) > (require 'auth-source) > (require 'cl) > (epa-file-enable) > (setq auth-source-debug t ; use `message' to log messages > epa-file-cache-passphrase-for-symmetric-encryption t >

Re: Change in splitting from emacs 22/gnus 5.11 and emacs 23/gnus 5.13?

2010-01-05 Thread Frank Fredstone
Ted Zlatanov writes: > On Mon, 04 Jan 2010 13:56:52 -0800 Frank Fredstone wrote: > > FF> I use dovecot imapd with both an mbox for INBOX and maildir for other > FF> folders, and I use sieve to split email into maildir folders. > > FF> In .gnus.el I have: > > FF> (setq gnus-secondary-select-meth

Re: Change in splitting from emacs 22/gnus 5.11 and emacs 23/gnus 5.13?

2010-01-05 Thread Frank Fredstone
Ted Zlatanov writes: > On Tue, 05 Jan 2010 11:37:23 -0800 Frank Fredstone wrote: > > FF> Ted Zlatanov writes: >>> On Mon, 04 Jan 2010 13:56:52 -0800 Frank Fredstone wrote: > FF> Now, the first time I ran gnus from emacs 23, it moved all messages > FF> from nnimap+asdf:INBOX to nnml+mail:inbo

Re: Getting the right dictionary for e-mail and newsgroup messages

2010-01-05 Thread Cecil Westerhof
Ted Zlatanov writes: > CW> I only have one problem. At the moment I need to use: > CW> "^nl\\.\\|\\.nl\\.\\|\\.nl$" > CW> for the regular expression. I would prefer to use something like: > CW> "[\\.^]nl[\\.$]" > > CW> But that does not work. Is there another way to make the regular > CW

Re: Change in splitting from emacs 22/gnus 5.11 and emacs 23/gnus 5.13?

2010-01-05 Thread Ted Zlatanov
On Tue, 05 Jan 2010 11:37:23 -0800 Frank Fredstone wrote: FF> Ted Zlatanov writes: >> On Mon, 04 Jan 2010 13:56:52 -0800 Frank Fredstone wrote: FF> Now, the first time I ran gnus from emacs 23, it moved all messages FF> from nnimap+asdf:INBOX to nnml+mail:inbox, or in other words it FF> empti

Re: IMAP server keeps forgetting the expiry marks

2010-01-05 Thread Ted Zlatanov
On Wed, 23 Dec 2009 09:36:14 +0100 m_mom...@yahoo.com (Mario S. Mommer) wrote: MSM> m_mom...@yahoo.com (Mario S. Mommer) writes: >> I'm using gnus 5.13 on emacs 23. Somehow one of the IMAP servers >> 'forgets' the expiry marks. I set them, and a few hours later they are >> unset, and the mail app

Re: Gnus and pgp

2010-01-05 Thread Ted Zlatanov
On Tue, 22 Dec 2009 19:08:21 +0100 Richard Riley wrote: RR> , RR> | (require 'epa-file) RR> | (epa-file-enable) RR> | (setq epa-file-cache-passphrase-for-symmetric-encryption t) ;;VERY Important RR> | (if (file-exists-p "~/.authinfo.gpg") RR> | (setq auth-sources '((:source "~/.authinfo

Re: Some useful key bindings

2010-01-05 Thread Ted Zlatanov
On Wed, 23 Dec 2009 13:06:29 +0100 Cecil Westerhof wrote: CW> Most of the time I am not interested in all the groups. So I wrote a few CW> functions and key bindings to easily switch between different situation. CW> I hope it is useful to somebody. Of course the list with topics have to CW> be c

Re: Getting the right dictionary for e-mail and newsgroup messages

2010-01-05 Thread Ted Zlatanov
On Fri, 25 Dec 2009 11:08:27 +0100 Cecil Westerhof wrote: CW> I only have one problem. At the moment I need to use: CW> "^nl\\.\\|\\.nl\\.\\|\\.nl$" CW> for the regular expression. I would prefer to use something like: CW> "[\\.^]nl[\\.$]" CW> But that does not work. Is there another w

Re: nnimap can not get Sent Mail in Gmail

2010-01-05 Thread Ted Zlatanov
On Sat, 26 Dec 2009 02:53:06 -0500 galen_bo...@yahoo.com wrote: gb> Ted Zlatanov writes: >> On Fri, 04 Dec 2009 17:28:48 +0800 Plato Wu wrote: >> PW> egall...@babel.ls.fi.upm.es (Emilio Jesús Gallego Arias) writes: Plato Wu writes: > Ted Zlatanov writes: > >> On Mon,

Re: can nnmail-split-methods do both linking and moving?

2010-01-05 Thread Ted Zlatanov
On Wed, 30 Dec 2009 10:27:39 -0800 (PST) subopt wrote: s> I'd like for my nnmail-split-methods to link certain matches to other s> groups, and move other matches. Is this possible, or do i need to use s> the fancy splitting approach? s> Can someone give me a short example of how to do this, or

Re: sort messages by deletion date/time

2010-01-05 Thread Ted Zlatanov
On Fri, 1 Jan 2010 17:50:01 -0800 (PST) Dennis Yurichev wrote: DY> Are there any possible option to sort messages in Trash folder by DY> date/time of deletion? DY> Sometimes, you already have few thousand messages in Trash, you delete DY> some message and you can't find it in Trash. It is possi

Re: Change in splitting from emacs 22/gnus 5.11 and emacs 23/gnus 5.13?

2010-01-05 Thread Ted Zlatanov
On Mon, 04 Jan 2010 13:56:52 -0800 Frank Fredstone wrote: FF> I use dovecot imapd with both an mbox for INBOX and maildir for other FF> folders, and I use sieve to split email into maildir folders. FF> In .gnus.el I have: FF> (setq gnus-secondary-select-methods FF> '((nnml "mail") FF>

Re: Reduce three rules to one in gnus-posting-styles

2010-01-05 Thread Adam Sjøgren
On Tue, 05 Jan 2010 18:17:55 +0100, Cecil wrote: > Also a question. In slime and spamassassin I need to use 'm' instead of > 'a' because they are mailing lists. Is there a way to automatically fill > in the correct to address and go to the subject field? I think you can use group parameters for t

Reduce three rules to one in gnus-posting-styles

2010-01-05 Thread Cecil Westerhof
In my gnus-posting-styles I had: (message-news-p (signature-file "~/.signatureNewsgroup") ) ("INBOX.Info.slime" (signature-file "~/.signatureNewsgroup") ) ("INBOX.Info.spamassassin" (signature-file "~/.signatureNewsgroup")

Re: Some useful key bindings

2010-01-05 Thread Cecil Westerhof
Ted Zlatanov writes: > This is nice and useful. You could make it a Gnus add-on (living under > contrib/) if you make the compact and important topic lists > customizable. Did not even think about that, but maybe that is not a bad idea. Maybe it should be made even more general. I think it woul

Change in splitting from emacs 22/gnus 5.11 and emacs 23/gnus 5.13?

2010-01-05 Thread Frank Fredstone
Hi, I use dovecot imapd with both an mbox for INBOX and maildir for other folders, and I use sieve to split email into maildir folders. In .gnus.el I have: (setq gnus-secondary-select-methods '((nnml "mail") (nnimap "asdf" (nnimap-address

Incorrect time zone setting

2010-01-05 Thread Gunnar Vestergaard
When I post an article in Emacs/gnus, the Date header is set incorrectly. The time zone appears as -0100, whereas I am located in the time zone +0100. How do I correct that? I use Emacs 23.1.1 / gnus on Cygwin/X software. Gunnar ___ info-gnus-engl

Re: How to tell GNUS about correct time zone

2010-01-05 Thread Adam Sjøgren
On Mon, 04 Jan 2010 10:51:14 -0100, Gunnar wrote: > Now, when I post an article on Usenet, one header in the article is > incorrect. It says that I am in the time zone -0100, whereas I am > actually in the time zone +0100. How do I correct the Date header in an > article? I would expect Gnus/Emac

Re: How to set the Organization header

2010-01-05 Thread Adam Sjøgren
On Mon, 04 Jan 2010 11:03:07 -0100, Gunnar wrote: > How do I set the Organization header for every followup in GNUS? It > seems that my Internet Service Provider sets a default Organization > header. I want to change that. How? I use gnus-posting-styles for this. Something like: (setq gnus-pos

problem with a nnmail-split-fancy

2010-01-05 Thread Berthold Hoellmann
I do have a problem with a spliiting rule for "nnmail-split-fancy". I want mails with subject "Deleted: (SLD-56) ..." moved to the folder "issue.SLD-56". I use the rule: ("subject" "Deleted: (\\([[:upper:]]\\{3\\}-[[:digit:]]+\\)).*" "issue.\\2") The rule almost works, but the folder