[Citadel Development] (no subject)

2007-06-25 Thread IO ERROR
I've been on vacation for the last week and it's going to take me at least 
another week to catch up with all the stuff I normally do. :(  
  


[Citadel Development] Re:SVN commit log: revision 5255

2007-06-25 Thread dothebart


ok, it could be working that way. I think i made my way through it... s.b. needs to check ;-) was some cut'n'paste, i hope i've hit the right places... get the head, configure a room to require subject (or send it to an external address), the client should ask for it then before opening the editor.




[Citadel Development] SVN commit log: revision 5255

2007-06-25 Thread Citadel commit log

r5255 | dothebart | 2007-06-25 17:53:00 -0400 (Mon, 25 Jun 2007) | 2 lines
Changed paths:
   M /trunk/citadel/client_chat.c
   M /trunk/citadel/messages.c
   M /trunk/citadel/messages.h

* if a message subject is required, ask the user for it before opening the 
editor.




[Citadel Development] (no subject)

2007-06-25 Thread IGnatius T Foobar
The first parameter it returns is the screen name you are using to post 
the message.  We don't look at that right now, but we should.  It's not 
terribly important though.  
   
 Ok, so the next thing you should do is, evaluate that return value, and 
if it is nonzero, prompt for a subject.  This should happen *after* 
prompting for recipients, in case the presence of one or more Internet 
email recipients caused the subject to be required.