Skip to content

Commit

Permalink
Fixed typo in function name
Browse files Browse the repository at this point in the history
mailimap_fetch_att_new_xgmmsgid should be mailimap_fetch_att_new_xgmthrid in this file.
  • Loading branch information
iljaiwas committed Mar 26, 2013
1 parent d4e1a30 commit 7128d50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/low-level/imap/xgmthrid.c
Expand Up @@ -115,7 +115,7 @@ mailimap_xgmthrid_extension_data_free(struct mailimap_extension_data * ext_data)
free(ext_data);
}

struct mailimap_fetch_att * mailimap_fetch_att_new_xgmmsgid(void)
struct mailimap_fetch_att * mailimap_fetch_att_new_xgmthrid(void)
{
char * keyword;
struct mailimap_fetch_att * att;
Expand Down

0 comments on commit 7128d50

Please sign in to comment.