[Evolution] Cyrus Imapd ACL support
Hi All, 2 questions. 1. Does Evolution support the IDLE extension/server/service of cyrus-imap? I believe it's an automatic push to the email client that new email has arrived? (or do i have to trigger it via the "check email every X min" 2. Does Evo support publishing ACL of a cyrus imap mailbox? Meaning stuffs like sharing the folder to userA+userD. Allow "anyone" posting permission for direct posting to specific folder etc? Thanks. -- Ow Mun Heng Gentoo/Linux on DELL D600 1.4Ghz 1.5GB RAM 98% Microsoft(tm) Free!! Neuromancer 16:51:11 up 1 day, 9:29, 3 users, load average: 1.75, 1.75, 1.35 ___ Evolution-list mailing list Evolution-list@gnome.org http://mail.gnome.org/mailman/listinfo/evolution-list
[Evolution] Links in emails
What does Evolution do with Windows links in emails? for example \\servername\sharename It sees it as a link, but when I click on it it does nothing. Replacing the \\ \ to // / works? --- E-mail Disclaimer http://www.sunspace.co.za/emaildisclaimer.htm ___ Evolution-list mailing list Evolution-list@gnome.org http://mail.gnome.org/mailman/listinfo/evolution-list
Re: [Evolution] Message Priority Button
On Thu, 2006-03-30 at 01:36, Barry Clearwater wrote: > Agree with this, configurable buttons would be great. Firefox has them > and is a good feature, although I never use the move buttons, I just > drag and drop. Much easier. I also like the idea that the junk buttons > could affect the server side spam filter, telling it to add the mail to > ham, or whitelist the sender or some other feature of the mail. Well, I don't really want a totally configurable Evolution. What I like in GNOME apps, on the contrary, is that they are quite simple and to the point (e.g. compare Thoggen to dvd::rip). However, being able to adapt Evo "junk" buttons to a server-side spam filter would be a big plus. Xav ___ Evolution-list mailing list Evolution-list@gnome.org http://mail.gnome.org/mailman/listinfo/evolution-list
Re: [Evolution] color stripes in folder tree background (where are they ?)
On mar, 2006-03-28 at 23:16 +0200, Charles Bueche wrote: > On mar, 2006-03-28 at 12:31 -0400, Patrick O'Callaghan wrote: > > On Tue, 2006-03-28 at 14:54 +0200, Charles Bueche wrote: > > > On Tue, 2006-03-28 at 07:37 -0400, Patrick O'Callaghan wrote: > > > > On Tue, 2006-03-28 at 10:41 +0200, Charles Bueche wrote: > > > > > On Tue, 2006-03-28 at 13:28 +0530, Parthasarathi Susarla wrote: > > > > > > On Tue, 2006-03-28 at 08:31 +0200, Charles Bueche wrote: > > > > > > > Hi, > > > > > > > > > > > > > > I'm running evolution 2.4.2.1 on gentoo. The mail headers have > > > > > > > alternating white and grey background stripes. The folder tree > > > > > > > background is all white. > > > > > > > > > > > > > > My coleagues has evo 2.4.1 on kubuntu, and the folder tree has > > > > > > > alternating blue and white stripes. How can I get these ? > > > > > > > > > > > They are based on the window manager theme you are using. try > > > > > > changing > > > > > > the theme. > > > > > > > > > > Hi, > > > > > > > > > > thanks for the hint, but is this the case for KDE as well ? I can > > > > > change > > > > > the theme without any impact on evo (even after restarts). > > > > > > > > Since Evo is a Gnome application, you need to change the Gnome theme. > > > > Under KDE you can run gnome-control-center (from a Shell) and click on > > > > the appropriate button. This will affect all your Gnome apps but not the > > > > KDE ones. Same goes for font changes. > > > > > > oh, yes, thanks. Now I've got another problem : gnome-control-center > > > shows a white window without any icon. > > > > > > When I start it as root, it shows all icons (but doesn't change my own > > > theme of course). > > > > > > Hints welcome... > > > > No idea. Looks like your Gnome config is blagged in some way, but I use > > KDE myself. Maybe calling gnome-theme-manager directly from the Shell? > > that worked, sort of. I can swap themes, but I can't find the cool > white/blue background stripes in my choices. Anyway, I guess this theme > is a kubuntu speciality. Here is the fix for gnome-control-center showing an empty window : http://forums.gentoo.org/viewtopic-t-398230-highlight-gnomecontrolcenter.html This will for sure help a few of the Evo-in-KDE users. Charles ___ Evolution-list mailing list Evolution-list@gnome.org http://mail.gnome.org/mailman/listinfo/evolution-list
Re: [Evolution] Message Priority Button
On Thu, 2006-03-30 at 14:34 +0200, Xavier Bestel wrote: > > However, being able to adapt Evo "junk" buttons to a server-side spam > filter would be a big plus. I did that by writing a script and putting it in ~/bin/sa-learn where I have ~/bin/ in the front of my PATH. My custom sa-learn script then takes it's input and uses ssh to execute it as the stdin of a process on a remote server via ssh. It decides which server and what process to run there based on the X-Evolution-Source: header. b. -- My other computer is your Microsoft Windows server. Brian J. Murrell signature.asc Description: This is a digitally signed message part ___ Evolution-list mailing list Evolution-list@gnome.org http://mail.gnome.org/mailman/listinfo/evolution-list
Re: [Evolution] Message Priority Button
On Thu, 2006-03-30 at 08:20 -0500, Brian J. Murrell wrote: > On Thu, 2006-03-30 at 14:34 +0200, Xavier Bestel wrote: [snip] > have ~/bin/ in the front of my PATH. That is a security risk. -- - Ron Johnson, Jr. Jefferson, LA USA "Politics [is] the art of achieving the maximum amount of freedom for individuals that is consistent with the maintenance of social order." Senator Barry Goldwater (R-AZ) ___ Evolution-list mailing list Evolution-list@gnome.org http://mail.gnome.org/mailman/listinfo/evolution-list
Re: [Evolution] Message Priority Button
On Thu, 2006-03-30 at 08:36 -0600, Ron Johnson wrote: > On Thu, 2006-03-30 at 08:20 -0500, Brian J. Murrell wrote: > > On Thu, 2006-03-30 at 14:34 +0200, Xavier Bestel wrote: > [snip] > > have ~/bin/ in the front of my PATH. > > That is a security risk. Are you thinking of ./ at the front of $PATH perhaps? As long as my ~/bin is only writable by me (and root of course), then any risk with somebody putting something in there for me to execute as me is moot because they have to be me to put something there and can do whatever it is that they are trying to fool me into doing anyway. My workstation is fairly trustable too. If you really have to be that paranoid about your system, then you can, as root of course, replace the sa-learn in one of the system bin directories. b. -- My other computer is your Microsoft Windows server. Brian J. Murrell signature.asc Description: This is a digitally signed message part ___ Evolution-list mailing list Evolution-list@gnome.org http://mail.gnome.org/mailman/listinfo/evolution-list
Re: [Evolution] Cyrus Imapd ACL support
On Thu, 2006-03-30 at 16:53 +0800, Ow Mun Heng wrote: > Hi All, > > 2 questions. > > 1. Does Evolution support the IDLE extension/server/service of > cyrus-imap? I believe it's an automatic push to the email client that > new email has arrived? (or do i have to trigger it via the "check email > every X min" Evolution does not support IDLE > > 2. Does Evo support publishing ACL of a cyrus imap mailbox? Meaning > stuffs like sharing the folder to userA+userD. Allow "anyone" posting > permission for direct posting to specific folder etc? Evolution does not upport ACLs > > Thanks. > -- Jeffrey Stedfast Evolution Hacker - Novell, Inc. [EMAIL PROTECTED] - www.novell.com ___ Evolution-list mailing list Evolution-list@gnome.org http://mail.gnome.org/mailman/listinfo/evolution-list
[Evolution] again... Viewing "next" Message...
Anyone, anyone... Does anyone know how to turn off the following behavior? I am reading an email and I click on the "Delete" icon at the top of the message. The next message in line automatically opens. Also, when I reply or forward a message, is there an option to close the original message? I submitted this question a few days ago, and haven't seen a single reply. Am I posting/looking in the right place? Is my question not "techie" enough to gain the attention from anyone? Any info would be greatly appreciated. Thank you. ___ Evolution-list mailing list Evolution-list@gnome.org http://mail.gnome.org/mailman/listinfo/evolution-list
Re: [Evolution] again... Viewing "next" Message...
On Thu, 2006-03-30 at 14:05 -0500, Chris Anspach wrote: > Anyone, anyone... > > Does anyone know how to turn off the following behavior? > > I am reading an email and I click on the "Delete" icon at the top of the > message. The next message in line automatically opens. > What would you expect then? Isn't it the most preferred operation. At least I prefer that. > Also, when I reply or forward a message, is there an option to close the > original message? > Hmm, This is a good one, I feel. You can raise a enh bug in bugzilla, if one is not there already -Srini > I submitted this question a few days ago, and haven't seen a single > reply. Am I posting/looking in the right place? Is my question not > "techie" enough to gain the attention from anyone? > > Any info would be greatly appreciated. > > Thank you. > > > > ___ > Evolution-list mailing list > Evolution-list@gnome.org > http://mail.gnome.org/mailman/listinfo/evolution-list ___ Evolution-list mailing list Evolution-list@gnome.org http://mail.gnome.org/mailman/listinfo/evolution-list
Re: [Evolution] Mail folder does not show 87 messages
Hello partha, There is nothing showing in the mail (view ctrl+1) If I do not open the Evolution Email program, but open webmail I can see my unread mail. If i open the evolution program it asks me for my pop password and when I type the password and press the enter key a message appears at the bottom left of the Evolution scrssn "Fetching Mail" If I then open webmail there are no longer any messages there. But nothin is seen in my Evolution inbox. Louis. -- View this message in context: http://www.nabble.com/Mail-folder-does-not-show-87-messages-t1362987.html#a3678992 Sent from the Gnome Evolution - General forum at Nabble.com. ___ Evolution-list mailing list Evolution-list@gnome.org http://mail.gnome.org/mailman/listinfo/evolution-list
Re: [Evolution] Mail folder does not show 87 messages
hi louis, Am Donnerstag, den 30.03.2006, 13:31 -0800 schrieb LouisD: > There is nothing showing in the mail (view ctrl+1) "in the mail" is vague. can you please attach a screenshot or point to one on the net? thanks, andre -- mailto:[EMAIL PROTECTED] | failed! http://www.iomc.de signature.asc Description: Dies ist ein digital signierter Nachrichtenteil ___ Evolution-list mailing list Evolution-list@gnome.org http://mail.gnome.org/mailman/listinfo/evolution-list
[Evolution] Mulriple Evo, same IMAP, read-status sync
Hi, I have one IMAP server, which is accessed by two different instances of Evolution on two separate computers (home and office). I do not close evolution when I go home, or to the office and leave both running all day/all night. The problem I have is as follows: 1. When a new mail arrives, both evolutions detect it and mark it in bold as unread 2. I read the mail on home-Evo, which then marks it as read (both locally, and at the server) 3. When I later go to the office, the mail is still marked unread in bold in office-Evo 4. Pressing Send&Receive to force a manual resync (one would hope) doesn't unmark the mails that have been read at home. 5. Restarting office-evolution does mark the mails as read locally (which were read at home). Is there a way to have a running version of Evolution resync the 'read' status of mail messages on an IMAP server. cheers, -- Saikat signature.asc Description: This is a digitally signed message part ___ Evolution-list mailing list Evolution-list@gnome.org http://mail.gnome.org/mailman/listinfo/evolution-list
Re: [Evolution] Mulriple Evo, same IMAP, read-status sync
On Thu, 2006-03-30 at 18:23 -0500, Saikat Guha wrote: > Hi, > > I have one IMAP server, which is accessed by two different instances of > Evolution on two separate computers (home and office). I do not close > evolution when I go home, or to the office and leave both running all > day/all night. The problem I have is as follows: The obvious solution is to log off when you leave, right? -- - Ron Johnson, Jr. Jefferson, LA USA "But Gates is a visionary. Very early in the history of the PC, he evolved a strikingly clear concept of where the industry was headed, and he has pursued that vision_despite many tactical setbacks_unwaveringly, relentlessly, and ruthlessly." www.stanford.edu/group/mmdd/SiliconValley/Ferguson/Chapter.5.html ___ Evolution-list mailing list Evolution-list@gnome.org http://mail.gnome.org/mailman/listinfo/evolution-list
[Evolution] "TT" formatting in emails
Hi, When I paste from an old email to compose a new one, I notice that the "TT" button toggles as I move my cursor through the message, although the button is grayed out. Does this have any effect on the formatting of my email? If so, how can I get rid of it? I was also wondering if Evolution is generally good with linebreaking, so that the recipients of my messages do not get lines of uneven length. Thank you!-- ==Ubuntu Linux 5.10 (Breezy Badger)OpenOffice.org build 1.9.125.1LyX 1.3.6Evolution 2.4.1 ___ Evolution-list mailing list Evolution-list@gnome.org http://mail.gnome.org/mailman/listinfo/evolution-list
Re: [Evolution] Mail folder does not show 87 messages
http://www.nabble.com/user-images/2617.jpeg Attached is the requested image. -- View this message in context: http://www.nabble.com/Mail-folder-does-not-show-87-messages-t1362987.html#a3683819 Sent from the Gnome Evolution - General forum at Nabble.com. ___ Evolution-list mailing list Evolution-list@gnome.org http://mail.gnome.org/mailman/listinfo/evolution-list
Re: [Evolution] again... Viewing "next" Message...
On Fri, 2006-03-31 at 00:59 +0530, Srinivasa Ragavan wrote: > On Thu, 2006-03-30 at 14:05 -0500, Chris Anspach wrote: > > Anyone, anyone... > > > > Does anyone know how to turn off the following behavior? > > > > I am reading an email and I click on the "Delete" icon at the top of the > > message. The next message in line automatically opens. > > > What would you expect then? Isn't it the most preferred operation. At > least I prefer that. No its not - the next message can be already read. Why open a message that was already read. I also keep messages unread so not to forget about them. Like all features I think it must be a option. So like it, some don't. --- E-mail Disclaimer http://www.sunspace.co.za/emaildisclaimer.htm ___ Evolution-list mailing list Evolution-list@gnome.org http://mail.gnome.org/mailman/listinfo/evolution-list
Re: [Evolution] Mulriple Evo, same IMAP, read-status sync
On Thu, 2006-03-30 at 17:42 -0600, Ron Johnson wrote: > On Thu, 2006-03-30 at 18:23 -0500, Saikat Guha wrote: > > I do not close > > evolution when I go home, or to the office and leave both running all > > day/all night. The problem I have is as follows: > > The obvious solution is to log off when you leave, right? Right. And since the original post explicitly said that I don't, it obviously said so for a reason. The question then becomes, am I correct in concluding that Evolution cannot properly sync with up with IMAP without a three-finger salute? cheers, -- Saikat signature.asc Description: This is a digitally signed message part ___ Evolution-list mailing list Evolution-list@gnome.org http://mail.gnome.org/mailman/listinfo/evolution-list
Re: [Evolution] Mulriple Evo, same IMAP, read-status sync
On Fri, 2006-03-31 at 08:39, Saikat Guha wrote: > The question then becomes, am I correct in concluding that Evolution > cannot properly sync with up with IMAP without a three-finger salute? You can choose "work offline" as a substitute. Evo will still run but will be deconnected from IMAP (and correctly sync everything). Xav ___ Evolution-list mailing list Evolution-list@gnome.org http://mail.gnome.org/mailman/listinfo/evolution-list
Re: [Evolution] Mulriple Evo, same IMAP, read-status sync
On Fri, 2006-03-31 at 09:42 +0200, Xavier Bestel wrote: > On Fri, 2006-03-31 at 08:39, Saikat Guha wrote: > > The question then becomes, am I correct in concluding that Evolution > > cannot properly sync with up with IMAP without a three-finger salute? > > You can choose "work offline" as a substitute. Evo will still run but > will be deconnected from IMAP (and correctly sync everything). Interesting, it works under Evo 2.2, but not under 2.6. i.e. I can mark messages read/unread on 2.6 and go offline/online on 2.2 and see the changes. But when I mark messages on 2.2 and go offline/online on 2.6 the changes are not reflected. The changes are reflected when I restart 2.6 cheers, -- Saikat signature.asc Description: This is a digitally signed message part ___ Evolution-list mailing list Evolution-list@gnome.org http://mail.gnome.org/mailman/listinfo/evolution-list