summaryrefslogtreecommitdiff
path: root/mh/mh_whatnow.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2011-11-19 16:08:48 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2011-11-19 16:11:35 +0200
commit530953e151f011eb2f57918039c402f475431a09 (patch)
tree7682933bdd23a67ece95cc65af80df34d52c1991 /mh/mh_whatnow.c
parentc96bc2c092dda2d3c9fe3f1498857c7d4afb56dc (diff)
downloadmailutils-530953e151f011eb2f57918039c402f475431a09.tar.gz
mailutils-530953e151f011eb2f57918039c402f475431a09.tar.bz2
Rename mu_list_do to mu_list_foreach. Add comments to mailutils/list.h
Diffstat (limited to 'mh/mh_whatnow.c')
-rw-r--r--mh/mh_whatnow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mh/mh_whatnow.c b/mh/mh_whatnow.c
index ad2749085..4b4b21045 100644
--- a/mh/mh_whatnow.c
+++ b/mh/mh_whatnow.c
@@ -307,7 +307,7 @@ annotate (struct mh_whatnow_env *wh)
d.field = wh->anno_field;
d.date = i == 1;
mu_address_to_string (subaddr, d.value, size + 1, NULL);
- mu_list_do (wh->anno_list, anno, &d);
+ mu_list_foreach (wh->anno_list, anno, &d);
free (d.value);
mu_address_destroy (&subaddr);
}

Return to:

Send suggestions and report system problems to the System administrator.