bugzilla-daemon | 2 Jan 2004 12:21
Picon

[Bug 864] New: threading on every access of folder is very slow with IMAP

http://zeitlin.homeunix.com/cgi-bin/mbugs/show_bug.cgi?id=864

           Summary: threading on every access of folder is very slow with
                    IMAP
           Product: Mahogany
           Version: from CVS
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P3
         Component: General mailbox&news access
        AssignedTo: mahogany-developers <at> lists.sourceforge.net
        ReportedBy: gorn <at> atlas.cz

I use message threading (and maybe my IMAP server does not support server side
threading). When i move betwean folders, it resorts the messages every time,
which is quite slow [several seconds] and very annoying.

Thanks Jakub

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
(Continue reading)

bugzilla-daemon | 2 Jan 2004 22:24
Picon

[Bug 864] threading on every access of folder is very slow with IMAP

http://zeitlin.homeunix.com/cgi-bin/mbugs/show_bug.cgi?id=864

vadim <at> wxwindows.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID

------- Additional Comments From vadim <at> wxwindows.org  2004-01-02 22:24 -------
Sorry, there is really nothing which can be done about it. You have a choice
between:

1. disabling threading
2. setting "always keep open" flag on the mailbox so that it doesn't have to
be rethreaded each time
3. using a decent IMAP server with server-side threading support

There is nothing else we can do to speed up client-side threading (short of
caching all headers of remote folders locally but this is not a goal for now).

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
(Continue reading)

Vadim Zeitlin | 3 Jan 2004 00:28
Picon

Python works

 Hello,

 Python finally really works under both Windows and Unix. By works I mean
that you can:

1. write filter functions (tests and actions) in Python and you have full
   access to the message being filtered, that is you can examine its
   header values (size, subject, ...), MIME structure, ... from Python

2. write callbacks which are invoked when a folder is opened/closed

3. "run script" feature works too

 Of course, there are still more things to be done here, such as adding
more hooks/callbacks and exporting more classes to Python (although the
currently exported ones in include/interface are already quite useful). But
I think that for the first time since a very very long time or maybe ever
Python is actually useful because the possibility to write filters in it is
surely handy.

 Regards,
VZ

-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
Vadim Zeitlin | 4 Jan 2004 02:37
Picon

Re: Translation.-problems (and some others) / Updated german translation

On Sat, 8 Nov 2003 18:37:08 +0100 (CET) Martin Jost <Martin.Jost <at> netsurf.de> wrote:

MJ> I just updated the German translation. You can find at the "usual" place:
MJ> http://home.netsurf.de/martin.jost/

 Thanks, I've included it in 0.66 release (which should happen tomorrow).

MJ> During translation I discovered a bunch of typos and other strangnes:
MJ> 1.
MJ> Instead of the different filter, under "Ansicht/Filter" (View/Filter)
MJ> there is just a list with each entry: "Standard Nachrichten Editor"
MJ> (Default message editor) 

 This was a bug, fixed.

MJ> 2.
MJ> #: gui/wxMFolderDialogs.cpp:2437
MJ> "and __let__ Mahogany __will__ prompt you for it whenever needed.\n"

 Corrected, thanks.

MJ> 3.
MJ> #: gui/wxOptionsDlg.cpp:3858
MJ> msgid "Do you want to import the existing contents of config file to the __reigstry__?"

 And this too.

 Thanks!
VZ

(Continue reading)

bugzilla-daemon | 6 Jan 2004 02:09
Picon

[Bug 865] New: can not send email

http://zeitlin.homeunix.com/cgi-bin/mbugs/show_bug.cgi?id=865

           Summary: can not send email
           Product: Mahogany
           Version: Daily Snapshot
          Platform: PC
        OS/Version: Windows 2000
            Status: NEW
          Severity: blocker
          Priority: P3
         Component: Daily rebuilds
        AssignedTo: mahogany-developers <at> lists.sourceforge.net
        ReportedBy: gorn <at> atlas.cz

when i press the send button in the message mothing happens. just that.

i am afraid that it should be some very simple bug, button not trickering the 
event or so. I have switched on log window, it reports every detail when i for 
eammle read my mail, but when i press the button, nothing happens.

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
mlivingstone | 7 Jan 2004 05:22
Picon

Error building manuals from CVS

The Manual.aux file was not found, so sections will not be numbered
and cross-references will be shown as icons.

Done.
/usr/bin/perl -w .src/makehhc.pl
/usr/bin/install -c -m 644 Manual.chm Manual.hhc Manual.hhk .src/Manual.hhp Manual.html /usr/local/share/Mahogany/doc
/usr/bin/install: cannot stat `Manual.chm': No such file or directory
/usr/bin/install: cannot stat `Manual.hhk': No such file or directory
make[3]: *** [install] Error 1
make[3]: Leaving directory `/home/markl/projects/M/build/doc/HtmlHlp'
make[2]: *** [install2] Error 2
make[2]: Leaving directory `/home/markl/projects/M/build/doc'
make[1]: *** [install] Error 2
make[1]: Leaving directory `/home/markl/projects/M/build/doc'
make: *** [install_doc] Error 2
[root <at> sovereign build]#

-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
Vadim Zeitlin | 7 Jan 2004 13:28
Picon

Re: Error building manuals from CVS

On Wed, 7 Jan 2004 14:22:30 +1000 mlivingstone <at> iprimus.com.au wrote:

> /usr/bin/perl -w .src/makehhc.pl
> /usr/bin/install -c -m 644 Manual.chm Manual.hhc Manual.hhk .src/Manual.hhp Manual.html /usr/local/share/Mahogany/doc
> /usr/bin/install: cannot stat `Manual.chm': No such file or directory
> /usr/bin/install: cannot stat `Manual.hhk': No such file or directory
> make[3]: *** [install] Error 1

 This seems to have been fixed by Nerijus (thanks). OTOH, I don't
understand at all why have you changed makehhc.pl -- it is wrong again now
and it is impossible to build CHM file from it (HTML Help Workshop doesn't
grok just the anchors, it needs the file name too) and, anyhow, how could
it result in doubling of "Manual.html"? I don't understand this at all and
I think this should be reverted back to 1.3.

 Thanks,
VZ

-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
Nerijus Baliunas | 7 Jan 2004 13:45
Picon
Favicon

Re[2]: Error building manuals from CVS

On Wed, 7 Jan 2004 13:28:25 +0100 (Romance Standard Time) Vadim Zeitlin
<zeitlin <at> dptmaths.ens-cachan.fr> wrote:

VZ>  This seems to have been fixed by Nerijus (thanks). OTOH, I don't
VZ> understand at all why have you changed makehhc.pl -- it is wrong again now
VZ> and it is impossible to build CHM file from it (HTML Help Workshop doesn't
VZ> grok just the anchors, it needs the file name too) and, anyhow, how could
VZ> it result in doubling of "Manual.html"? I don't understand this at all and
VZ> I think this should be reverted back to 1.3.

I didn't try to build CHM file, but generated Manual.hhc (by running make in
builddir/doc/HtmlHlp) instead of

        <LI> <OBJECT type="text/sitemap">
<param name="Local" value="Manual.html#SECTION00210000000000000000">

had

        <LI> <OBJECT type="text/sitemap">
<param name="Local" value="Manual.htmlManual.html#SECTION00210000000000000000">

So it should not be reverted, but fixed to generate CHM file without affecting
hhc file.

Regards,
Nerijus

-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
(Continue reading)

Vadim Zeitlin | 7 Jan 2004 14:16
Picon

Re[3]: Error building manuals from CVS

On Wed, 7 Jan 2004 14:45:51 +0200 (EET) Nerijus Baliunas <nerijus-b <at> delfi.lt> wrote:

NB> I didn't try to build CHM file, but generated Manual.hhc (by running make in
NB> builddir/doc/HtmlHlp) instead of
NB> 
NB>         <LI> <OBJECT type="text/sitemap">
NB> <param name="Local" value="Manual.html#SECTION00210000000000000000">
NB> 
NB> had
NB> 
NB>         <LI> <OBJECT type="text/sitemap">
NB> <param name="Local" value="Manual.htmlManual.html#SECTION00210000000000000000">
NB> 
NB> So it should not be reverted, but fixed to generate CHM file without
NB> affecting hhc file.

 For me, with your change the generated Manual.hhc now has just

<LI> <OBJECT type="text/sitemap">
<param name="Local" value="#SECTION00210000000000000000">
<param name="Name" value="Release Notes">
</OBJECT>

 I have no idea about what could account for this difference... Different
versions of latex2html maybe? I assume you have Manual.html#... in the html
file too, don't you?

 Anyhow, the real fix seems to be what I've just checked in. This works for
me, please check if it works for you.

(Continue reading)

Nerijus Baliunas | 7 Jan 2004 14:30
Picon
Favicon

Re[4]: Error building manuals from CVS

On Wed, 7 Jan 2004 14:16:24 +0100 (Romance Standard Time) Vadim Zeitlin
<zeitlin <at> dptmaths.ens-cachan.fr> wrote:

VZ>  I have no idea about what could account for this difference... Different
VZ> versions of latex2html maybe? I assume you have Manual.html#... in the html
VZ> file too, don't you?

Yes.

VZ>  Anyhow, the real fix seems to be what I've just checked in. This works for
VZ> me, please check if it works for you.

/usr/bin/perl -w .src/makehhc.pl
Use of uninitialized value in concatenation (.) or string at .src/makehhc.pl line 62, <IN_HTML> line 67.
Use of uninitialized value in concatenation (.) or string at .src/makehhc.pl line 62, <IN_HTML> line 70.
...

Regards,
Nerijus

-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click

Gmane