/x11-wm/wmakerconf/

itle='gsoc2013-evolution Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/camel
Commit message (Expand)AuthorAgeFilesLines
* Turn off w() -> warnings.92001-10-299-11/+133
* Fix the 'is this a matching subfolder or subfolder'' logic to match92001-10-293-3/+29
* Changed to call ibex_move to rename it internally.82001-10-282-10/+49
* Use the right variable, not info.82001-10-282-1/+5
* Make sure we've actually read data before checking if p[-] is '\r' or not.Jeffrey Stedfast2001-10-283-7/+61
* Same.Jeffrey Stedfast2001-10-283-12/+26
* Use path not protocol as the path part of the uri of the folder_created82001-10-287-19/+103
* More fixing of the license texts.Ettore Perazzoli2001-10-2861-693/+671
* More fixing of the license texts.Ettore Perazzoli2001-10-2856-616/+616
* Fixing the license text.Ettore Perazzoli2001-10-28130-130/+0
* Finished implementation.72001-10-279-83/+227
* Don't bother checking ex since we can rely on the response being NULL onJeffrey Stedfast2001-10-272-12/+67
* Update the licensing information to require version 2 of the GPLEttore Perazzoli2001-10-27130-260/+260
* Check to make sure that the dataset is non-NULL before using and/orJeffrey Stedfast2001-10-272-19/+29
* Check for EWOULDBLOCK too? (stream_read): Same. (stream_flush): Return 0Jeffrey Stedfast2001-10-272-2/+5
* Check for EWOULDBLOCK too? (stream_read): Same.Jeffrey Stedfast2001-10-272-5/+32
* Lets try putting a camel_stream_reset() here. Logic being that the streamJeffrey Stedfast2001-10-272-0/+10
* Remove the stupid warning that should never have been there in the first52001-10-269-36/+94
* Don't let fi->name be NULL.Dan Winship2001-10-252-0/+7
* updated the SIMULATE_FLAKY_NETWORK codeJeffrey Stedfast2001-10-251-10/+12
* Same as in the TcpStreamRaw code. (stream_write): And again here...Jeffrey Stedfast2001-10-253-77/+139
* Remove an extra * in one of the regexps that glibc apparently doesn't mindDan Winship2001-10-242-1/+6
* made d(x) x recompile again.32001-10-232-5/+9
* No, use Storing, as the other code does :p (spool_summary_check): Check22001-10-232-3/+9
* s/summarising/summarizing/. (spool_summary_check): s/summarise/summarize/.Jon Trowbridge2001-10-232-3/+9
* If we are kludging around a inline-pgp signed part, do some charsetJeffrey Stedfast2001-10-233-4/+30
* Use search_type_mlist for mailing list searches.Michael Zucci2001-10-238-213/+130
* (camel_search_header_match): Oops, missing i=0.Michael Zucci2001-10-233-8/+24
* Match check against all addresses in a multiple address match. Should fix22001-10-232-6/+10
* Add a hack: if the multipart/signed part has a "x-inline-pgp-hack"Dan Winship2001-10-232-1/+15
* added $GNOME_INCLUDEDIR to INCLUDES, needed for latest libgnome, whichRodrigo Moya2001-10-232-0/+6
* Only do the rawtext checks if the part is a text part, otherwise don'tJeffrey Stedfast2001-10-222-1/+6
* Updated comments to make the code a bit more clear.Jeffrey Stedfast2001-10-222-7/+14
* Dont do the macro stuff - basically so you can actually debug calls.12001-10-22> 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