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
>
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
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
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
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
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
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
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
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
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,
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
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
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>
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
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")
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
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
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
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
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
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
21 matches
Mail list logo