X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=elmo%2Fmodb.el;h=7dd27822f8ec32fdc5f26cf016c105156e158af2;hb=c2738fdc4e616fb55973a7e285432f60af6c1c57;hp=c0938950182628d09616924cb09804cf79f1cfe7;hpb=bb80c1a8578abe6d0d2c89fcb1010e4218f34502;p=elisp%2Fwanderlust.git diff --git a/elmo/modb.el b/elmo/modb.el index c093895..7dd2782 100644 --- a/elmo/modb.el +++ b/elmo/modb.el @@ -76,8 +76,8 @@ NUMBER is a message number to set flag. FLAG is a symbol which is one of the following: `new' ... Message which is new. `read' ... Message which is already read. -`important' ... Message which is marked as important. -`answered' ... Message which is marked as answered. +`important' ... Message which is important. +`answered' ... Message which is answered. `cached' ... Message which is cached.") (luna-define-generic elmo-msgdb-unset-flag (msgdb number flag) @@ -87,8 +87,8 @@ NUMBER is a message number to set flag. FLAG is a symbol which is one of the following: `new' ... Message which is new. `read' ... Message which is already read. -`important' ... Message which is marked as important. -`answered' ... Message which is marked as answered. +`important' ... Message which is important. +`answered' ... Message which is answered. `cached' ... Message which is cached.") (luna-define-generic elmo-msgdb-list-messages (msgdb)