Just a sample of the Echomail archive
[ << oldest | < older | list | newer > | newest >> ]
|  Message 2242  |
|  Michael Dillon to Vincent Coen  |
|  Re: Hatch  |
|  26 Jan 22 17:09:00  |
 
MSGID: 1:18/200.0 61f1c67c
VC> The original code looks like this :
VC> --
VC> for (i = 0; i < strlen(hatch.Desc); i++) {
VC> if (hatch.Desc[i] != '%') {
VC> fprintf(Tf, "%c", hatch.Desc[i]);
VC> } else {
VC> i++;
VC> memset(&tmp, 0, sizeof(tmp));
VC> if (isdigit(hatch.Desc[i]))
VC> tmp[0] = hatch.Desc[i];
VC> if (isdigit(hatch.Desc[i+1])) {
VC> tmp[1] = hatch.Desc[i+1];
VC> i++;
VC> }
VC> fprintf(Tf, "%c", de->d_name[atoi(tmp) -1]);
VC> }
VC> }
VC> --
VC> Vincent
VC> --- Mageia Linux v8 X64/Mbse v1.0.7.24/GoldED+/LNX 1.1.5-b20180707
VC> * Origin: Air Applewood, The Linux Gateway to the UK & Eire (2:250/1)
This code actually just translates the Desc line looking for %NN entries,
replacing the NN with the character in the file name itself. Otherwise it just
copies the next character in the description.
... Heisenberg may have slept here.
___ MultiMail/Win v0.52
--- Maximus/2 3.01
* Origin: Outpost BBS (1:18/200)
SEEN-BY: 1/123 15/0 18/200 90/1 105/81 106/201 120/340 123/131 129/305
SEEN-BY: 129/330 153/7715 226/30 227/114 229/110 206 317 400 424 426
SEEN-BY: 229/428 452 550 664 700 240/5832 266/512 282/1038 292/854
SEEN-BY: 301/1 317/3 320/219 322/757 342/200 396/45 633/280 712/848
PATH: 18/200 229/426
|
[ << oldest | < older | list | newer > | newest >> ]