summaryrefslogtreecommitdiff
path: root/frm/frm.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2008-11-27 21:43:47 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2008-11-27 21:43:47 +0000
commit28e9a0a06b996595db2dd7ad64c9adced80d3aca (patch)
tree2fbbbe966a2ffc7de6e279b147e452c88d5c7947 /frm/frm.c
parent5845efba26f3dcae8718fe9d447a6071e9255af4 (diff)
downloadmailutils-28e9a0a06b996595db2dd7ad64c9adced80d3aca.tar.gz
mailutils-28e9a0a06b996595db2dd7ad64c9adced80d3aca.tar.bz2
Add iterator support to opool.
* include/mailutils/opool.h (mu_opool_get_iterator): New function. * mailbox/opool.c (mu_opool_get_iterator): New function. * mailbox/hdritr.c (hdr_data_dup): Bugfix: notify owner about the new iterator.
Diffstat (limited to 'frm/frm.c')
-rw-r--r--frm/frm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/frm/frm.c b/frm/frm.c
index 8d9e72998..7856983c1 100644
--- a/frm/frm.c
+++ b/frm/frm.c
@@ -216,10 +216,10 @@ static struct argp argp = {
static const char *frm_argp_capa[] = {
"common",
+ "debug",
"license",
"mailbox",
"locking",
- "debug",
NULL
};

Return to:

Send suggestions and report system problems to the System administrator.