Re: Mailing lists and subscribe
Hello Michelle,
On Monday, March 3, 2008 at 20:48:27 +0100, Michelle Konzack wrote:
>| unlists *
>| unsubscribe *
>| `for file in ~/Mail/lists/* ; do name=$(basename $file) ; \
>| echo -e "lists $name\nsubscribe $name" ; done`
This doesn't work:
- the backtick expansion picks the first line only
- subscribe alone suffices to declare a list as lists + subscribe
- in Mutt 1.4 "unlists *" alone suffices to erase all previous lists
and subscribes
Bye! Alain.
--
Mutt compressed folders tip for stable archive timestamp:
| open-hook \\.gz$ "gzip -cd '%f' > '%t' ; ret=$? ; touch --no-create
--reference='%f' '%t' ; exit \$ret"
| close-hook \\.gz$ "gzip -c '%t' > '%f' ; ret=$? ; touch --no-create
--reference='%t' '%f' ; exit \$ret"
| append-hook \\.gz$ "gzip -c '%t' >> '%f'"