1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873
|
1999-12-05 01:06 xfmail
* Makefile.in, build.sh, xfmail.spec, mail/mime.c, ui/version.h.in,
ui/version.src: CF - 1.4.4 is out..The End..
1999-12-04 18:53 xfmail
* Changes: CF - Final update before release
1999-12-04 18:50 xfmail
* Makefile.in, build.sh, configure, config/acconfig.h,
config/configure.in, ui/cfgfile.cpp, ui/config.h.in,
ui/version.h.in, ui/version.src: CF - Fixed the cache directories
problem on upgrades.
1999-12-03 20:57 xfmail
* mail/mime.c: CF - strlen doesn't like null's.. ;>
1999-12-02 22:55 xfmail
* configure, mail/mime.c, ui/config.h.in: CF - pointer reference
fixed.
1999-12-01 21:02 xfmail
* mail/mime.c: CF - should fix Wim's mime bug.
1999-12-01 00:30 xfmail
* mail/mime.c: CF - more debug
1999-12-01 00:27 xfmail
* mail/mime.c: CF - mime debug for Wim
1999-12-01 00:11 xfmail
* mail/mime.c: CF - attempt to fix the last mime bug.
1999-11-28 01:43 xfmail
* build.sh: Another update
1999-11-28 00:18 xfmail
* mail/mbox.c: CF - Last of dot lock freeze's should be fixed.
1999-11-24 14:45 xfmail
* config/configure.in: CF - Patches for compiling from Kovi and
Julian.
1999-11-24 03:37 xfmail
* build.sh: Some changes to build.sh
1999-11-23 15:04 xfmail
* mail/connectionManager.cpp: CF - working on the socklen_t not
def'd prob.
1999-11-23 14:31 xfmail
* ui/cfgfile.cpp: CF - a few cleanups on my end..
1999-11-23 14:06 xfmail
* configure, ui/config.h.in: CF - it blew up because of stuff I
left in...geez..I need sleep....
1999-11-23 13:57 xfmail
* config/configure.in, mail/cache.c, mail/connectionManager.cpp,
mail/pop.c: CF - Added HPUX patches from Kovi
1999-11-23 13:11 xfmail
* configure, config/acconfig.h, mail/pop.c, ui/cfgfile.cpp,
ui/config.h.in: patch from [Victor Brilion <victor@vail.net>]
Small optimization patch to cfgfile code.
1999-11-21 19:14 xfmail
* mail/mime.c, ui/xfmail.c, ui/xfmail.h: CF - Did a little sanity
checking on buffer resizing.
1999-11-21 15:15 xfmail
* mail/mime.c, ui/msg.c: CF - Major rework on the buffer code. Try
inserting a large file of a couple of megs with code before this
one. Then do it now. Shocking isn't it...
1999-11-20 12:44 xfmail
* build.sh, mail/mime.c, regex/Makefile.in, regex/regex.c,
ui/msg.c: CF - More solaris fixes..
1999-11-19 19:48 xfmail
* Changes, configure, ui/config.h.in: CF - Updated the last of the
files for 1.4.3cvs.
1999-11-19 19:37 xfmail
* Makefile.in, mail/mime.c, ui/msg.c, ui/version.h.in,
ui/version.src: CF - fixed the mime bug over all encodings.
updated to 1.4.3cvs
1999-11-19 15:20 xfmail
* mail/mime.c: CF - more debug code on the mime buffer bug.
1999-11-19 13:59 xfmail
* config/configure.in, mail/cache.c: CF - patched by Julian for the
solaris compile bugs
1999-11-18 15:38 xfmail
* build.sh: CF - Added Wim's build script.
1999-11-17 13:51 xfmail
* mail/mbox.c, mail/mime.c, mail/pop.c, ui/msg.c: CF - fixed the
socklen_t compile error.
1999-11-15 02:01 xfmail
* Changes, xfmail.spec: CF - forgot to change ver info
1999-11-15 01:54 xfmail
* Makefile.in, README, README.old, mail/cache.c, mail/mbox.c,
ui/version.h.in, ui/version.src: CF - last clean up and release of
1.4.2
1999-11-11 17:41 xfmail
* mail/: cache.c, util.c: CF - small clean up patch from Julian
Dunn
1999-11-11 13:59 xfmail
* ui/msg.c: CF - now uses expenential growth in memory allocation
for reading msgs. Loads a 6 meg file like it was nothing!
1999-11-11 12:55 xfmail
* ui/: Makefile.in, sort.c: CF - Added a simple rule to take care
of the ChangeLog if your using CVS.
1999-11-10 16:32 xfmail
* ui/xfmail.c: CF - Fixed a small date/time bug
1999-11-10 16:16 xfmail
* mail/imap.c, ui/xfmail.c: CF - Fixed imap problems I think..
1999-11-10 14:24 xfmail
* mail/: connection.cpp, smtp.c: CF - Fixed the smtp send bug of
only being able to send one msg per session.
1999-11-10 14:17 xfmail
* ui/xfmail.c: CF - Fixed a formating error caused by GNU indent.
1999-11-10 13:46 xfmail
* ui/Makefile.in: CF - Updated the makefile
1999-11-10 13:46 xfmail
* xfmail.vpj, mail/connectionManager.cpp, mail/connectionManager.h:
CF - forgot these files...
1999-11-10 02:49 xfmail
* wim: Just a test. This can be removed.
-Wim wim@netmaster.ca
1999-11-10 02:49 xfmail
* wim: Removed my test.
Wim.
1999-11-09 23:39 xfmail
* Makefile.in, xfmail.spec: CF - Final prep for 1.4.1
1999-11-09 23:39 xfmail
* Makefile.in: CF - forgot something..
1999-11-09 23:29 xfmail
* xfmail.vpj, mail/imap.c, mail/nntp.c, mail/pop.c, mail/smtp.c,
ui/Makefile.in, ui/pgp.c, ui/version.h.in, ui/xfmail.c: CF - Hooked
in the Connection Manager...
1999-11-09 20:16 xfmail
* Changes, README, xfmail.vpj, mail/connection.cpp,
mail/connection.h, mail/fmail.h, mail/imap.c, mail/md5.h,
mail/nntp.c, mail/pop.c, mail/smtp.c, ui/Makefile.in, ui/pgp.c,
ui/xfmail.c: CF - Unlimited # of connections, connection core
re-write finished..
1999-11-09 16:03 xfmail
* xfmail.vpj, mail/account.cpp, mail/account.h,
mail/connection.cpp, mail/connection.h, mail/pop.cpp: CF - more
redesign of the core
1999-11-09 01:06 xfmail
* xfmail.vpj, ui/xfmail.c: CF - fixed the config bug, where if you
didn't have a fully qualified hostname set, it would keep asking
you to save your config file.
1999-11-09 00:34 xfmail
* mail/: account.cpp, account.h: CF - split files for easier
writting.
1999-11-08 23:16 xfmail
* xfmail.vpj, mail/account.cpp: CF - more work on re-writing the IO
core.
1999-11-08 19:48 xfmail
* xfmail.vpj, mail/fmail.c: CF - Removed debug prints from the
header rule bug hunt.
1999-11-08 19:43 xfmail
* ui/rules.c: CF - removed the debug prints I used to fix the
header bug.
1999-11-08 14:24 xfmail
* xfmail.vpj, compface/Makefile.in, mail/mbox.c, regex/Makefile.in,
ui/Makefile.in: CF - shouldn't crash anymore on the flock bug, but
you will get a dialog saying it can't lock.
1999-11-08 14:01 xfmail
* mail/mbox.c: CF - added some debugging..
1999-11-07 20:41 xfmail
* mail/: account.cpp, cache.c: CF - blah, gdbm and ndbm
diffs..gonna change all this crap around.
1999-11-07 20:34 xfmail
* ui/rules.c: CF - duh..left a comment on a {
1999-11-07 20:28 xfmail
* ui/cfgfile.c: CF - forgot to remove the cfgfile.c file.
1999-11-07 18:18 xfmail
* mail/account.cpp: CF - more work on the base account class
1999-11-07 18:10 xfmail
* xfmail.vpj, mail/account.cpp, ui/xfmail.c, ui/xfmail.h: CF -
started the internal redesign of the core.
1999-11-07 17:27 xfmail
* xfmail.vpj, compface/Makefile.in, compface/arith.c,
compface/compface.h, compface/compress.c, compface/data.h,
compface/face.c, compface/file.c, compface/gen.c, editor/fl_edit.c,
editor/fl_edit.h, editor/textbuf.c, editor/textbuf.h, mail/cache.c,
mail/fmail.c, mail/imap.c, mail/mbox.c, mail/md5.c, mail/md5.h,
mail/mime.c, mail/nntp.c, mail/pop.c, mail/smtp.c, mail/util.c,
mail/uucode.c, regex/regex.c, regex/regex.h, ui/RdBitF.c,
ui/about.c, ui/addr_book.c, ui/cfgfile.cpp, ui/cfgfile.h,
ui/child.c, ui/choose_folder.c, ui/config.c, ui/dialogs.c,
ui/faces.c, ui/font.c, ui/help.c, ui/imap_conf.c, ui/inc.c,
ui/int_conf.c, ui/keymap.c, ui/log.c, ui/mime_conf.c, ui/misc.c,
ui/msg.c, ui/pgp.c, ui/pop_smtp.c, ui/rep_fwd.c, ui/rules.c,
ui/search.c, ui/sign.c, ui/sort.c, ui/sound.c, ui/spellchecker.c,
ui/umail.h, ui/view_edit.c, ui/xfmail.c: CF - Finished the
transition to ANSI C++ compatible code. Also moved to the new
cfgfile class.
1999-11-07 01:24 xfmail
* compface/Makefile.in, editor/fl_edit.c, editor/fl_edit.h,
mail/cache.c, mail/fmail.h, regex/Makefile.in, ui/Makefile.in,
ui/cfgfile.cpp, ui/cfgfile.h, ui/umail.h, ui/xfmail.c: CF - it now
compiles cleanly under an ANSI C++ compiler.
1999-11-06 23:59 xfmail
* xfmail.vpj, compface/gen.c, editor/fl_edit.c, ui/cfgfile.cpp,
ui/cfgfile.h, ui/faces.c, ui/xfmail.c: CF - removing more bugs to
get it to compile with an ANSI C++ compiler.
1999-11-06 00:13 xfmail
* xfmail.vpj, editor/fl_edit.c, editor/fl_edit.h, editor/textbuf.c,
mail/cache.c, mail/fmail.c, mail/imap.c, mail/mbox.c, mail/md5.c,
mail/md5.h, mail/mime.c, mail/nntp.c, mail/pop.c, mail/smtp.c,
mail/util.c, ui/addr_book.c, ui/cfgfile.cpp, ui/cfgfile.h,
ui/choose_folder.c, ui/choose_folder.h, ui/config.c, ui/faces.c,
ui/font.c, ui/help.c, ui/inc.c, ui/int_conf.c, ui/keymap.c,
ui/log.c, ui/misc.c, ui/msg.c, ui/pgp.c, ui/pop_smtp.c,
ui/rep_fwd.c, ui/rules.c, ui/search.c, ui/sign.c, ui/sort.c,
ui/spellchecker.c, ui/umail.h, ui/view_edit.c, ui/xfmail.c: CF - I
have moved a long way torward where I want to go. I'm uploading
the source even though it won't compile just so the last 8 hours
won't be invain if something happens to my computer.. Man I'm
tired......
1999-11-05 14:57 xfmail
* ui/keymap.c: CF - minor clean up of Alan's concern.
1999-11-05 14:35 xfmail
* Changes: CF - updated the change log.
1999-11-05 14:35 xfmail
* compface/arith.c, compface/compress.c, compface/face.c,
compface/file.c, compface/gen.c, regex/regex.c, ui/RdBitF.c,
ui/about.c, ui/addr_book.c, ui/cfgfile.c, ui/child.c,
ui/choose_folder.c, ui/faces.c, ui/font.c, ui/help.c,
ui/imap_conf.c, ui/inc.c, ui/int_conf.c, ui/keymap.c, ui/log.c,
ui/mime_conf.c, ui/msg.c, ui/pgp.c, ui/pop_smtp.c, ui/rules.c,
ui/search.c, ui/sign.c, ui/view_edit.c, ui/xfmail.c: patch from
[alan@ufies.org wim@netmaster.ca] -MAJOR CLEAN UP CODE!!!!!! I
can't thank the two of you enough!
1999-11-05 14:26 xfmail
* xfmail.vpj, mail/fmail.c, mail/fmail.h: patch from [Jim Bowen
jimb@zereau.net] -Clean up patch for the IMAP panel preview
feature
1999-11-04 18:44 xfmail
* ui/cfgfile.c: CF - added debugging to find the problem of always
asking to save your config on exit.
1999-11-04 15:11 xfmail
* Changes, Makefile.in, xfmail.vpj, mail/fmail.c, mail/fmail.h,
mail/imap.c, regex/Makefile.in, ui/Makefile.in, ui/dialogs.c,
ui/dialogs.fd, ui/dialogs.h, ui/inc.c, ui/msg.c, ui/rules.c,
ui/spellchecker.c, ui/xfmail.c: 11-4-1999
Header bug finally fixed. I'm leaving a bunch of debugging in just
incase other problems arise.
patch from [Jim Bowen jimb@zereau.net] -adds the XF-Source:
header for IMAP mails (I'm not too sure if this is a good
thing, but it is necessary to be able to determine the source
of the mail for the config patch) -adds a per-mail-account
config option for download for preview -downloads the mail (if
configured to do so) when you try to preview an email for
which you have headers only
1999-11-03 13:55 xfmail
* Changes: CF - Updated the Changes file.
1999-11-03 13:44 xfmail
* configure, compface/arith.c, compface/compface.h,
editor/fl_edit.c, mail/fmail.c, mail/imap.c, ui/child.c,
ui/faces.c, ui/msg.c, ui/spellchecker.c, ui/xfmail.c: patch from
[Rastislav Stanik rastos@a403.woctn.sk]
- incorrectly ifdef-ed select() for HPUX ( impacts ./configure
script) - number of inconsistent function declarations in .h and .c
files
1999-11-03 13:37 xfmail
* xfmail.vpj, ui/xfmail.c: CF - fixed a slight problem with the
previous UID patch.
1999-11-02 20:00 xfmail
* mail/fmail.c, mail/mime.c, mail/smtp.c, ui/help.c, ui/pgp.c,
ui/xfmail.c: CF - Hopefully made us y2k complaint
1999-11-02 19:13 xfmail
* mail/pop.c: CF - refixed the solaris pop bug...some how changes I
made over the last couple of days weren't in the repository...
1999-11-02 18:42 xfmail
* ui/dialogs.c: CF - reapplied an old patch from alan@ufies.org to
fix the dialog display for the UID option laying on top of another
option.
1999-11-02 18:05 xfmail
* Makefile: CF - removed this file from the repository..
1999-11-02 17:57 xfmail
* Makefile, mail/cache.c, mail/pop.c, mail/smtp.c: CF - Bug fixing
the code I cleaned up
1999-11-02 17:42 xfmail
* Makefile, mail/fmail.c, mail/fmail.h, mail/imap.c, mail/mime.c,
ui/umail.h: CF - last of code clean ups for now. Put a bug in the
pop code....gotta go find it now..
1999-11-02 16:09 xfmail
* mail/: mbox.c, md5.c: CF - code clean up
1999-11-02 15:46 xfmail
* mail/imap.c: CF - code clean up
1999-11-02 15:38 xfmail
* mail/fmail.h, mail/mime.c, mail/nntp.c, mail/pop.c, mail/smtp.c,
ui/pgp.c, ui/umail.h: CF - code clean up
1999-11-02 14:58 xfmail
* mail/: pop.c, util.c: CF - code clean up
1999-11-02 14:12 xfmail
* mail/fmail.c: CF - code clean up
1999-11-02 14:05 xfmail
* mail/fmail.c: CF - oops..forgot an 's'
1999-11-02 12:51 xfmail
* mail/: cache.c, fmail.c, imap.c, mbox.c, md5.c, mime.c, nntp.c,
pop.c, smtp.c, util.c, uucode.c: patch from [Wim Kerkhoff
wim@netmaster.ca] Fixed all of the function declarations in the
mail directory to a cleaner style. Mucho thanks...
1999-11-02 12:45 xfmail
* Makefile, xfmail.vpj, ui/xfmail.c: patch from
[darko.doruga@hermes.si] This patch should fix the problems, but
with this patch flags follow UID w/o any spaces after the UID. I am
not sure if this is how you like it or not, it's an easy thing to
fix however. Let me know if you want this changed.
1999-11-01 21:09 xfmail
* ui/: cfgfile.cpp, xfmail.c: CF - Started moving the config file
stuff over to a class. This cleans up the design quiet a bit.
Also now I can track down the always asking to save config file
bug.
1999-10-29 19:23 xfmail
* Changes: CF - removed the tag for 1.5
1999-10-29 17:54 xfmail
* xfmail.vpj, mail/pop.c: CF - Finally stomped out the Solaris POP
bug.
1999-10-29 01:04 xfmail
* mail/pop.c: CF - Left a little bug where I was doing a trace on
the Solaris pop bug. I know what is going now. Did a quick hack,
but will put the full fix in tomorrow.
1999-10-29 00:51 xfmail
* Changes, Makefile, xfmail.vpj, mail/pop.c, ui/dialogs.c: patch
from [alan@ufies.org wim@netmaster.ca] Fixes the two new options on
the ConfigDisplay from overlapping one another.
1999-10-28 16:17 xfmail
* Makefile, xfmail.spec, xfmail.vpj, editor/fl_edit.c,
mail/cache.c, mail/fmail.c, mail/fmail.h, mail/mbox.c, mail/pop.c,
ui/dialogs.c, ui/dialogs.h, ui/msg.c, ui/rep_fwd.c, ui/sort.c,
ui/umail.h, ui/xfmail.c: 10-28-1999
patch from [Jarto Tarpio jarto@starsoft.fi] Added two new
checkboxes to the settings: Confirm delivery and Confirm reading
to change the default settings in the mail writing window. (not
in cvs yet)
May have fixed the SIGBUS from an over run buffer in host_connect.
I need Julian C. Dunn <jdunn@matrox.com> to test this out and
report back since it was his bug. (not in cvs yet)
patch from [Juergen Vigna jug@sad.it] Fixes for
compatibility with XForms 0.89. (not in cvs yet)
1999-10-27 21:00 xfmail
* Makefile, mail/cache.c, mail/fmail.c, mail/fmail.h, mail/mbox.c,
ui/dialogs.c, ui/dialogs.h, ui/sort.c, ui/umail.h, ui/version.h.in,
ui/xfmail.c: patch from [darko.doruga@hermes.si] Sorting by UID:
to add this feature I had to add another record called real_uid
to msg structure. XFmail already has record called uid but that
is only correct in case you're dealing with MH folder, for mbox
folder it contains offset into mbox file. I added UID button to
Misc->Config Display and also Folder->Options dialogs. I have
tested this with mbox and MH folders, IMAP and POP3 would need some
work for this feature to work correctly! Displaying of message
UID: this one is simple, I added UID size to Misc->Config
Display dialog, default is 0 so users will not see this change.
Correct handling of MH filenames: this is the most important
change for me. With default XFmail behaviour there is a bug
when generating a new filename. In case you have messages
(files) numbered 1,2 and 10 next file will be named 3 which is
obviously wrong.
1999-10-26 16:49 cfreeze
* xfmail.vpj: branches: 1.11.2; CF - moving source to
xfmail.ufies.org
1999-10-26 16:49 cfreeze
* regex/Makefile.in, regex/Makefile.std, ui/Makefile.in,
ui/Makefile.os2: CF - moving source to xfmail.ufies.org
1999-10-26 16:49 cfreeze
* mail/pop.c: branches: 1.5.2; CF - moving source to
xfmail.ufies.org
1999-10-26 16:49 cfreeze
* Makefile: branches: 1.14.2; CF - moving source to
xfmail.ufies.org
1999-10-24 20:39 cfreeze
* Makefile, regex/Makefile.in, regex/Makefile.std: CF - Fixed the
makefile to copy the libregex lib...some how this got passed me and
might be the reason it was crashing for some..
1999-10-24 20:14 cfreeze
* ui/: Makefile.in, Makefile.os2: CF - tidy up the makefiles
1999-10-24 20:04 cfreeze
* KNOWNBUGS: CF - added warning about the rules not working and
needing to re-enter them for them to start working again.
1999-10-24 20:04 cfreeze
* Makefile, Makefile.in, pixmap/abort.xpm, pixmap/insert.xpm,
pixmap/insorig.xpm, pixmap/move.xpm, pixmap/send.xpm,
pixmap/sign.xpm, pixmap/spell.xpm, ui/version.h.in, ui/version.src:
CF - Changed to different Pixmaps and set everything for the
release of 1.4.0
1999-10-24 20:04 cfreeze
* xfmail.spec: branches: 1.5.2; CF - Changed to different Pixmaps
and set everything for the release of 1.4.0
1999-10-24 20:04 cfreeze
* Changes: branches: 1.1.2; CF - Changed to different Pixmaps and
set everything for the release of 1.4.0
1999-10-24 15:46 cfreeze
* Makefile, Makefile.in, xfmail.spec, xfmail.vpj, ui/pgp.c,
ui/version.h.in: CF - Added a patch for GnuPG from Davide Alberani
<alberanid@bigfoot.com>
1999-10-24 14:57 cfreeze
* mail/fmail.c: branches: 1.8.2; CF - Fixed the outbox problem on
sendmail. Released 1.3.9.
1999-10-24 14:57 cfreeze
* Makefile, Makefile.in, xfmail.spec, xfmail.vpj, ui/version.h.in:
CF - Fixed the outbox problem on sendmail. Released 1.3.9.
1999-10-23 18:14 cfreeze
* ui/xfmail.c: branches: 1.7.2; CF - You can now edit and view
messages of any size. Fixed the WMaker.h include file problem.
1999-10-23 18:14 cfreeze
* mail/mbox.c, ui/msg.c: branches: 1.3.2; CF - You can now edit
and view messages of any size. Fixed the WMaker.h include file
problem.
1999-10-23 18:14 cfreeze
* mail/fmail.h: branches: 1.4.2; CF - You can now edit and view
messages of any size. Fixed the WMaker.h include file problem.
1999-10-23 18:14 cfreeze
* Makefile, README, xfmail.vpj, mail/fmail.c, ui/version.h.in: CF -
You can now edit and view messages of any size. Fixed the WMaker.h
include file problem.
1999-10-23 15:52 cfreeze
* Makefile, Makefile.in, config/acconfig.h, config/configure.in,
mail/pop.c, ui/xfmail.c: CF - Now make dist updates the ChangeLog
file. Also fixed the WMaker.h include file problem.
1999-10-22 19:25 cfreeze
* Makefile, Makefile.in, xfmail.vpj, mail/fmail.c, mail/pop.c,
ui/Makefile.in, ui/Makefile.os2, ui/help_gen, ui/version.h.in:
Released 1.3.6
Resolving hostnames are now timed like they used to be with the
async_gethostbyname but with threads. You can still compile
without threads but it is getting to the point where I want to make
it a requirement.
Rules are now done correctly for all send types not just pop
anymore.
1999-10-22 15:19 cfreeze
* Changelog, README, TODO: CF - Did a quick clean up on the
documentation.
1999-10-22 15:03 cfreeze
* Makefile, Makefile.in, xfmail.vpj, regex/Makefile,
regex/Makefile.in, ui/version.h.in, ui/xfmail.c: CF - Fixed the
lockup when xfmail first starts and tries getting the local
machine's hostname.
1999-10-21 23:44 cfreeze
* Makefile, Makefile.in, xfmail.vpj, mail/fmail.c, mail/fmail.h,
mail/imap.c, mail/mbox.c, regex/Makefile, ui/Makefile.in,
ui/config.h.in, ui/msg.c, ui/rules.c, ui/spellchecker.c,
ui/xfmail.c: CF - Fixed rules bug. Rules should now work again. I
had to use the regex code that was in the xfmail source. It needs
to be redone with the POSIX regex stuff instead. But I'll leave
that for the future..
1999-10-21 17:54 cfreeze
* Makefile, xfmail.vpj, mail/fmail.c, mail/smtp.c, regex/Makefile,
ui/pgp.c: CF - Added some mutual exclusion to allow only one send
thread to be created at a time. Also started going through and
cleaning up the Gnupg code.
1999-10-21 15:53 cfreeze
* mail/cache.c: branches: 1.2.2; Also added an option to
configure. (--with-nothreads) Now you can disable the thread
support if you are having problems while trying to send.
Now checks for pthread support and only compiles it in if you have
it.
Updated the configure.in script. It will now take care of the
problems with the Berkley or GNU dbm packages.
No longer sends ~/.xfmsources on bug reports since it carried
sensitive information.
Formally adopting the following policy on version numbers.
All releases will follow the Linux Kernel Naming Scheme
(MajorVersion.MinorVersion.ReleaseVersion) As
such, MinorVersion's that are even represent a stable
release. And in the same manor,
MinorVersion's that are odd represent
development releases. For those that live on the edge, the
current version (whether stable or development
release) will also have a daily snapshot
associated with it. It's form will be:
(Major.Minor.Release.Year-Month-Day)
Removed Patchlevel mumbo jumbo.
Fixed the signature prefix to be correct [Florian Batschi
<florian@batschi.com>]. 10-20-1999 found the netscape paste bug
myself...now I have it.. ......wierd...
also know why it was a async_gethostbyname function call... going
to make it be threaded instead of an async type logic.
started an irc channel on irc.isonline.com channel is #xfmail
Alan Bailward gave me a configure.in file to take care of the #if
defines that some of the non-linux users were complaining about...
changed some of the pixmaps to look "kewler" ... blea...
1999-10-21 15:53 cfreeze
* Makefile, configure, xfmail.spec, config/acconfig.h,
config/configure.in, mail/fmail.c, mail/mime.c, pixmap/abook.xpm,
pixmap/attach.xpm, pixmap/delete.xpm, pixmap/edit.xpm,
pixmap/exit.xpm, pixmap/forward.xpm, pixmap/help.xpm,
pixmap/mail_edit.xpm, pixmap/newmail.xpm, pixmap/next.xpm,
pixmap/nextu.xpm, pixmap/prev.xpm, pixmap/prevu.xpm,
pixmap/print.xpm, pixmap/reply.xpm, pixmap/retr.xpm,
pixmap/save.xpm, pixmap/view.xpm, regex/Makefile, ui/Makefile.in,
ui/about.c, ui/config.h.in, ui/version.h.in, ui/version.src,
ui/xfmail.c: Also added an option to configure. (--with-nothreads)
Now you can disable the thread support if you are having problems
while trying to send.
Now checks for pthread support and only compiles it in if you have
it.
Updated the configure.in script. It will now take care of the
problems with the Berkley or GNU dbm packages.
No longer sends ~/.xfmsources on bug reports since it carried
sensitive information.
Formally adopting the following policy on version numbers.
All releases will follow the Linux Kernel Naming Scheme
(MajorVersion.MinorVersion.ReleaseVersion) As
such, MinorVersion's that are even represent a stable
release. And in the same manor,
MinorVersion's that are odd represent
development releases. For those that live on the edge, the
current version (whether stable or development
release) will also have a daily snapshot
associated with it. It's form will be:
(Major.Minor.Release.Year-Month-Day)
Removed Patchlevel mumbo jumbo.
Fixed the signature prefix to be correct [Florian Batschi
<florian@batschi.com>]. 10-20-1999 found the netscape paste bug
myself...now I have it.. ......wierd...
also know why it was a async_gethostbyname function call... going
to make it be threaded instead of an async type logic.
started an irc channel on irc.isonline.com channel is #xfmail
Alan Bailward gave me a configure.in file to take care of the #if
defines that some of the non-linux users were complaining about...
changed some of the pixmaps to look "kewler" ... blea...
1999-10-19 17:19 cfreeze
* ui/dialogs.c: branches: 1.2.2; CF - You can now receive messages
of any size. (pop) You are no notified if an incoming message is
left on the server due to it violating the maximum message size.
(pop) Built an rpm using the freshmeat spec file. Finally have the
bugs worked out of the make file. Removed some silly stuff.
1999-10-19 17:19 cfreeze
* Makefile, Makefile.in, configure, xfmail.spec, xfmail.vpj,
mail/pop.c, regex/Makefile, ui/Makefile.in, ui/about.c,
ui/config.h, ui/version.h, ui/version.h.in, ui/xfmail.c: CF - You
can now receive messages of any size. (pop) You are no notified if
an incoming message is left on the server due to it violating the
maximum message size. (pop) Built an rpm using the freshmeat spec
file. Finally have the bugs worked out of the make file. Removed
some silly stuff.
1999-10-19 13:43 cfreeze
* xfmail.vpj, mail/fmail.c, mail/fmail.h, mail/mime.c, mail/smtp.c,
ui/pgp.c: Changes
1999-10-19 09:56 cfreeze
* xfmail.vtg: CF - Removed the project binary file.
1999-10-19 09:52 cfreeze
* editor/fl_edit.c, ui/umail.h, ui/sort.c, ui/dialogs.h,
ui/rep_fwd.c: branches: 1.1.1.1.2; Imported using tkCVS
1999-10-19 09:52 cfreeze
* TODO, Changelog, Copyright, KNOWNBUGS, Makefile, Makefile.in,
README, README.os2, configure, install.sh, xfmail.vtg, xfmail.vpj,
compface/Makefile.in, compface/Makefile.std, compface/arith.c,
compface/compface.h, compface/compress.c, compface/data.h,
compface/face.c, compface/file.c, compface/gen.c, config/Makefile,
config/acconfig.h, config/configure.in, config/debug.frag,
config/install.sh, regex/COPYING, regex/Makefile.in, regex/regex.c,
editor/fl_edit.c, editor/fl_edit.h, editor/fl_error.h,
editor/textbuf.c, editor/textbuf.h, mail/cache.c, mail/fmail.h,
mail/imap.c, mail/smtp.c, regex/Makefile, regex/Makefile.std,
regex/regex.h, mail/fmail.c, mail/mime.c, mail/pop.c,
mail/uucode.c, mail/mbox.c, mail/md5.c, mail/md5.h, mail/nntp.c,
mail/util.c, pixmap/abook.xpm, pixmap/abort.xpm, pixmap/attach.xpm,
pixmap/delete.xpm, pixmap/delsign.xpm, pixmap/edit.xpm,
pixmap/exit.xpm, pixmap/forward.xpm, pixmap/gena.xpm,
pixmap/help.xpm, pixmap/icon_mail.xpm, pixmap/icon_nomail.xpm,
pixmap/insert.xpm, pixmap/insorig.xpm, pixmap/mail_edit.xpm,
pixmap/mailcur.xbm, pixmap/mailcur_mask.xbm, pixmap/move.xpm,
pixmap/newmail.xpm, pixmap/next.xpm, pixmap/nextu.xpm,
pixmap/prev.xpm, pixmap/prevu.xpm, pixmap/print.xpm,
pixmap/reply.xpm, pixmap/retr.xpm, pixmap/save.xpm,
pixmap/send.xpm, pixmap/sign.xpm, pixmap/spell.xpm,
pixmap/view.xpm, ui/Makefile.in, ui/about.c, ui/dialogs.c,
ui/help.c, ui/help_gen, ui/msg.c, ui/umail.h, ui/Makefile.os2,
ui/RdBitF.c, ui/cfgfile.c, ui/child.c, ui/choose_folder.h,
ui/faces.c, ui/font.c, ui/help.txt, ui/inc.c, ui/keymap.c,
ui/log.c, ui/misc.c, ui/pgp.c, ui/rules.c, ui/sign.c, ui/sort.c,
ui/sound.c, ui/version.src, ui/view_edit.c, ui/xfmail.1,
ui/xfmail.c, ui/addr_book.c, ui/config.c, ui/config.h.in,
ui/dialogs.fd, ui/dialogs.h, ui/mime_conf.c, ui/pixmaps.h,
ui/rep_fwd.c, ui/search.c, ui/choose_folder.c, ui/config.h,
ui/config.h.os2, ui/configform.h, ui/imap_conf.c, ui/int_conf.c,
ui/newobjs.h, ui/pop_smtp.c, ui/spellchecker.c, ui/spellchecker.h,
ui/version.h, ui/version.h.in: branches: 1.1.1; Initial revision
1999-10-19 09:52 cfreeze
* TODO, Changelog, Copyright, KNOWNBUGS, Makefile, Makefile.in,
README, README.os2, configure, install.sh, xfmail.vtg, xfmail.vpj,
compface/Makefile.in, compface/Makefile.std, compface/arith.c,
compface/compface.h, compface/compress.c, compface/data.h,
compface/face.c, compface/file.c, compface/gen.c, config/Makefile,
config/acconfig.h, config/configure.in, config/debug.frag,
config/install.sh, regex/COPYING, regex/Makefile.in, regex/regex.c,
editor/fl_edit.h, editor/fl_error.h, editor/textbuf.c,
editor/textbuf.h, mail/cache.c, mail/fmail.h, mail/imap.c,
mail/smtp.c, regex/Makefile, regex/Makefile.std, regex/regex.h,
mail/fmail.c, mail/mime.c, mail/pop.c, mail/uucode.c, mail/mbox.c,
mail/md5.c, mail/md5.h, mail/nntp.c, mail/util.c, pixmap/abook.xpm,
pixmap/abort.xpm, pixmap/attach.xpm, pixmap/delete.xpm,
pixmap/delsign.xpm, pixmap/edit.xpm, pixmap/exit.xpm,
pixmap/forward.xpm, pixmap/gena.xpm, pixmap/help.xpm,
pixmap/icon_mail.xpm, pixmap/icon_nomail.xpm, pixmap/insert.xpm,
pixmap/insorig.xpm, pixmap/mail_edit.xpm, pixmap/mailcur.xbm,
pixmap/mailcur_mask.xbm, pixmap/move.xpm, pixmap/newmail.xpm,
pixmap/next.xpm, pixmap/nextu.xpm, pixmap/prev.xpm,
pixmap/prevu.xpm, pixmap/print.xpm, pixmap/reply.xpm,
pixmap/retr.xpm, pixmap/save.xpm, pixmap/send.xpm, pixmap/sign.xpm,
pixmap/spell.xpm, pixmap/view.xpm, ui/Makefile.in, ui/about.c,
ui/dialogs.c, ui/help.c, ui/help_gen, ui/msg.c, ui/Makefile.os2,
ui/RdBitF.c, ui/cfgfile.c, ui/child.c, ui/choose_folder.h,
ui/faces.c, ui/font.c, ui/help.txt, ui/inc.c, ui/keymap.c,
ui/log.c, ui/misc.c, ui/pgp.c, ui/rules.c, ui/sign.c, ui/sound.c,
ui/version.src, ui/view_edit.c, ui/xfmail.1, ui/xfmail.c,
ui/addr_book.c, ui/config.c, ui/config.h.in, ui/dialogs.fd,
ui/mime_conf.c, ui/pixmaps.h, ui/search.c, ui/choose_folder.c,
ui/config.h, ui/config.h.os2, ui/configform.h, ui/imap_conf.c,
ui/int_conf.c, ui/newobjs.h, ui/pop_smtp.c, ui/spellchecker.c,
ui/spellchecker.h, ui/version.h, ui/version.h.in: Imported using
tkCVS
|