[Evolution-hackers] Status report

2002-04-19 Thread Jeffrey Stedfast

I haven't been so good about writing a weekly status report... ugh.

Since I don't feel like figuring out when the last time I wrote a status
report was, and because I have plenty of stuff to say for this past
week, I won't bother with previous weeks. Just check the ChangeLogs :-)

Here's what I did this past week:

Spent a lot of time purifying, plugging memory leaks and fixing bugs
here and there.

Among the various bugs fixed:

#22328 - crash when closing a message-browser before it had a chance to
render the message

#23635 - remove Delivered-To headers when redirecting a message so that
QMail doesn't get confused.

#23583 - handle broken multipart/signed parts that decided to add extra
mime parts to the multipart/signed after the signature part. ie, don't
assume that the last part is the application/pgp-signature.

- Made it so that the sensitiveness of the advanced settings of the
signature editor corresponded to the Advanced Options checkbox.

- Fixed the Score is ... filter xml so that is was actually is and
not less-than

#23676 - Allow boundary= rather than aborting the write_to_stream()
causing a Failed to append message to file://blah/Inbox: success
error. Since our parser can handle boundary=, so should the code that
writes a multipart back out. Granted, this message was not a true
multipart and so isn't a good example but whatever :-)

- Fixed searching in a vFolder on solaris boxen which would crash
because a vFolder's 'expression' was NULL.

- Implemented camel_gethostbyaddr() to go side-by-side with
camel_gethostbyname(). This uses another new function I wrote,
e_gethostbyaddr() to wraps the system's gethostbyaddr_r() or else
implemets it depending. This fixes CamelSmtpTransport::smtp_helo()
function that was using gethostbyaddr() which is not a good idea in a
threaded environment *sigh*.

- Applied more MacOS X/Darwin patches.


Among the memory leaks plugged:

- after setting the data to be dd'd, free the temporary GByteArray.

- unref the GdkGC used to make a colour icon thingy for the Labels
submenu.

- free the xev-format string.

- several memory leaks fixed in the signature editor code.


Among the memory corruption bugs fixed:

- ref the prefs widget before passing off to the shell to display since
we were unreffing it in the destroy callback.


Other stuff:

- Re-added the News editor gui code and made it so that --enable-nntp
would build it.


Jeff

-- 
Jeffrey Stedfast
Evolution Hacker - Ximian, Inc.
[EMAIL PROTECTED]  - www.ximian.com


___
evolution-hackers maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution-hackers



Re: [Evolution] Stripping .sig's in replies

2002-04-19 Thread Rob Walker

On Thu, 2002-04-18 at 14:00, Jeffrey Stedfast wrote:
 We took it out because users complained that it sometimes stripped part
 of some messages (where people put the magic string into the middle of
 the message rather than only using it for their signature).

I can see how that would violate the principle of least surprise.  :-)

However, what if you parsed back from the end of the message to the last
magic string, and then nuke from there to the end?  Wouldn't that keep
from nuking in-between message text?

Of course, this needs to be an option which can be turned on and off at
will.

Oh, wait a second, you said that this was due to people putting the
magic string (which is dash-dash-space -- , IIRC) in the middle of
their messages.  Well, that _is_ a problem.  Hrmmm.

Here are some options I thought of which might alleviate concerns on all
sides.

1.  Do the nuke-a-sig routine, but put that into a copy buffer, and
have a compose menu item or icon which is replace removed text, to put
it back in case of accident.

2.  Make the nuke-a-sig routine be something the user has to do by
hand in the compose buffer, with an icon or menu item or hot key.

3.  When nuke-a-sig is run, only have it highlight the text to be
removed.  Then the user can click elsewhere in the body to leave it
intact, or type a key (backspace/delete come to mind) to delete it.  Is
it possible to have non-contiguous highlight regions?  If so, this
option could highlight many copies of signatures, ready to be killed all
at once.

4.  When nuke-a-sig is run, start at the end of the message, and only
read back n (user configurable?) lines to get to the delimiter.

I don't know if any of those are feasable or not, but I think that
nuke-a-sig would help to set this mail reader apart from other mail
readers.  I know that the first time I saw that happen (it might have
even been in evolution), I thought, wow, that's cool, why doesn't
everyone else do this?

rob


___
evolution maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution



Re: [Evolution] Stripping .sig's in replies

2002-04-19 Thread Tuomas Kuosmanen

On Fri, 2002-04-19 at 09:22, Rob Walker wrote:
However, what if you parsed back from the end of the message to the last
magic string, and then nuke from there to the end?  Wouldn't that keep
from nuking in-between message text?

Then again, nothing guarantees that the signature *does* contain the
magic string...

Tuomas

- - -


.---  [EMAIL PROTECTED] .|\,/|  [EMAIL PROTECTED] 
-.
+  www.ximian.com  -  ()-@@  ,   tigert.gimp.org 
+
`-  art director,  `--')/   a gimp artist 
---'




___
evolution maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution



[Evolution] (no subject)

2002-04-19 Thread Tobias Karlsson

Hello

Is it possible to change the adressbook that pilot-sync uses. I would
like to sync the pilot against my LDAP server were all my adresses are
rather than the local adressbook.

/Tobias

___
evolution maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution



Re: [Evolution] How to access IMAP folders not starting with INBOX?

2002-04-19 Thread Kai Großjohann

[EMAIL PROTECTED] (Kai Großjohann) writes:

 When I look at the list of IMAP folders, it shows me INBOX (which is
 the INBOX folder) and foo (which is the INBOX.foo folder).

 But I also have ir.bar folders, which are not shown.  How can I show
 them?

It turned out there was an option called override server-supplied
folder namespace which I had turned on.  I turned it off, now it
works.  Very nice.

But still, what I actually want to do with Evolution is to share
calendar files.  It doesn't seem to be possible to put a calendar file
on the IMAP server :-) And we don't have Microsoft Exchange.  I hope
it's possible somehow.

kai
-- 
Silence is foo!

___
evolution maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution



[Evolution] Setting up Local Inbox

2002-04-19 Thread scott andrew wallace



Hi,
I'm new to using evolution, and it seems like a great improvement
over my current mail/calendar combo.  However, there is one thing that I
can't quite figure out.  It seems like evolution expects you to have a
bunch of information on your local machine, in particular, an Inbox.  Why
is this?  All my mail is stored remotely; I can set up an IMAP account,
but is there anyway to either get rid of that Local Inbox, or better yet
replace it with my imap box, or have it point to my imap box?

This brings me to a second question, when I ran evolution for the
first time I wasn't sure how much I would like it, so I didn't really
spend any time thinking through the setup.  I was wondering if I could
have solved my problem if I had been more careful, so I tried looking for
evolution config files to delete.  Where are they? If I rename my
~/evolution folder, and anything with a related name in ~/.gnome evolution
still seems to know all about me and my initial setup


Thanks for the help,

Scott


___
evolution maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution



Re: [Evolution] (no subject)

2002-04-19 Thread Christophe Zwecker

yeah,

and is it possible to have the ldap adressbock I setpu in address
sources be default so I add adreesses to that instead thr local one ? to
use that as default when typing the adress when composing new mail ?

Christophe

On Fri, 2002-04-19 at 09:44, Tobias Karlsson wrote:
 Hello
 
 Is it possible to change the adressbook that pilot-sync uses. I would
 like to sync the pilot against my LDAP server were all my adresses are
 rather than the local adressbook.
 
 /Tobias
 
 ___
 evolution maillist  -  [EMAIL PROTECTED]
 http://lists.ximian.com/mailman/listinfo/evolution
-- 
Christophe Zwecker mail: [EMAIL PROTECTED]
Hamburg, Germanyfon: +49 179 3994867
http://www.zwecker.de

Who is General Failure ?  And why is he reading my disk ??


___
evolution maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution



Re: [Evolution] Mark all as Read - Query.

2002-04-19 Thread Anthony E. Greene

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Thu, Apr 18, 2002 at 11:04:49PM -0700, Rob Walker wrote:
On Thu, 2002-04-18 at 13:41, Janus Christensen wrote:
 On Thu, 2002-04-18 at 05:32, Rob Brown-Bayliss wrote:

 But, yeah, I guess one shouldn't be surprised if Microsoft steals the
 idea. Maybe Ximian should patent the concept?

I think that software patents are a very yucky thing, and are being used
in a very bad way.  However, if it is good for the goose, it is good for
the gander, and a I think a good use of software patents would be to
secure the use of technology to open source software.  It is a shame
that they (restriction of the flow of information via legal means, aka
software patents) must be used, but I think they are needed to keep
software available.

In the U.S., there is a patent that can be used to allow anyone to use the
idea. I seem to remember that it is something like registering a prior art
with the Patent Office so that no one can try to get a restrictive patent
on the idea -- the USPTO version of copyleft. 

Using this process was suggested when Tim O'Rielly (O'Rielly Books) and
Jeff Bezos (Amazon.com) had a big discussion about software patents a year
or so ago.


Tony
- -- 
Anthony E. Greene mailto:[EMAIL PROTECTED]%3E
OpenPGP Key: 0x6C94239D/7B3D BD7D 7D91 1B44 BA26 C484 A42A 60DD 6C94 239D
AOL/Yahoo Chat: TonyG05 HomePage: http://www.pobox.com/~agreene/
Linux. The choice of a GNU generation http://www.linux.org/

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: Anthony E. Greene [EMAIL PROTECTED] 0x6C94239D

iD8DBQE8wAE7pCpg3WyUI50RAhVgAKDcu3q6iAbGveoMy4aJy6qgFhA5lQCg8gPd
NPNborwA7Mm6TII2Ix5IUfA=
=6S2A
-END PGP SIGNATURE-

___
evolution maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution



Re: [Evolution] Mark all as Read - Query.

2002-04-19 Thread Adrian 'Dagurashibanipal' von Bidder

(sorry Anthony, I meant to reply here)

On Fri, 2002-04-19 at 13:36, Anthony E. Greene wrote:

 In the U.S., there is a patent that can be used to allow anyone to use
 the idea. I seem to remember that it is something like registering a 
 prior art with the Patent Office so that no one can try to get a
 restrictive patent on the idea -- the USPTO version of copyleft. 

Isn't the prior art business just the thing about having *not* to do
anything until a patent is filed on some idea? *Then* you can cause the
patent to be void if you can prove that you've been using the idea for
ages?

Or is 'filing prior art' used to get that prove for a certainty for
ideas where it's perhaps difficult to prove that you had the idea first?

cheers
-- vbi



-- 
I sign e-mail using OpenPGP (rfc2440) compliant software.



signature.asc
Description: This is a digitally signed message part


Re: [Evolution] Setting up Local Inbox

2002-04-19 Thread Not Zed

Just setup imap, and well, ignore 'inbox'.  I'm sure you can do it, its
not that hard, really.

On Fri, 2002-04-19 at 20:50, scott andrew wallace wrote:
 
 
 Hi,
   I'm new to using evolution, and it seems like a great improvement
 over my current mail/calendar combo.  However, there is one thing that I
 can't quite figure out.  It seems like evolution expects you to have a
 bunch of information on your local machine, in particular, an Inbox.  Why
 is this?  All my mail is stored remotely; I can set up an IMAP account,
 but is there anyway to either get rid of that Local Inbox, or better yet
 replace it with my imap box, or have it point to my imap box?
 
   This brings me to a second question, when I ran evolution for the
 first time I wasn't sure how much I would like it, so I didn't really
 spend any time thinking through the setup.  I was wondering if I could
 have solved my problem if I had been more careful, so I tried looking for
 evolution config files to delete.  Where are they? If I rename my
 ~/evolution folder, and anything with a related name in ~/.gnome evolution
 still seems to know all about me and my initial setup
 
 
   Thanks for the help,
 
   Scott
 
 
 ___
 evolution maillist  -  [EMAIL PROTECTED]
 http://lists.ximian.com/mailman/listinfo/evolution


___
evolution maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution



Re: [Evolution] dynamic auto-fetch frequency?

2002-04-19 Thread Not Zed


You could simple click 'get mail' more often.


On Fri, 2002-04-19 at 14:26, Ben FrantzDale wrote:
 Here's an idea. If people like it I'll put it into bugzilla.
 
 Motivation:
 My mail volume is irregular. When a mailing list dives into a busy
 thread, I can get a message a minute or more. Other times (like at 4AM)
 I get a message an hour. When traffic is high I find myself hitting
 send/recieve to see if there's new mail.
 
 Solution:
 Rather than having one frequency at which to check mail (eg: every 10
 minutes), give evolution a lower and upper bound on mail-check
 frequency. Once evolution has downloaded mail, calculate the current
 message frequency: X messages per minute. Then check mail again in
 min(upper_bound,max(C*X, lower_bound)), where C is some constant. This
 would mean you'd predict to get C messages on the next check. The
 lower_bound would keep you from hammering your mail server and the upper
 bound would prevent it from going hours without checking.
 
 Disadvantage:
 It would make the dialog to control mail fetching frequency more
 complex.
 
 What do you think? Is this crazy or a decent idea?
 
 --Ben
 
 


___
evolution maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution



Re: [Evolution] Setting up Local Inbox

2002-04-19 Thread Pascal DeMilly

Scott,

If you are using the shortcut bar, just remove the Inbox shortcut and
copy from your folder view the Inbox folder of your IMAP account. Then
it will look as if your default Inbox is your IMAP Inbox.

Pascal

On Fri, 2002-04-19 at 04:20, scott andrew wallace wrote:
 
 
 Hi,
   I'm new to using evolution, and it seems like a great improvement
 over my current mail/calendar combo.  However, there is one thing that I
 can't quite figure out.  It seems like evolution expects you to have a
 bunch of information on your local machine, in particular, an Inbox.  Why
 is this?  All my mail is stored remotely; I can set up an IMAP account,
 but is there anyway to either get rid of that Local Inbox, or better yet
 replace it with my imap box, or have it point to my imap box?
 
   This brings me to a second question, when I ran evolution for the
 first time I wasn't sure how much I would like it, so I didn't really
 spend any time thinking through the setup.  I was wondering if I could
 have solved my problem if I had been more careful, so I tried looking for
 evolution config files to delete.  Where are they? If I rename my
 ~/evolution folder, and anything with a related name in ~/.gnome evolution
 still seems to know all about me and my initial setup
 
 
   Thanks for the help,
 
   Scott
 
 
 ___
 evolution maillist  -  [EMAIL PROTECTED]
 http://lists.ximian.com/mailman/listinfo/evolution



___
evolution maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution



Re: [Evolution] dynamic auto-fetch frequency?

2002-04-19 Thread Anthony E. Greene

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Fri, Apr 19, 2002 at 09:28:10PM +0930, Not Zed wrote:

You could simple click 'get mail' more often.

Or he could setup cron to run fetchmail more often at different parts of
the day. I've done exactly that for the reasons described.


Tony
- -- 
Anthony E. Greene mailto:[EMAIL PROTECTED]%3E
OpenPGP Key: 0x6C94239D/7B3D BD7D 7D91 1B44 BA26 C484 A42A 60DD 6C94 239D
AOL/Yahoo Chat: TonyG05 HomePage: http://www.pobox.com/~agreene/
Linux. The choice of a GNU generation http://www.linux.org/

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: Anthony E. Greene [EMAIL PROTECTED] 0x6C94239D

iD8DBQE8wB39pCpg3WyUI50RArgaAKC30YoHPd0OTHbeDiUqwzAhMXfF9QCff12Y
R20/1F3lzJkh2cXMX5ptXcY=
=bFnX
-END PGP SIGNATURE-

___
evolution maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution



Re: [Evolution] Stripping .sig's in replies

2002-04-19 Thread Jason Kohles

On Fri, 2002-04-19 at 10:19, Dan Winship wrote:
  4.  When nuke-a-sig is run, start at the end of the message, and only
  read back n (user configurable?) lines to get to the delimiter.
 
 There's no reason to make it user configurable. And I'd suggest 5 for
 n.
 
That's a good reason to make it configurable, I'd argue that the bigger
the sig, the more it needs stripping.

-- 
Jason Kohles [EMAIL PROTECTED]
Senior System Architect
Red Hat Professional Consulting  http://www.redhat.com/


___
evolution maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution



Re: [Evolution] (no subject)

2002-04-19 Thread Dan Winship

If you aren't using Connector, you can use a kludge that was tossed into
Evo 1.0 at the last minute for it. Quit evolution, run killev, and
open ~/evolution/config.xmldb. Add a section:

  section path=/Addressbook
entry name=default_book_uri type=string value=LDAPURL/
  /section

See:
http://support.ximian.com/cgi-bin/ximian.cfg/php/enduser/std_adp.php?p_refno=011207-05
for an example LDAP URL. (That article explains how to set up LDAP
autocompletion in the composer, which is something else you might want
to do.)

In Evo 1.2, this is much easier. You just go into the global config
dialog, select Default Folders, and pick a new default contacts
folder.

-- Dan

On Fri, 2002-04-19 at 07:25, Christophe Zwecker wrote:
 yeah,
 
 and is it possible to have the ldap adressbock I setpu in address
 sources be default so I add adreesses to that instead thr local one ? to
 use that as default when typing the adress when composing new mail ?
 
 Christophe
 
 On Fri, 2002-04-19 at 09:44, Tobias Karlsson wrote:
  Hello
  
  Is it possible to change the adressbook that pilot-sync uses. I would
  like to sync the pilot against my LDAP server were all my adresses are
  rather than the local adressbook.
  
  /Tobias
  
  ___
  evolution maillist  -  [EMAIL PROTECTED]
  http://lists.ximian.com/mailman/listinfo/evolution
 -- 
 Christophe Zwecker mail: [EMAIL PROTECTED]
 Hamburg, Germanyfon: +49 179 3994867
 http://www.zwecker.de
 
 Who is General Failure ?  And why is he reading my disk ??
 
 
 ___
 evolution maillist  -  [EMAIL PROTECTED]
 http://lists.ximian.com/mailman/listinfo/evolution


___
evolution maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution



[Evolution] Searching all local folders for 1 string?

2002-04-19 Thread Austin Gonyou

How do I do this. I can't seem to find a way. Am I just missing
something?
TIA.
-- 
Austin Gonyou
Systems Architect, CCNA
Coremetrics, Inc.
Phone: 512-698-7250
email: [EMAIL PROTECTED]

It is the part of a good shepherd to shear his flock, not to skin it.
Latin Proverb



signature.asc
Description: This is a digitally signed message part


Re: [Evolution] Stripping .sig's in replies

2002-04-19 Thread Dan Winship

 4.  When nuke-a-sig is run, start at the end of the message, and only
 read back n (user configurable?) lines to get to the delimiter.

There's no reason to make it user configurable. And I'd suggest 5 for
n.

-- Dan


___
evolution maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution



Re: [Evolution] Searching all local folders for 1 string?

2002-04-19 Thread Russell Steinthal

On Fri, 2002-04-19 at 12:14, Austin Gonyou wrote:
 How do I do this. I can't seem to find a way. Am I just missing
 something?

It's not the most intuitive way of handling it in the world, IMHO, but
you can use Create Virtual Folder From Search... on the Search menu to
define a vfolder, and then open that folder for the results of the
search.  That means you need to delete the VFolder (note: *not* the
messages in it) when you're done, however.

I'm going to see if this is in Bugzilla, because it seems like a
reasonable (and not to difficult to implement, given that the vfolder
code is already there) feature.

-- 
Russell Steinthal   Columbia Law School, Class of 2002
[EMAIL PROTECTED]Columbia College, Class of 1999
[EMAIL PROTECTED]UNIX System Administrator, nj.org

___
evolution maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution



Re: [Evolution] Template messages

2002-04-19 Thread Russell Steinthal

On Fri, 2002-04-19 at 13:00, Dennis Slice wrote:
 I posted this yesterday, but it hasn't come through, yet.
 
 Could someone provide or point me towards information on setting up
 messages templates from a specific account in Evolution.
 
 I manage a mailing list and would like to bring up new messages
 automatically addressed to the list with the approval password,
 signature, and other majordomo commands already in place. This work is
 NOT done from my default mail account.
 
 Sorry if this turns out to be a dup.

IIRC, there was at least rudimentary support for this in one of the
pre-1.0 development versions, but it looks like it's been dropped out at
this point.  So unfortunately, it seems that it can't be done right now,
in either 1.0 or the 1.1.x development versions...

I'd be happy to be corrected by someone at Ximian, though, since this is
definitely a much needed (recently downgraded from must have) feature
for me.  (I'm also a moderator, in my case of a Usenet newsgroup.) 
 
-- 
Russell Steinthal   Columbia Law School, Class of 2002
[EMAIL PROTECTED]Columbia College, Class of 1999
[EMAIL PROTECTED]UNIX System Administrator, nj.org

___
evolution maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution



Re: [Evolution] How to access IMAP folders not starting with INBOX?

2002-04-19 Thread Dan Winship

 But still, what I actually want to do with Evolution is to share
 calendar files.  It doesn't seem to be possible to put a calendar file
 on the IMAP server :-) And we don't have Microsoft Exchange.  I hope
 it's possible somehow.

There is no reason to use IMAP for this. IMAP is optimized for handling
email, and if you're not using email, it's not really much better than
ftp.

For instance, you want to be able to ask the server, tell me everything
that's happening today so you can fill in today on the calendar. But
since you may have recurring appointments, the server needs to
understand the format of the data in your calendar. Since an IMAP server
wouldn't, this means that every time you open the calendar, you need to
download the entire contents to the client. Hence, no improvement over
just ftp'ing your calendar around.

And also, the IMAP code is entirely inside evolution-mail, and the
calendar has no access to it. So you'd either have to have the mailer
pass data back and forth to the calendar, or have the calendar also link
against the imap code. And *then* you have to deal with the fact that
some IMAP servers won't let you make multiple simultaneous connections.

Overall, it's just not a win.

-- Dan


___
evolution maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution



Re: [Evolution] mouse pointer freeze

2002-04-19 Thread Rob Brown-Bayliss

On Thu, 2002-04-18 at 17:45, Rob Brown-Bayliss wrote:
For any one interested a new snapshot has made the issue disapear...

 
-- 

  Rob  Brown-Bayliss
 ---==oo==---
   http://zoism.org

___
evolution maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution



Re: [Evolution] Stripping .sig's in replies

2002-04-19 Thread Dan Winship

On Fri, 2002-04-19 at 10:38, Jason Kohles wrote:
 On Fri, 2002-04-19 at 10:19, Dan Winship wrote:
   4.  When nuke-a-sig is run, start at the end of the message, and only
   read back n (user configurable?) lines to get to the delimiter.
  
  There's no reason to make it user configurable. And I'd suggest 5 for
  n.
  
 That's a good reason to make it configurable, I'd argue that the bigger
 the sig, the more it needs stripping.

Then that's a lousy reason to make it configurable. Having a
configuration option means we think some people only want to strip
small signatures, but other people want to strip large signatures too,
so you can decide.

What you're arguing for is it shouldn't be based on the number of
lines, you just need to have a smarter algorithm

-- Dan


___
evolution maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution



Re: [Evolution] Stripping .sig's in replies

2002-04-19 Thread Jason Kohles

On Fri, 2002-04-19 at 10:49, Dan Winship wrote:
 On Fri, 2002-04-19 at 10:38, Jason Kohles wrote:
  On Fri, 2002-04-19 at 10:19, Dan Winship wrote:
4.  When nuke-a-sig is run, start at the end of the message, and only
read back n (user configurable?) lines to get to the delimiter.
   
   There's no reason to make it user configurable. And I'd suggest 5 for
   n.
   
  That's a good reason to make it configurable, I'd argue that the bigger
  the sig, the more it needs stripping.
 
 Then that's a lousy reason to make it configurable. Having a
 configuration option means we think some people only want to strip
 small signatures, but other people want to strip large signatures too,
 so you can decide.
 
Well, if you want to only strip sigs shorter than 5 lines, and I want to
strip sigs larger than that, then apparently some people only want to
strip small signatures, but other people want to strip large signatures
too is true.

 What you're arguing for is it shouldn't be based on the number of
 lines, you just need to have a smarter algorithm
 
No, I'm arguing that if it is going to be based on the number of lines,
then the number of lines should be configurable.

-- 
Jason Kohles [EMAIL PROTECTED]
Senior System Architect
Red Hat Professional Consulting  http://www.redhat.com/


___
evolution maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution



Re: [Evolution] How to access IMAP folders not starting with INBOX?

2002-04-19 Thread Dan Winship

On Fri, 2002-04-19 at 12:38, Kai Großjohann wrote:
 Dan Winship [EMAIL PROTECTED] writes:
 
  But still, what I actually want to do with Evolution is to share
  calendar files.  It doesn't seem to be possible to put a calendar file
  on the IMAP server :-) And we don't have Microsoft Exchange.  I hope
  it's possible somehow.
 
  There is no reason to use IMAP for this. IMAP is optimized for handling
  email, and if you're not using email, it's not really much better than
  ftp.
 
 Alright, alright.  Just a feeble attempt at making a joke.

Well, someone suggests it every few months.

-- Dan


___
evolution maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution



[Evolution] transient error messages

2002-04-19 Thread Steven Tryon

Is there a way to get Evolution to log transient errors (server not
available and such) or display them on a status line rather than popping
up a message box?

I am typically accessing more than one mail server and it isn't uncommon
for one of them to be unavailable.

Steve
-- 
Steven Tryon
[EMAIL PROTECTED]
ICQ 102798975


___
evolution maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution



Re: [Evolution] Template messages

2002-04-19 Thread Dan Winship

 IIRC, there was at least rudimentary support for this in one of the
 pre-1.0 development versions

You recall incorrectly, although some people have suggested saving
drafts and then re-editting them to get this functionality.

-- Dan


___
evolution maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution



Re: [Evolution] Searching all local folders for 1 string?

2002-04-19 Thread Austin Gonyou

NP. THX

On Fri, 2002-04-19 at 12:53, Russell Steinthal wrote:
 On Fri, 2002-04-19 at 12:14, Austin Gonyou wrote:
  How do I do this. I can't seem to find a way. Am I just missing
  something?
 
 It's not the most intuitive way of handling it in the world, IMHO, but
 you can use Create Virtual Folder From Search... on the Search menu to
 define a vfolder, and then open that folder for the results of the
 search.  That means you need to delete the VFolder (note: *not* the
 messages in it) when you're done, however.
 
 I'm going to see if this is in Bugzilla, because it seems like a
 reasonable (and not to difficult to implement, given that the vfolder
 code is already there) feature.
 
 -- 
 Russell Steinthal Columbia Law School, Class of 2002
 [EMAIL PROTECTED]  Columbia College, Class of 1999
 [EMAIL PROTECTED]  UNIX System Administrator, nj.org
-- 
Austin Gonyou
Systems Architect, CCNA
Coremetrics, Inc.
Phone: 512-698-7250
email: [EMAIL PROTECTED]

It is the part of a good shepherd to shear his flock, not to skin it.
Latin Proverb



signature.asc
Description: This is a digitally signed message part


[Evolution] Pilot Link Finally Working!

2002-04-19 Thread Ben FrantzDale

I've asked this list several times (probably more than 5) for help
synching my pilot. After long last I got it working so I figured I'd
explain what was going on.

I got this IBM ThinkPad 600E in 1999. Pilot synch worked fine in Windows
but never once in linux.

When setting up the pilot in the control center, it would always act as
though the serial cable were unpluged---I changed permissions, etc. but
nothing.

It turned out that the serial port was disabled. The only way to fix
this is using a DOS program called ps2.exe which is available from IBM
as part of a self-extracting EXE, uttcpdos.exe. I was able to use DOSemu
to create a boot disk, extract uttcpdos.exe, and copy ps2.exe onto a
floppy.

Rebooting into DOS for real (not dosemu), running 
A:\ ps2 serial on
then
A:\ ps2 sera enable
[sic]
and then rebooting into Linux, everything just plian worked.

Some of this stuff is speciffic to a family of ThinkPads, but in
general, if your computer is acting like it's not connected to the
pilot, hunt around (I recomend google groups) and see if your ports
aren't disabled.

--Ben



signature.asc
Description: This is a digitally signed message part


Re: [Evolution] Template messages

2002-04-19 Thread Russell Steinthal

On Fri, 2002-04-19 at 14:17, Dan Winship wrote:
  IIRC, there was at least rudimentary support for this in one of the
  pre-1.0 development versions
 
 You recall incorrectly, although some people have suggested saving
 drafts and then re-editting them to get this functionality.

Ah, you're right, that's what it was.  Sorry for any confusion.

-- 
Russell Steinthal   Columbia Law School, Class of 2002
[EMAIL PROTECTED]Columbia College, Class of 1999
[EMAIL PROTECTED]UNIX System Administrator, nj.org

___
evolution maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution



Re: [Evolution] How to access IMAP folders not starting with INBOX?

2002-04-19 Thread Kai Großjohann

Dan Winship [EMAIL PROTECTED] writes:

 But still, what I actually want to do with Evolution is to share
 calendar files.  It doesn't seem to be possible to put a calendar file
 on the IMAP server :-) And we don't have Microsoft Exchange.  I hope
 it's possible somehow.

 There is no reason to use IMAP for this. IMAP is optimized for handling
 email, and if you're not using email, it's not really much better than
 ftp.

Alright, alright.  Just a feeble attempt at making a joke.

kai
-- 
Silence is foo!

___
evolution maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution



Re: [Evolution] Stripping .sig's in replies

2002-04-19 Thread Rob Walker

On Thu, 2002-04-18 at 23:43, Tuomas Kuosmanen wrote:
 On Fri, 2002-04-19 at 09:22, Rob Walker wrote:
 However, what if you parsed back from the end of the message to the last
 magic string, and then nuke from there to the end?  Wouldn't that keep
 from nuking in-between message text?
 
 Then again, nothing guarantees that the signature *does* contain the
 magic string...

If the magic string doesn't exist in the email at all, then no signature
(like yours) would be nuked.  

I could see the following heuristic working on your email:

1.  search from end to beginning, is there a -- ?  no
2.  what is the name of the author? Tuomas Kuosmanen
3.  Search backwards, can we find either part or all of this name
(Tuomas, Kuosmanen, or Tuomas Kuosmanen) on one line all alone?  yes
4.  Highlight from the character following this string to the end of the
message, asking the user if this is the signature, and if they want to
remove it.  yes

5.  store this string - - - in the address book with your entry as
your preferred signature string, so whenever an email comes in from you,
check for - - - right after checking for --  in the future.  :-)

rob



___
evolution maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution



Re: [Evolution] Stripping .sig's in replies

2002-04-19 Thread Rob Walker

On Fri, 2002-04-19 at 09:26, Brad Felmey wrote:
 On Fri, 2002-04-19 at 10:09, Jason Kohles wrote:
 snip
 
 PMJI,
 
 Actually, the best system I've seen for this is Forte Agent's (Win32
 NNTP client) method. If part of the message is whacked by the sigsnip,
 you can cancel and then do reply or forward with the text highlighted,
 and it disables the sigsnip.

Waitaminit...  That's what I was saying...  :-)

As far as configure or not, here is an impossible thought.  Have an
advanced sigsnip option, which will pipe it through an app (local
command).  Then all of us can go crazy with whatever sigsnipping we want
in whatever algorithm wanted.  Then we can post these apps here on this
list, and they might even find their way into the contrib evolution
stuff.

shrug

rob

PS.  Those (semi-)weekly status reports are the greatest thing since
sliced bread.


___
evolution maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution