mu4e: remove duplicated line

This commit is contained in:
djcb 2015-11-02 08:50:37 +02:00
parent be42db958f
commit 26955ebe78
1 changed files with 0 additions and 2 deletions

View File

@ -903,8 +903,6 @@ get_find_params (GHashTable *args, MuMsgFieldId *sortfield,
*qflags |= MU_QUERY_FLAG_SKIP_DUPS;
if (get_bool_from_args (args, "include-related", TRUE, NULL))
*qflags |= MU_QUERY_FLAG_INCLUDE_RELATED;
if (get_bool_from_args (args, "include-related", TRUE, NULL))
*qflags |= MU_QUERY_FLAG_INCLUDE_RELATED;
if (get_bool_from_args (args, "threads", TRUE, NULL))
*qflags |= MU_QUERY_FLAG_THREADS;