Commit 5b79d339 5b79d339d057f21574546e56bc3e2e871b91822c by Alain Magloire

.

1 parent 04196928
Showing 1 changed file with 13 additions and 0 deletions
1 2001-07-25 Alain Magloire
2
3 Base on Jakob idea propose an implementation for decode.
4 But it is clearly not flexible enough:
5
6 decode [msgno] [part]
7 ? decode 28 2
8
9 Suppose message 28 is a mime with two part, the second part
10 will be decoded and sent to stdout.
11
12 * mail/decode.c: First implementation behind Jakobs idea.
13
1 2001-07-23 Sergey Poznyakoff 14 2001-07-23 Sergey Poznyakoff
2 * configure.in,libmu_scm/Makefile.am,guimb/Makefile.am : Fixed to 15 * configure.in,libmu_scm/Makefile.am,guimb/Makefile.am : Fixed to
3 compile properly on systems with missing/incomplete guile. 16 compile properly on systems with missing/incomplete guile.
......