Re: Error reading nnimap ?? -SOLVED

2005-07-08 Thread lance
Ted Zlatanov <[EMAIL PROTECTED]> writes: No, I deleted the entry and didn't think of saving it for bug reporting. It was the e-mail address shown in the debug log. That was how I knew to which e-mail address to delete to determine if that would solve the problem. Lance > On Thu, 07 Jul 2005

Collapsing multipart messages ?

2005-07-08 Thread lance
So, looking at some of my binary ng's I have noticed that I get each part showing up: "thisfile" yEnc (part 1/4) "thisfile" yEnc (part 2/4) "thisfile" yEnc (part 3/4) "thisfile" yEnc (part 4/4) How can I show just the file with all parts collapsed? "thisfile" yEnc Lance --

Re: header error

2005-07-08 Thread Haines Brown
> >> ,[ C-h v user-mail-address RET ] > >> | `user-mail-address' is a variable declared in Lisp. > >> | -- loaded from "sendmail" > >> | > >> | Value: "[EMAIL PROTECTED]" > > > This was not much help: > > > user-mail-address's value is > > "[EMAIL PROTECTED]" > > Uhm, you cut the do

Re: How do I list all groups by default

2005-07-08 Thread Adam Sjøgren
On Fri, 08 Jul 2005 17:52:34 -0400, Angelina wrote: > What I ended up doing for each item was G-c to enter the interactive > customization mode. This took forever because I had about 20 to take > care of. Now everything works but it is disappointing because if I need > to make a small change or ad

Re: header error

2005-07-08 Thread Adam Sjøgren
On Fri, 08 Jul 2005 15:34:40 GMT, Haines wrote: >> An easy way to control the email-address is by setting >> user-mail-address: >> >> (setq user-mail-address "[EMAIL PROTECTED]") > I tried a number of such expedients. This one: > (setq user-mail-address "[EMAIL PROTECTED]") > Seems to kill t

Re: How do I list all groups by default

2005-07-08 Thread Angelina Carlton
Malte Spiess <[EMAIL PROTECTED]> writes: > sorry, I can't be of any help, but I've got the same problem... > (Maybe that makes it more interesting for others to help. ;-) ) > I guess it should be possible to somehow make Emacs execute > "M-x gnus-group-list-all-groups". What I ended up doing for e

Re: How do I list all groups by default

2005-07-08 Thread Malte Spiess
Angelina Carlton <[EMAIL PROTECTED]> writes: > Hello > > I am trying Gnus for the first time and wish to list all my > subscribed groups, particularly the email ones prefixed by > "nnml" > [...] > Neither of these work and I have to press L to see all my mail folders > Not a big deal, but if its p

Re: How do I list all groups by default

2005-07-08 Thread Johan Bockgård
Angelina Carlton <[EMAIL PROTECTED]> writes: > Then I tried by way of group parameters: > > (setq gnus-parameters > '(("^nnml.*" ;; does this not match anything >(visible . t) ;; beginning with nnml? That will not work. Group parameters can be se

Re: Group Highlighting ?

2005-07-08 Thread Johan Bockgård
lance <[EMAIL PROTECTED]> writes: > I want to add a line to this that says if the group name includes > "Listserv" make the color "my-group-face-4". > (setq gnus-group-highlight >'(((> unread 200) . my-group-face-1) > ((and (< level 3) (zerop unread)) . my-group-fac

Re: header error

2005-07-08 Thread Haines Brown
Haines Brown <[EMAIL PROTECTED]> writes: > [EMAIL PROTECTED] (Adam Sjøgren) writes: > > An easy way to control the email-address is by setting > > user-mail-address: > > > > (setq user-mail-address "[EMAIL PROTECTED]") > > I tried a number of such expedients. This one: > > (setq user-mail-ad

Re: header error

2005-07-08 Thread Haines Brown
[EMAIL PROTECTED] (Adam Sjøgren) writes: > On Fri, 08 Jul 2005 13:25:56 GMT, Haines wrote: > > > When I write a new message, the From line in my message header at > > first reads: > > > From: Haines Brown > > > Using it causes the error message to appear: > > > Denied posting - The From

Re: Error reading nnimap ?? -SOLVED

2005-07-08 Thread Ted Zlatanov
On Thu, 07 Jul 2005, [EMAIL PROTECTED] wrote: > There was an entry in my ~/NEWS/.../SCORE file that was bombing. > I removed the entry and now I can read mail again. Great! Do you have the entry so we can do a bug report on it? Was it the e-mail address with the "[" at the end in your debug log

Re: header error

2005-07-08 Thread Adam Sjøgren
On Fri, 08 Jul 2005 13:25:56 GMT, Haines wrote: > When I write a new message, the From line in my message header at > first reads: > From: Haines Brown > Using it causes the error message to appear: > Denied posting - The From looks strange : "Haines Brown > " > My work around is to ed

Group Highlighting ?

2005-07-08 Thread lance
In the INFO I came across this little snippit but it is difficult for this mere mortal to understand. The first line is easy enough. Correct me if I am wrong but the second line indicates that if the (level is < 3 and 0 unread articles). Line 3 is Level < 3, line 4 is 0 unread articles, li

header error

2005-07-08 Thread Haines Brown
In trying to correct one problem, I created another, and have not been able to trace back my steps. When I write a new message, the From line in my message header at first reads: From: Haines Brown Using it causes the error message to appear: Denied posting - The From looks strange : "Hai

Re: How do I list all groups by default

2005-07-08 Thread Adam Sjøgren
On Thu, 07 Jul 2005 20:35:01 -0400, Angelina wrote: > [EMAIL PROTECTED] (Adam Sjøgren) writes: >> (setq gnus-permanently-visible-groups "^nnml:.*") > I tried that just now, it did not work either. I'm quite surprised, as I tested it before answering, and it works here. I just sourced the line