recipient, without "spam" in the subject, received over the last 31
days, and create an mbox file /tmp/mymail/mbox.
+.SH "FILES"
+
+The configuration file is by default ${HOME}/.mymailrc and can also be
+specificied through the MYMAILRC environment variable.
+
+It allows to define aliases of search keys, such as:
+
+.P
+.nf
+.B alias tod=today
+
.SH "BUGS"
The search in the mail bodies does not decode mimencoding mails, hence
read_rc_file(rc_filename);
}
+ /*
+ {
+#warning Test code added on 2013 May 02 11:17:01
+ struct alias_node *a;
+ for(a = global_alias_list; a; a = a->next) {
+ printf ("ALIAS [%s] [%s]\n", a->alias, a->value);
+ }
+ }
+ */
+
setlocale(LC_ALL, "");
nb_search_conditions = 0;