Re: OfflineIMAP changes Gnus article numbers

2008-07-28 Thread Gour
> "Rob" == Rob Weir <[EMAIL PROTECTED]> writes: Rob> Is offlineimap using IMAP or Maildir manipulation on the local Rob> side? Maildir. Sincerely, Gour -- Gour | Zagreb, Croatia | GPG key: C6E7162D pgpRfMJ4SPtA9.pgp Des

Re: per group value of gnus-summary-thread-gathering-function?

2008-07-28 Thread Giorgos Keramidas
On Mon, 28 Jul 2008 16:54:19 +0200, [EMAIL PROTECTED] (Johan Bockgård) wrote: > Giorgos Keramidas <[EMAIL PROTECTED]> writes: > >> (dolist (pair keramida-gnus-group-thread-function-map) >> (message "pair is %s" pair) >> (if (not match-function) >>

Re: IMAP working, sort of, but how to subscribe to a mail as a group?

2008-07-28 Thread Dmitry Dzhus
Dmitry writes: > Ed writes: > >> K474: INBOX >> >> Hitting SPC on that line, I see my email messages in a *Summary* >> buffer, and can read and reply to them. >> >> How do I get them into a group in the *Groups* buffer? > > Hitting `k` subscribes you to any killed group. Oops, that was meant

Re: IMAP working, sort of, but how to subscribe to a mail as a group?

2008-07-28 Thread Dmitry Dzhus
Ed writes: > K474: INBOX > > Hitting SPC on that line, I see my email messages in a *Summary* > buffer, and can read and reply to them. > > How do I get them into a group in the *Groups* buffer? Hitting `k` subscribes you to any killed group. -- Happy Hacking. http://sphinx.net.ru む ___

Re: Changing quoting headers?

2008-07-28 Thread Dmitry Dzhus
Hermann writes: > When I reply to a message, the quoting starts with: > [full name] writes: > How can I change this, so that it looks like this: > On [dd,mm,yy] [full name) wrote: > Note: I want to use the German style of date, see my example. Change `message-citation-line-function` variable to

Re: OfflineIMAP changes Gnus article numbers

2008-07-28 Thread Rob Weir
On 26 Jul 2008, Ross Patterson wrote: > I'm using Gnus with the nnimap backend and OfflineIMAP to sync a local > Dovecot IMAP server with a remote Dovecot IMAP server. When a new > message is added to a folder and I open that folder in Gnus, it has > article number n. If I run offlineimap and the

Re: can nnimap be used as a primary select method for GNUS?

2008-07-28 Thread David
Ed <[EMAIL PROTECTED]> writes: > On Jul 26, 10:34 am, David <[EMAIL PROTECTED]> wrote: >> Ed <[EMAIL PROTECTED]> writes: >> > Can nnimap be used as the primary select method? >> >> Yes. > > Here's the section of the GNUS manual that caused my confusion, I > believe: > >If you want to use IMAP a

Re: can nnimap be used as a primary select method for GNUS?

2008-07-28 Thread Ed
On Jul 26, 10:34 am, David <[EMAIL PROTECTED]> wrote: > Ed <[EMAIL PROTECTED]> writes: > > Can nnimap be used as the primary select method? > > Yes. > > -David Here's the section of the GNUS manual that caused my confusion, I believe: If you want to use IMAP as a mail storage protocol, use an

Re: IMAP working, sort of, but how to subscribe to a mail as a group?

2008-07-28 Thread Ed
On Jul 28, 12:36 pm, Dmitry Dzhus <[EMAIL PROTECTED]> wrote: > Ed writes: > > K474: INBOX > > > Hitting SPC on that line, I see my email messages in a *Summary* > > buffer, and can read and reply to them. > > > How do I get them into a group in the *Groups* buffer? > > Hitting `k` subscribes yo

IMAP working, sort of, but how to subscribe to a mail as a group?

2008-07-28 Thread Ed
Howdy all! Recently I have been converting to an IMAP mail server instead of POP, and having some troubles. I'm using emacs 22.2.1 and gnus 5.11. To simplify matters I have commented out all my group sorting of messages. All I have in my .gnus is this: (setq imap-ssl-program "/usr/bin/openssl s

Re: any way to get more detailed output of what is happening with imap?

2008-07-28 Thread Ed
On Jul 26, 7:00 am, Ed <[EMAIL PROTECTED]> wrote: > Howdy all! > > I'm using 22.2.1 with gnus 5.11. > > Is there any way to get more output on what is going on with GNUS? > > I recently had to switch to an IMAP server using ssl and my sysadmin > tells me that I am logging into the IMAP server succe

Re: per group value of gnus-summary-thread-gathering-function?

2008-07-28 Thread Johan Bockgård
Giorgos Keramidas <[EMAIL PROTECTED]> writes: > (dolist (pair keramida-gnus-group-thread-function-map) > (message "pair is %s" pair) > (if (not match-function) > (let ((pattern (car pair)) > (func (cdr pair))) >

Changing quoting headers?

2008-07-28 Thread Hermann
Hi, When I reply to a message, the quoting starts with: [full name] writes: How can I change this, so that it looks like this: On [dd,mm,yy] [full name) wrote: Note: I want to use the German style of date, see my example. I couldn't find something in the manual that clarifies this. And, in additi