/offlineimap/head: changeset 215
Readying version 3.2.2.
This commit is contained in:
parent
f45ec311f4
commit
60ea05cf98
@ -1,3 +1,165 @@
|
|||||||
|
------------------------------------------------------------------------
|
||||||
|
rev 214: jgoerzen | 2002-08-07 17:27:55 -0500 (Wed, 07 Aug 2002) | 2 lines
|
||||||
|
Changed paths:
|
||||||
|
U /offlineimap/head/offlineimap/repository/Maildir.py
|
||||||
|
|
||||||
|
Fixed the scanner
|
||||||
|
|
||||||
|
------------------------------------------------------------------------
|
||||||
|
rev 213: jgoerzen | 2002-08-07 17:01:31 -0500 (Wed, 07 Aug 2002) | 3 lines
|
||||||
|
Changed paths:
|
||||||
|
U /offlineimap/head/offlineimap/repository/Maildir.py
|
||||||
|
|
||||||
|
Fix to makefolder() such that it won't fail when hierarchical folders are
|
||||||
|
used and sub-folders are created before master folders.
|
||||||
|
|
||||||
|
------------------------------------------------------------------------
|
||||||
|
rev 212: jgoerzen | 2002-08-07 16:57:52 -0500 (Wed, 07 Aug 2002) | 2 lines
|
||||||
|
Changed paths:
|
||||||
|
U /offlineimap/head/offlineimap/repository/Maildir.py
|
||||||
|
|
||||||
|
Modified to make getfolders() recursively scan.
|
||||||
|
|
||||||
|
------------------------------------------------------------------------
|
||||||
|
rev 211: jgoerzen | 2002-08-07 16:45:03 -0500 (Wed, 07 Aug 2002) | 2 lines
|
||||||
|
Changed paths:
|
||||||
|
U /offlineimap/head/offlineimap/repository/Maildir.py
|
||||||
|
|
||||||
|
Yet more typos
|
||||||
|
|
||||||
|
------------------------------------------------------------------------
|
||||||
|
rev 210: jgoerzen | 2002-08-07 16:44:37 -0500 (Wed, 07 Aug 2002) | 2 lines
|
||||||
|
Changed paths:
|
||||||
|
U /offlineimap/head/debian/changelog
|
||||||
|
U /offlineimap/head/offlineimap/repository/Maildir.py
|
||||||
|
|
||||||
|
Preventive security: folder names may not contain ./ or start with /.
|
||||||
|
|
||||||
|
------------------------------------------------------------------------
|
||||||
|
rev 209: jgoerzen | 2002-08-07 16:41:52 -0500 (Wed, 07 Aug 2002) | 2 lines
|
||||||
|
Changed paths:
|
||||||
|
U /offlineimap/head/offlineimap/repository/Maildir.py
|
||||||
|
|
||||||
|
Fixed a stupid braino in the last commit.
|
||||||
|
|
||||||
|
------------------------------------------------------------------------
|
||||||
|
rev 208: jgoerzen | 2002-08-07 16:40:18 -0500 (Wed, 07 Aug 2002) | 5 lines
|
||||||
|
Changed paths:
|
||||||
|
U /offlineimap/head/debian/changelog
|
||||||
|
U /offlineimap/head/offlineimap/folder/Maildir.py
|
||||||
|
U /offlineimap/head/offlineimap/repository/Maildir.py
|
||||||
|
U /offlineimap/head/offlineimap.conf
|
||||||
|
U /offlineimap/head/offlineimap.py
|
||||||
|
|
||||||
|
* Added support for /-separated Maildirs -- that is, hierarchical
|
||||||
|
Maildir trees. Fixes [complete.org #28] and, for Debian,
|
||||||
|
Closes: #155460.
|
||||||
|
|
||||||
|
|
||||||
|
------------------------------------------------------------------------
|
||||||
|
rev 207: jgoerzen | 2002-08-07 16:22:38 -0500 (Wed, 07 Aug 2002) | 6 lines
|
||||||
|
Changed paths:
|
||||||
|
U /offlineimap/head/offlineimap.py
|
||||||
|
|
||||||
|
Oops, incomplete commit from the last one:
|
||||||
|
* If a given Maildir folder is new, remove the associated local status
|
||||||
|
cache file, if any. That way, there will not be any chance of
|
||||||
|
propogating hordes of deletes and adds based on old status data.
|
||||||
|
|
||||||
|
|
||||||
|
------------------------------------------------------------------------
|
||||||
|
rev 206: jgoerzen | 2002-08-07 16:20:36 -0500 (Wed, 07 Aug 2002) | 5 lines
|
||||||
|
Changed paths:
|
||||||
|
U /offlineimap/head/debian/changelog
|
||||||
|
U /offlineimap/head/offlineimap/folder/LocalStatus.py
|
||||||
|
U /offlineimap/head/offlineimap/folder/Maildir.py
|
||||||
|
|
||||||
|
* If a given Maildir folder is new, remove the associated local status
|
||||||
|
cache file, if any. That way, there will not be any chance of
|
||||||
|
propogating hordes of deletes and adds based on old status data.
|
||||||
|
|
||||||
|
|
||||||
|
------------------------------------------------------------------------
|
||||||
|
rev 205: jgoerzen | 2002-08-07 15:57:17 -0500 (Wed, 07 Aug 2002) | 11 lines
|
||||||
|
Changed paths:
|
||||||
|
U /offlineimap/head/debian/changelog
|
||||||
|
U /offlineimap/head/offlineimap/folder/IMAP.py
|
||||||
|
U /offlineimap/head/offlineimap/ui/UIBase.py
|
||||||
|
U /offlineimap/head/offlineimap.conf
|
||||||
|
|
||||||
|
* Better handling of read-only folders. We will now warn if there is
|
||||||
|
a change, but not propogate it. New config variable ignore-readonly
|
||||||
|
can suppress the warnings. This fixes [complete.org #10] and,
|
||||||
|
for Debian, Closes: #154769.
|
||||||
|
|
||||||
|
changelog: noted the change
|
||||||
|
IMAP.py: trap imapobj.readonly more often
|
||||||
|
UIBase.py: new methods to handle the warnings
|
||||||
|
offlineimap.conf: new ignore-readonly variable.
|
||||||
|
|
||||||
|
|
||||||
|
------------------------------------------------------------------------
|
||||||
|
rev 204: jgoerzen | 2002-08-07 14:46:18 -0500 (Wed, 07 Aug 2002) | 4 lines
|
||||||
|
Changed paths:
|
||||||
|
U /offlineimap/head/debian/changelog
|
||||||
|
U /offlineimap/head/offlineimap/ui/Tk.py
|
||||||
|
|
||||||
|
* Scrolling behavior is better now; sometimes, with fast-scrolling text,
|
||||||
|
the log would stop scrolling.
|
||||||
|
|
||||||
|
|
||||||
|
------------------------------------------------------------------------
|
||||||
|
rev 203: jgoerzen | 2002-08-06 22:11:02 -0500 (Tue, 06 Aug 2002) | 2 lines
|
||||||
|
Changed paths:
|
||||||
|
U /offlineimap/head/README
|
||||||
|
|
||||||
|
Testing new svn installation
|
||||||
|
|
||||||
|
------------------------------------------------------------------------
|
||||||
|
rev 202: jgoerzen | 2002-08-06 22:10:14 -0500 (Tue, 06 Aug 2002) | 3 lines
|
||||||
|
Changed paths:
|
||||||
|
U /offlineimap/head/README
|
||||||
|
|
||||||
|
Testing new subversion installation
|
||||||
|
|
||||||
|
|
||||||
|
------------------------------------------------------------------------
|
||||||
|
rev 201: jgoerzen | 2002-08-06 22:08:16 -0500 (Tue, 06 Aug 2002) | 2 lines
|
||||||
|
Changed paths:
|
||||||
|
U /offlineimap/head/debian/changelog
|
||||||
|
U /offlineimap/head/offlineimap/ui/Tk.py
|
||||||
|
|
||||||
|
We're back, woohoo.
|
||||||
|
|
||||||
|
------------------------------------------------------------------------
|
||||||
|
rev 200: mj | 2002-07-25 13:22:17 -0500 (Thu, 25 Jul 2002) | 2 lines
|
||||||
|
Changed paths:
|
||||||
|
U /offlineimap/head/debian/changelog
|
||||||
|
|
||||||
|
Better update the changelog as well.
|
||||||
|
|
||||||
|
------------------------------------------------------------------------
|
||||||
|
rev 199: mj | 2002-07-25 13:04:09 -0500 (Thu, 25 Jul 2002) | 2 lines
|
||||||
|
Changed paths:
|
||||||
|
U /offlineimap/head/offlineimap/ui/Tk.py
|
||||||
|
|
||||||
|
Fix typo; section names are case-sensitive.
|
||||||
|
|
||||||
|
------------------------------------------------------------------------
|
||||||
|
rev 198: jgoerzen | 2002-07-25 08:22:41 -0500 (Thu, 25 Jul 2002) | 2 lines
|
||||||
|
Changed paths:
|
||||||
|
U /offlineimap/head/offlineimap.1
|
||||||
|
|
||||||
|
Noted the use of Gray
|
||||||
|
|
||||||
|
------------------------------------------------------------------------
|
||||||
|
rev 196: jgoerzen | 2002-07-24 22:02:03 -0500 (Wed, 24 Jul 2002) | 2 lines
|
||||||
|
Changed paths:
|
||||||
|
U /offlineimap/head/ChangeLog
|
||||||
|
U /offlineimap/head/offlineimap/version.py
|
||||||
|
|
||||||
|
Preparing for 3.2.1
|
||||||
|
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
rev 195: jgoerzen | 2002-07-24 21:41:56 -0500 (Wed, 24 Jul 2002) | 5 lines
|
rev 195: jgoerzen | 2002-07-24 21:41:56 -0500 (Wed, 24 Jul 2002) | 5 lines
|
||||||
Changed paths:
|
Changed paths:
|
||||||
|
@ -15,7 +15,7 @@ offlineimap (3.2.2) unstable; urgency=low
|
|||||||
Closes: #155460.
|
Closes: #155460.
|
||||||
* Preventitive security: Folder names may not contain ./ or start with /.
|
* Preventitive security: Folder names may not contain ./ or start with /.
|
||||||
|
|
||||||
-- John Goerzen <jgoerzen@complete.org> Thu, 25 Jul 2002 08:22:25 -0500
|
-- John Goerzen <jgoerzen@complete.org> Wed, 07 Aug 2002 20:22:25 -0500
|
||||||
|
|
||||||
offlineimap (3.2.1) unstable; urgency=low
|
offlineimap (3.2.1) unstable; urgency=low
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
<!-- Creator : groff version 1.17.2 -->
|
<!-- Creator : groff version 1.17.2 -->
|
||||||
<!-- CreationDate: Wed Jul 24 13:00:08 2002 -->
|
<!-- CreationDate: Wed Aug 7 20:27:02 2002 -->
|
||||||
<a name="NAME"></a>
|
<a name="NAME"></a>
|
||||||
<h2>NAME</h2>
|
<h2>NAME</h2>
|
||||||
<table width="100%" border=0 rules="none" frame="void"
|
<table width="100%" border=0 rules="none" frame="void"
|
||||||
@ -517,6 +517,19 @@ is the color of the main program's thread, which basically
|
|||||||
does nothing but monitor the others. It might remind you of
|
does nothing but monitor the others. It might remind you of
|
||||||
HAL 9000 in <i>2001.</i></td></table>
|
HAL 9000 in <i>2001.</i></td></table>
|
||||||
|
|
||||||
|
<table width="100%" border=0 rules="none" frame="void"
|
||||||
|
cols="2" cellspacing="0" cellpadding="0">
|
||||||
|
<tr valign="top" align="left">
|
||||||
|
<td width="10%"></td><td width="90%">
|
||||||
|
<b>Gray</b></td></table>
|
||||||
|
|
||||||
|
<table width="100%" border=0 rules="none" frame="void"
|
||||||
|
cols="2" cellspacing="0" cellpadding="0">
|
||||||
|
<tr valign="top" align="left">
|
||||||
|
<td width="21%"></td><td width="79%">
|
||||||
|
indicates that the thread is establishing a new connection
|
||||||
|
to the IMAP server.</td></table>
|
||||||
|
|
||||||
<table width="100%" border=0 rules="none" frame="void"
|
<table width="100%" border=0 rules="none" frame="void"
|
||||||
cols="2" cellspacing="0" cellpadding="0">
|
cols="2" cellspacing="0" cellpadding="0">
|
||||||
<tr valign="top" align="left">
|
<tr valign="top" align="left">
|
||||||
|
Binary file not shown.
@ -1,6 +1,6 @@
|
|||||||
%!PS-Adobe-3.0
|
%!PS-Adobe-3.0
|
||||||
%%Creator: groff version 1.17.2
|
%%Creator: groff version 1.17.2
|
||||||
%%CreationDate: Wed Jul 24 13:00:05 2002
|
%%CreationDate: Wed Aug 7 20:26:59 2002
|
||||||
%%DocumentNeededResources: font Times-Roman
|
%%DocumentNeededResources: font Times-Roman
|
||||||
%%+ font Times-Bold
|
%%+ font Times-Bold
|
||||||
%%+ font Times-Italic
|
%%+ font Times-Italic
|
||||||
@ -481,30 +481,32 @@ F2(of)108 412.8 Q(\215ineimap.conf)-.18 E F0(for more details.)2.5 E
|
|||||||
(cution -- that is, a particular task that).15 F F1(Of\215ineIMAP)108
|
(cution -- that is, a particular task that).15 F F1(Of\215ineIMAP)108
|
||||||
441.6 Q F0 .867(is performing right no)3.367 F 4.667 -.65(w. T)-.25 H
|
441.6 Q F0 .867(is performing right no)3.367 F 4.667 -.65(w. T)-.25 H
|
||||||
.866(he color indicates what task the particular thread is performing,)
|
.866(he color indicates what task the particular thread is performing,)
|
||||||
.65 F(and are as follo)108 453.6 Q(ws:)-.25 E F1(Black)108 475.2 Q F0
|
.65 F(and are as follo)108 453.6 Q(ws:)-.25 E F1(Black)108 470.4 Q F0
|
||||||
.569(indicates that this light')11.55 F 3.069(st)-.55 G .569
|
.569(indicates that this light')11.55 F 3.069(st)-.55 G .569
|
||||||
(hread has terminated; it will light up ag)-3.069 F .57
|
(hread has terminated; it will light up ag)-3.069 F .57
|
||||||
(ain later when ne)-.05 F 3.07(wt)-.25 G .57(hreads start)-3.07 F 2.5
|
(ain later when ne)-.05 F 3.07(wt)-.25 G .57(hreads start)-3.07 F 2.5
|
||||||
(up. So,)144 487.2 R(black indicates no acti)2.5 E(vity)-.25 E(.)-.65 E
|
(up. So,)144 482.4 R(black indicates no acti)2.5 E(vity)-.25 E(.)-.65 E
|
||||||
F1(Red \(Meaning 1\))108 504 Q F0 .442
|
F1(Red \(Meaning 1\))108 499.2 Q F0 .442
|
||||||
(is the color of the main program')144 516 R 2.942(st)-.55 G .442
|
(is the color of the main program')144 511.2 R 2.942(st)-.55 G .442
|
||||||
(hread, which basically does nothing b)-2.942 F .442
|
(hread, which basically does nothing b)-2.942 F .442
|
||||||
(ut monitor the others.)-.2 F(It)5.441 E
|
(ut monitor the others.)-.2 F(It)5.441 E
|
||||||
(might remind you of HAL 9000 in)144 528 Q F2(2001.)2.5 E F1(Pur)108
|
(might remind you of HAL 9000 in)144 523.2 Q F2(2001.)2.5 E F1(Gray)108
|
||||||
544.8 Q(ple)-.1 E F0 .656(is the color of an account synchronization th\
|
540 Q F0(indicates that the thread is establishing a ne)13.78 E 2.5(wc)
|
||||||
|
-.25 G(onnection to the IMAP serv)-2.5 E(er)-.15 E(.)-.55 E F1(Pur)108
|
||||||
|
556.8 Q(ple)-.1 E F0 .656(is the color of an account synchronization th\
|
||||||
read that is monitoring the progress of the folders in)7.21 F
|
read that is monitoring the progress of the folders in)7.21 F
|
||||||
(that account \(not generating an)144 556.8 Q 2.5(yI)-.15 G(/O\).)-2.5 E
|
(that account \(not generating an)144 568.8 Q 2.5(yI)-.15 G(/O\).)-2.5 E
|
||||||
F1(Cyan)108 573.6 Q F0(indicates that the thread is syncing a folder)
|
F1(Cyan)108 585.6 Q F0(indicates that the thread is syncing a folder)
|
||||||
13.22 E(.)-.55 E F1(Gr)108 590.4 Q(een)-.18 E F0(means that a folder')
|
13.22 E(.)-.55 E F1(Gr)108 602.4 Q(een)-.18 E F0(means that a folder')
|
||||||
9.52 E 2.5(sm)-.55 G(essage list is being loaded.)-2.5 E F1(Blue)108
|
9.52 E 2.5(sm)-.55 G(essage list is being loaded.)-2.5 E F1(Blue)108
|
||||||
607.2 Q F0(is the color of a message synchronization controller thread.)
|
619.2 Q F0(is the color of a message synchronization controller thread.)
|
||||||
16.55 E F1(Orange)108 624 Q F0
|
16.55 E F1(Orange)108 636 Q F0
|
||||||
(indicates that an actual message is being copied.)144 636 Q F1
|
(indicates that an actual message is being copied.)144 648 Q F1
|
||||||
(Red \(Meaning 2\))108 652.8 Q F0
|
(Red \(Meaning 2\))108 664.8 Q F0
|
||||||
(indicates that a message is being deleted.)144 664.8 Q F1 -1.11(Ye)108
|
(indicates that a message is being deleted.)144 676.8 Q F1 -1.11(Ye)108
|
||||||
681.6 S(llo)1.11 E(w)-.1 E F0
|
693.6 S(llo)1.11 E(w)-.1 E F0
|
||||||
(\(bright orange\) indicates that message \215ags are being added.)7.77
|
(\(bright orange\) indicates that message \215ags are being added.)7.77
|
||||||
E F1(Pink)108 698.4 Q F0
|
E F1(Pink)108 710.4 Q F0
|
||||||
(\(bright red\) indicates that message \215ags are being remo)15.99 E
|
(\(bright red\) indicates that message \215ags are being remo)15.99 E
|
||||||
-.15(ve)-.15 G(d.).15 E(John Goerzen)72 768 Q(July 12, 2002)151.655 E(3)
|
-.15(ve)-.15 G(d.).15 E(John Goerzen)72 768 Q(July 12, 2002)151.655 E(3)
|
||||||
201.915 E EP
|
201.915 E EP
|
||||||
|
@ -236,7 +236,6 @@ USER INTERFACES
|
|||||||
what task the particular thread is performing, and are as
|
what task the particular thread is performing, and are as
|
||||||
follows:
|
follows:
|
||||||
|
|
||||||
|
|
||||||
Black indicates that this light's thread has terminated;
|
Black indicates that this light's thread has terminated;
|
||||||
it will light up again later when new threads start
|
it will light up again later when new threads start
|
||||||
up. So, black indicates no activity.
|
up. So, black indicates no activity.
|
||||||
@ -246,6 +245,9 @@ USER INTERFACES
|
|||||||
basically does nothing but monitor the others. It
|
basically does nothing but monitor the others. It
|
||||||
might remind you of HAL 9000 in 2001.
|
might remind you of HAL 9000 in 2001.
|
||||||
|
|
||||||
|
Gray indicates that the thread is establishing a new
|
||||||
|
connection to the IMAP server.
|
||||||
|
|
||||||
Purple is the color of an account synchronization thread
|
Purple is the color of an account synchronization thread
|
||||||
that is monitoring the progress of the folders in
|
that is monitoring the progress of the folders in
|
||||||
that account (not generating any I/O).
|
that account (not generating any I/O).
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
productname = 'OfflineIMAP'
|
productname = 'OfflineIMAP'
|
||||||
versionstr = "3.2.1"
|
versionstr = "3.2.2"
|
||||||
revno = long('$Rev: 196 $'[6:-2])
|
revno = long('$Rev: 215 $'[6:-2])
|
||||||
revstr = "Rev %d" % revno
|
revstr = "Rev %d" % revno
|
||||||
datestr = '$Date: 2002-07-24 22:02:03 -0500 (Wed, 24 Jul 2002) $'
|
datestr = '$Date: 2002-08-07 20:28:34 -0500 (Wed, 07 Aug 2002) $'
|
||||||
|
|
||||||
|
|
||||||
versionlist = versionstr.split(".")
|
versionlist = versionstr.split(".")
|
||||||
|
Loading…
Reference in New Issue
Block a user