search for: modify_remov

Displaying 3 results from an estimated 3 matches for "modify_remov".

Did you mean: modify_remove
2005 May 20
1
pop3/commands.c query
Is this correct ? cmd_rset() if (mail_update_flags(mail, MAIL_SEEN, MODIFY_REMOVE) < 0) break; Args seems to be switched. /Jens ----------------------------------------------------------------------- 'This mail automatically becomes portable when carried.' ----------------------------------------------------------------------- Jens L??s...
2007 Aug 15
1
Errors from dovecot 1.1
...synchronization error at seq=7,offset=948 for /data2/mail/we/webmail.us/ji/jing/dovecot.index: Extension introduction for unknown id 2 dovecot: Aug 15 14:19:30 Error: IMAP(use at doamin): file mail-index-sync-keywords.c: line 285 (mail_index_sync_keywords): assertion failed: (rec->modify_type == MODIFY_REMOVE) dovecot: Aug 15 14:19:30 Error: IMAP(use at doamin): Raw backtrace: imap [0x80badb6] -> imap [0x80ba903] -> imap(mail_index_sync_keywords+0xee) [0x80ac3e6] -> imap(mail_index_sync_record+0x393) [0x80a0437] -> imap(mail_index_sync_map+0x208) [0x80a075c] -> imap(mail_index_map+0x89)...
2007 Jun 19
0
Branch 'as' - 4 commits - libswfdec/swfdec_codec_video.c libswfdec/swfdec_movie.c test/trace
...t; 4), + /* the ratio has changed */ + MODIFY_RATIO = (1 << 5), + /* the second PlaceObject has a name */ + MODIFY_NAME = (1 << 6), + /* the clip depth has changed */ + MODIFY_CLIP_DEPTH = (1 << 7), + /* a Remove tag is added directly before the second PlaceObject */ + MODIFY_REMOVE = (1 << 8), + /* add here */ + MODIFY_MAX = (1 << 9) +}; + +static void +modify_item (SWFDisplayItem item, GString *name, guint mod) +{ + SWFDisplayItem_setDepth (item, 1); + + if (mod & MODIFY_MOVE) { + if (name) + g_string_append (name, "-move"); + els...