Routines for adding user scores to emails. More...
Go to the source code of this file.
Functions | |
void | mutt_check_rescore (struct Mailbox *m) |
Do the emails need to have their scores recalculated? | |
enum CommandResult | mutt_parse_score (struct Buffer *buf, struct Buffer *s, intptr_t data, struct Buffer *err) |
Parse the 'score' command - Implements Command::parse() -. | |
enum CommandResult | mutt_parse_unscore (struct Buffer *buf, struct Buffer *s, intptr_t data, struct Buffer *err) |
Parse the 'unscore' command - Implements Command::parse() -. | |
void | mutt_score_message (struct Mailbox *m, struct Email *e, bool upd_mbox) |
Apply scoring to an email. | |
Routines for adding user scores to emails.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Definition in file score.h.
void mutt_check_rescore | ( | struct Mailbox * | m | ) |
Do the emails need to have their scores recalculated?
m | Mailbox |
Definition at line 67 of file score.c.
Apply scoring to an email.
Definition at line 164 of file score.c.