Before | After |
---|---|
MUTT_BUFFY | MUTT_MAILBOX |
MUTT_BUFFY_CHECK_FORCE | MUTT_MAILBOX_CHECK_FORCE |
MUTT_BUFFY_CHECK_FORCE_STATS | MUTT_MAILBOX_CHECK_FORCE_STATS |
MUTT_SEL_BUFFY | MUTT_SEL_MAILBOX |
OP_BUFFY_LIST | OP_BUFFY_LIST |
OP_EDITOR_BUFFY_CYCLE | OP_EDITOR_BUFFY_CYCLE |
buffy_check | mailbox_check |
buffy_free | mailbox_free |
buffy_get | mailbox_get |
buffy_maildir_check | mailbox_maildir_check |
buffy_mbox_check | mailbox_mbox_check |
buffy_new | mailbox_new |
mutt_buffy | mutt_mailbox |
mutt_buffy_check | mutt_mailbox_check |
mutt_buffy_cleanup | mutt_mailbox_cleanup |
mutt_buffy_list | mutt_mailbox_list |
mutt_buffy_notify | mutt_mailbox_notify |
mutt_buffy_setnotified | mutt_mailbox_setnotified |
mutt_buffy_vfolder | mutt_mailbox_vfolder |
buffy_maildir_check_dir | mailbox_maildir_check_dir |
imap_buffy_check | imap_mailbox_check |
mutt_sb_set_buffystats | mutt_sb_set_mailbox_stats |
mutt_sb_set_open_buffy | mutt_sb_set_open_mailbox |
Buffy | Mailbox |
buffy | mailbox |
BuffyCount | MailboxCount |
BuffyNotify | MailboxNotify |
BuffyStatsTime | MailboxStatsTime |
BuffyTime | MailboxTime |
Incoming | AllMailboxes |
has_buffy | has_mailbox |
mh_buffy | mh_mailbox |
nntp_buffy | nntp_mailbox |
Created
August 4, 2018 08:56
-
-
Save flatcap/20185ca59bf6e73950ffe36936b95dac to your computer and use it in GitHub Desktop.
Killing Buffy
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
s/\<MUTT_BUFFY\>/MUTT_MAILBOX/g | |
s/\<MUTT_BUFFY_CHECK_FORCE\>/MUTT_MAILBOX_CHECK_FORCE/g | |
s/\<MUTT_BUFFY_CHECK_FORCE_STATS\>/MUTT_MAILBOX_CHECK_FORCE_STATS/g | |
s/\<MUTT_SEL_BUFFY\>/MUTT_SEL_MAILBOX/g | |
s/\<OP_BUFFY_LIST\>/OP_MAILBOX_LIST/g | |
s/\<OP_EDITOR_BUFFY_CYCLE\>/OP_EDITOR_MAILBOX_CYCLE/g | |
s/\<buffy_check\>/mailbox_check/g | |
s/\<buffy_free\>/mailbox_free/g | |
s/\<buffy_get\>/mailbox_get/g | |
s/\<buffy_maildir_check\>/mailbox_maildir_check/g | |
s/\<buffy_mbox_check\>/mailbox_mbox_check/g | |
s/\<buffy_new\>/mailbox_new/g | |
s/\<mutt_buffy\>/mutt_mailbox/g | |
s/\<mutt_buffy_check\>/mutt_mailbox_check/g | |
s/\<mutt_buffy_cleanup\>/mutt_mailbox_cleanup/g | |
s/\<mutt_buffy_list\>/mutt_mailbox_list/g | |
s/\<mutt_buffy_notify\>/mutt_mailbox_notify/g | |
s/\<mutt_buffy_setnotified\>/mutt_mailbox_setnotified/g | |
s/\<mutt_buffy_vfolder\>/mutt_mailbox_vfolder/g | |
s/\<buffy_maildir_check_dir\>/mailbox_maildir_check_dir/g | |
s/\<imap_buffy_check\>/imap_mailbox_check/g | |
s/\<mutt_sb_set_buffystats\>/mutt_sb_set_mailbox_stats/g | |
s/\<mutt_sb_set_open_buffy\>/mutt_sb_set_open_mailbox/g | |
s/\<Buffy\>/Mailbox/g | |
s/\<buffy\>/mailbox/g | |
s/\<BuffyCount\>/MailboxCount/g | |
s/\<BuffyNotify\>/MailboxNotify/g | |
s/\<BuffyStatsTime\>/MailboxStatsTime/g | |
s/\<BuffyTime\>/MailboxTime/g | |
s/\<Incoming\>/AllMailboxes/g | |
s/\<has_buffy\>/has_mailbox/g | |
s/\<mh_buffy\>/mh_mailbox/g | |
s/\<nntp_buffy\>/nntp_mailbox/g |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment