]> granicus.if.org Git - neomutt/shortlog
neomutt
2019-01-07 Kevin McCarthyRead in protected headers when resuming a postponed...
2019-01-07 Kevin McCarthyFinish protected header write support
2019-01-07 Kevin McCarthyAdd a new mode for mutt_write_rfc822_header()
2019-01-07 Kevin McCarthyAdd config and data structure for protected header...
2019-01-07 Kevin McCarthyHandle improperly encoded pgp/mime octetstream part
2019-01-07 Kevin McCarthyDisplay mail sent message after Fcc finishes
2019-01-07 Kevin McCarthyFix flags if mutt_get_postponed() has no messages
2019-01-07 Kevin McCarthyMore postpone cleanup
2019-01-07 Kevin McCarthyWhen postponing, encode descriptions before encrypting
2019-01-07 Kevin McCarthyRefactor postpone_message()
2019-01-07 Kevin McCarthyPrompt when mutt_write_fcc() fails
2019-01-07 Kevin McCarthyMove fcc after send
2019-01-07 Kevin McCarthyRefactor save_fcc() function
2019-01-07 Kevin McCarthyAdd rfc2047_encode_envelope helper
2019-01-07 Kevin McCarthyAdd protected header received email support
2019-01-07 Kevin McCarthyAdd mx operation save_to_header_cache
2019-01-07 Kevin McCarthyParse and store mime headers in the BODY
2019-01-07 Kevin McCarthyFactor out rfc2047_decode_envelope()
2019-01-07 Richard Russonclang-format
2019-01-07 Pietro Ceruttiacutest: sync to upstream
2019-01-05 Richard Russonmerge: factor Context out of mailbox functions
2019-01-05 Richard Russonimap tidy
2019-01-05 Richard Russonmx_mbox_close drop index_hint
2019-01-05 Richard Russonsplit out context functions
2019-01-05 Richard Russonmbox_sync: factor out Context
2019-01-05 Richard Russonmbox_sync: use mailbox notifications
2019-01-05 Richard Russonmbox_check: factor out Context
2019-01-05 Richard Russonmbox_check: use mailbox notifications
2019-01-05 Richard Russonmbox_open: factor out Context
2019-01-05 Richard Russonimap: drop mdata->ctx
2019-01-05 Richard Russonimap_expunge_mailbox: use mailbox notifications
2019-01-05 Richard Russonmx_fastclose_mailbox: factor out Context
2019-01-05 Richard Russonmx_fastclose_mailbox: use mailbox notifications
2019-01-05 Richard Russonmailbox: add notify callback
2019-01-05 Richard Russontidy mbox_close
2019-01-05 Richard Russonimap: drop Context from imap_copy_messages()
2019-01-05 Austin Rayfolder-hook: try matching on description
2019-01-04 Richard Russonmerge: add summary pages
2019-01-04 rytImplement :version command
2019-01-04 rytImplement :set [all] commands
2019-01-04 Christopher... add ICommand for new :ex-style commands
2019-01-04 Richard Russonmbox: quieten probing
2019-01-03 Richard Russonmerge: Tidy the command parsing functions
2019-01-03 Victor FernandesChange errors to warnings where applicable
2019-01-03 Victor FernandesCreated enum to group command_t return codes
2019-01-03 Richard Russonclang-format
2019-01-03 Naveen Nathanfix: mutt/charset.c: only include libintl.h if ENABLE_N...
2019-01-03 Karel Zaknotmuch: make sure nm_db_longrun_done() release DB
2019-01-02 Austin RayIndex: try description when changing mailboxes 1516/head
2019-01-02 Richard Russondemote 'last message' errors to messages
2019-01-02 Thomas Jaroschsolarized dark color scheme: Remove outdated comment...
2019-01-01 Thomas JaroschFix use of uninitialized memory in mutt_parse_unmailboxes()
2019-01-01 Richard Russonrename menu.h back to mutt_menu.h
2019-01-01 Mark Stengleinimap: command: Adds unique sequence IDs
2018-12-30 Kevin McCarthyAdd $auto_subscribe variable.
2018-12-30 Thomas Jaroschmanual: Fix small typo
2018-12-28 Richard Russonpager: prevent negative index
2018-12-28 Richard Russonlight tidy
2018-12-27 Alvaro HerreraFix mistaken hdrs -> email
2018-12-22 Richard Russonrefactor hash
2018-12-22 Richard Russonlight tidying
2018-12-21 Mehdi Abaakoukimap: remove ImapCache
2018-12-21 Richard Russonmbox: allow non-file mailboxes
2018-12-21 Richard Russonmxapi: fix creation of new mailboxes
2018-12-21 Richard Russonmbox: fix dodgy stat buffer
2018-12-20 Richard Russonfix email macros
2018-12-20 Richard Russonmailbox: rename hdrmax to email_max
2018-12-20 Richard Russonmailbox: rename hdrs to emails
2018-12-20 Richard Russonmxapi: remove Context from mbox_close()
2018-12-20 Mehdi Abaakoukimap: Don't use Context in imap_mbox_close
2018-12-20 Mehdi Abaakoukimap: Move Context to ImapMboxData
2018-12-17 Richard Russonnntp: fix hcache unterminated string
2018-12-17 Pietro Ceruttibuild: add -lgpg-error to gpgme build
2018-12-17 Ian ZimmermanFix double evaluation of mutt_escape_path() inside...
2018-12-16 Richard Russondoc: fix echo example
2018-12-16 Ian Zimmermancontrib: add mairix_filter.pl
2018-12-16 Ian ZimmermanPass current folder to external search tool
2018-12-16 Ian ZimmermanMove escape_path to the library
2018-12-14 Mehdi Abaakoukimap: use imap_mailbox_status() in imap_mbox_check_stats()
2018-12-13 Kevin McCarthyFix possible smime crash if the read mime header p...
2018-12-13 Kevin McCarthyFix memory leak in smime.c.
2018-12-13 Richard Russondocs: strip out fake curly quotes in comments
2018-12-13 Richard Russonminor code tidying
2018-12-12 Richard Russonmerge: refactor GroupContext to GroupList
2018-12-12 Pietro CeruttiTidy API: s/group_context/grouplist/ 1187/head
2018-12-12 Pietro CeruttiSimplify the API when we cannot fail
2018-12-12 Pietro CeruttiExplicitly allocate/free Groups memory
2018-12-12 Pietro CeruttiGet rid of global variable
2018-12-12 Pietro CeruttiSort functions prototypes
2018-12-12 Pietro CeruttiMove group.[ch] to mutt/
2018-12-12 Pietro CeruttiRename Group-related structures
2018-12-12 Bo YUConvert GroupContext to use STAILQ
2018-12-12 Richard Russonmerge: imap refactoring
2018-12-12 Mehdi Abaakoukimap: Change more functions with Mailbox 1487/head
2018-12-12 Mehdi Abaakoukimap: use Mailbox in imap_sync_message_for_copy()
2018-12-12 Mehdi Abaakoukimap: imap_fix/cache_path don't need ImapAccountData
2018-12-12 Mehdi Abaakoukimap: move some functions Mailbox
2018-12-12 Mehdi Abaakoukimap: imap_expunge_mailbox use m instead of adata-...
2018-12-12 Mehdi Abaakoukimap: ensure '\0' and INBOX are the same Mailbox
2018-12-12 Mehdi Abaakoukmx: share code between ac_find implementations
next