/[mailutils]/mailutils/mail/tag.c
ViewVC logotype

Diff of /mailutils/mail/tag.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6 by polak, Sun Feb 9 12:33:01 2003 UTC revision 1.7 by gray, Sun Mar 23 22:49:53 2003 UTC
# Line 21  Line 21 
21  /* unt[ag] [msglist] */  /* unt[ag] [msglist] */
22    
23  static int  static int
24  tag_message (message_t mesg, msgset_t *msgset, void *arg)  tag_message (message_t mesg, msgset_t *msgset ARG_UNUSED, void *arg)
25  {  {
26    attribute_t attr;    attribute_t attr;
27    int *action = arg;    int *action = arg;
28    
   (void)msgset;  
29    message_get_attribute (mesg, &attr);    message_get_attribute (mesg, &attr);
30    if (*action)    if (*action)
31      attribute_set_userflag (attr, MAIL_ATTRIBUTE_TAGGED);      attribute_set_userflag (attr, MAIL_ATTRIBUTE_TAGGED);

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26