diff --git a/lib/mu-msg-iter.h b/lib/mu-msg-iter.h index a06cdc9e..6471a308 100644 --- a/lib/mu-msg-iter.h +++ b/lib/mu-msg-iter.h @@ -1,5 +1,5 @@ /* -** Copyright (C) 2008-2010 Dirk-Jan C. Binnema +** Copyright (C) 2008-2012 Dirk-Jan C. Binnema ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License as published by @@ -65,8 +65,7 @@ MuMsgIter *mu_msg_iter_new (XapianEnquire *enq, * @return TRUE if it succeeded, FALSE otherwise (e.g., because there * are no more messages in the query result) */ -gboolean mu_msg_iter_next (MuMsgIter *iter); - +gboolean mu_msg_iter_next (MuMsgIter *iter); /** diff --git a/lib/mu-util.h b/lib/mu-util.h index 0b0c5745..f4441810 100644 --- a/lib/mu-util.h +++ b/lib/mu-util.h @@ -1,7 +1,7 @@ /* -*-mode: c; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*-*/ /* -** Copyright (C) 2008-2010 Dirk-Jan C. Binnema +** Copyright (C) 2008-2012 Dirk-Jan C. Binnema ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License as published by @@ -405,7 +405,6 @@ enum _MuError { /* could not remove */ MU_ERROR_XAPIAN_REMOVE_FAILED = 21, - /* GMime related errors */ /* gmime parsing related error */