mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 10:58:10 +01:00
tags_to_maildir_flags: Cleanup double assignement
The for loop right after already does the job. Signed-off-by: Louis Rilling <l.rilling@av7.net>
This commit is contained in:
parent
21b13c3932
commit
b9360be2bd
1 changed files with 0 additions and 2 deletions
|
@ -1217,8 +1217,6 @@ _new_maildir_filename (void *ctx,
|
||||||
if (info == NULL) {
|
if (info == NULL) {
|
||||||
info = filename + strlen(filename);
|
info = filename + strlen(filename);
|
||||||
} else {
|
} else {
|
||||||
flags = info + 3;
|
|
||||||
|
|
||||||
/* Loop through existing flags in filename. */
|
/* Loop through existing flags in filename. */
|
||||||
for (flags = info + 3, last_flag = 0;
|
for (flags = info + 3, last_flag = 0;
|
||||||
*flags;
|
*flags;
|
||||||
|
|
Loading…
Reference in a new issue