6a6a49b1a9
/offlineimap/head: changeset 243
...
Font size for Blinkenlights UI is now configurable.
2002-08-27 02:06:02 +01:00
1c8b42500b
/offlineimap/head: changeset 242
...
Moved executable to bin/offlineimap. This will allow setup.py to
properly install it as offlineimap instead of offlineimap.py.
2002-08-24 02:55:20 +01:00
06b21e1140
/offlineimap/head: changeset 241
...
Use /usr/bin/env in bangpath. Missed that somehow.
2002-08-24 02:24:29 +01:00
cbcf797944
/offlineimap/head: changeset 236
...
Now the containing repository is stored within a folder. This will be
necessary for moves.
2002-08-20 21:54:02 +01:00
e1657f962e
/offlineimap/head: changeset 235
...
- Changed indentation in debian/control. Closes : #156327 .
- Removed calls to folder object deletions. None have been implemented
anyway.
- folder/Maildir.py: unlink throws OSError, not IOError; fixed. Now
handles message deleting race condition properly. Closes : #154497 .
2002-08-17 02:01:12 +01:00
c57d5a240b
/offlineimap/head: changeset 234
...
Preparing for 3.2.5
2002-08-10 02:52:09 +01:00
9d1a4e2275
/offlineimap/head: changeset 233
...
Made more resiliant in the face of invalid dates.
2002-08-10 01:29:29 +01:00
1c29a7206e
/offlineimap/head: changeset 232
...
Added documentation for Tommi's patch.
2002-08-09 22:25:28 +01:00
c61e3a89cf
/offlineimap/head: changeset 231
...
Applied part 2 of tv's patch
2002-08-09 22:12:09 +01:00
442c820f87
/offlineimap/head: changeset 230
...
More of part 1 of the patch
2002-08-09 22:11:12 +01:00
9be2bec748
/offlineimap/head: changeset 229
...
Applied part 1 of Tommi's patch.
2002-08-09 22:10:38 +01:00
6e94ead957
/offlineimap/head: changeset 228
...
Nicely handle uploading messages without Message-Id headers
2002-08-09 21:57:06 +01:00
608f740cd3
/offlineimap/head: changeset 226
...
Changelog committed
2002-08-09 02:58:44 +01:00
1358495af1
/offlineimap/head: changeset 225
...
Preparing for 3.2.4
2002-08-09 02:58:14 +01:00
5feb54b493
/offlineimap/head: changeset 224
...
Fix syntax
2002-08-09 02:53:57 +01:00
6c1d5a0d27
/offlineimap/head: changeset 223
...
First stab at fixing nested mailbox bug
2002-08-09 02:53:05 +01:00
47b2af5c0d
/offlineimap/head: changeset 222
...
Typo fix.
2002-08-09 00:35:35 +01:00
d9836ef791
/offlineimap/head: changeset 221
...
Readying 3.2.3. Updated docs, version, etc.
2002-08-08 21:21:56 +01:00
9cbb14f5dd
/offlineimap/head: changeset 220
...
Now logs folder names of return value when debugging.
2002-08-08 21:18:45 +01:00
c65ca9efe3
/offlineimap/head: changeset 219
...
Updated debugging
2002-08-08 21:17:36 +01:00
09ed5e2fcc
/offlineimap/head: changeset 218
...
Added maildir repository debug code
2002-08-08 21:15:30 +01:00
a6e85174fe
/offlineimap/head: changeset 217
...
-d now takes a parameter to specify what kind of debugging to do.
imaplib now does debugging through the UI system. UIBase now has a
debugging process.
2002-08-08 21:03:36 +01:00
60ea05cf98
/offlineimap/head: changeset 215
...
Readying version 3.2.2.
2002-08-08 07:28:34 +01:00
f45ec311f4
/offlineimap/head: changeset 214
...
Fixed the scanner
2002-08-08 04:27:55 +01:00
29d64f7dbe
/offlineimap/head: changeset 213
...
Fix to makefolder() such that it won't fail when hierarchical folders
are used and sub-folders are created before master folders.
2002-08-08 04:01:31 +01:00
850db440ae
/offlineimap/head: changeset 212
...
Modified to make getfolders() recursively scan.
2002-08-08 03:57:52 +01:00
12b5e89949
/offlineimap/head: changeset 211
...
Yet more typos
2002-08-08 03:45:03 +01:00
b56304090a
/offlineimap/head: changeset 210
...
Preventive security: folder names may not contain ./ or start with /.
2002-08-08 03:44:37 +01:00
f086c3ff0a
/offlineimap/head: changeset 209
...
Fixed a stupid braino in the last commit.
2002-08-08 03:41:52 +01:00
cd6b343bb0
/offlineimap/head: changeset 208
...
Added support for /-separated Maildirs -- that is, hierarchical
Maildir trees. Fixes [complete.org #28 ] and, for Debian, Closes:
#155460 .
2002-08-08 03:40:18 +01:00
7b44f609f0
/offlineimap/head: changeset 207
...
- 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.
2002-08-08 03:22:38 +01:00
225e9c61d6
/offlineimap/head: changeset 206
...
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.
2002-08-08 03:20:36 +01:00
a3f422cf98
/offlineimap/head: changeset 205
...
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.
2002-08-08 02:57:17 +01:00
3b4c306f5d
/offlineimap/head: changeset 204
...
Scrolling behavior is better now; sometimes, with fast-scrolling text,
the log would stop scrolling.
2002-08-08 01:46:18 +01:00
fd7295d9a6
/offlineimap/head: changeset 203
...
Testing new svn installation
2002-08-07 09:11:02 +01:00
7bcfc7172a
/offlineimap/head: changeset 202
...
Testing new subversion installation
2002-08-07 09:10:14 +01:00
a605ce468a
/offlineimap/head: changeset 201
...
We're back, woohoo.
2002-08-07 09:08:16 +01:00
4e323e188f
/offlineimap/head: changeset 200
...
Better update the changelog as well.
2002-07-26 00:22:17 +01:00
73438ce4c7
/offlineimap/head: changeset 199
...
Fix typo; section names are case-sensitive.
2002-07-26 00:04:09 +01:00
3a4660d6df
/offlineimap/head: changeset 198
...
Noted the use of Gray
2002-07-25 19:22:41 +01:00
5ce8c7d264
/offlineimap/head: changeset 196
...
Preparing for 3.2.1
2002-07-25 09:02:03 +01:00
28938de6ea
/offlineimap/head: changeset 195
...
Backed out check for . in account names for now. Will put it back in
when we have a consensus on what exactly to do. Doubt that anyone has
a foldername that would conflict with Blinkenlights anyway.
2002-07-25 08:41:56 +01:00
091ec4b21e
/offlineimap/head: changeset 194
...
Updated the changelog, added the new bufferlines value to
offlineimap.conf, and worked out a few more bugs with the resizing
support in Tk.py.
2002-07-25 08:36:24 +01:00
2b2fbf450b
/offlineimap/head: changeset 193
...
Normalize exception message to 80 characters and fix account name
interpolation.
2002-07-25 08:16:21 +01:00
413b5aac0b
/offlineimap/head: changeset 192
...
Removed the old Log menu code; no longer necessary.
2002-07-25 06:37:54 +01:00
e45e737640
/offlineimap/head: changeset 191
...
More tweaks
2002-07-25 06:06:01 +01:00
eb790cd78c
/offlineimap/head: changeset 190
...
Lots of updates; see changelog
2002-07-25 05:46:27 +01:00
c8442d9a68
/offlineimap/head: changeset 189
...
Cleaned up color handling for timer
2002-07-25 01:40:58 +01:00
2ad3c6459a
/offlineimap/head: changeset 187
...
Final prep for 3.2.0
2002-07-25 00:16:49 +01:00
7b4bb906ec
/offlineimap/head: changeset 186
...
Updated changelog for 3.2.0.
2002-07-25 00:16:05 +01:00