]> granicus.if.org Git - neomutt/shortlog
neomutt
2009-04-16 Rocco RutteManual: Improve docs on URL syntax, add examples
2009-04-16 Rocco RutteManual: Add user-defined variables to variable types
2009-04-11 Rocco RutteDon't raise new mail flag on mbox/mmdf Fcc mailboxes...
2009-04-08 Rocco RutteFor %F, display Bcc recipient if no other recipients...
2009-04-08 Rocco RutteMake ~x match In-Reply-To, too. Closes #771.
2009-04-07 Rocco RutteFix b5cbd0dab863, closes #3215.
2009-04-07 Erik HovlandTry to correct usage of tempfile and *tempfile
2009-04-06 Rocco RutteManual: Fix typo
2009-04-06 Erik Hovlandmutt_message_to_7bit(): Only close file pointer if...
2009-04-06 Erik HovlandPlug memory leaks in sendlib.c
2009-04-05 Rocco RutteMerge backout
2009-04-05 Rocco RutteBacked out changeset 23c7b469ff20
2009-04-05 Erik Hovlandq is never used
2009-04-02 Steve KempOnly append -- to $sendmail if not present. Closes...
2009-04-02 Rocco RutteClarify what $attach_charset does, closes #3165.
2009-04-02 Rocco RutteAdd 'sortcheck' target to doc/Makefile.am
2009-04-02 Rocco RutteSort $pgp_* and $crypt_* vars, see #3191.
2009-04-02 Rocco RutteSort $smime_* vars, see #3191.
2009-04-01 Miroslav LichvarUse PATH_MAX for buffers passed to realpath(3) as we...
2009-04-01 Rocco RutteManual: Fix openjade warnings
2009-04-01 Rocco Ruttemakedoc: Render description lists as <informaltable/>
2009-03-31 Rocco RutteManual: Add an example of how to manage multiple accoun...
2009-03-31 Rocco RuttePerform case insensitive string search if pattern is...
2009-03-31 Rocco RutteManual: Fix markup of ".muttrc"
2009-03-31 Rocco RutteManual: Always spell mutt as "Mutt"
2009-03-31 Rocco RutteManual: Replace netscape with firefox
2009-03-31 Rocco RutteManual: use <quote/> instead of " quotes
2009-03-31 Rocco RutteManual: Lots of minor improvements (markup consistency...
2009-03-30 Rocco RutteFor mailbox formats, add some more verbose pros and...
2009-03-30 Rocco RutteManual: Add section about zeroprinting format strings...
2009-03-28 Thomas RoesslerMake IDNA code more readable
2009-03-28 Rocco RutteManual: Add section roughly explaining config option...
2009-03-28 Rocco Ruttemakedoc: make output slightly more readable
2009-03-27 Rocco Ruttef=f: Fix debug messages
2009-03-25 Erik HovlandMake sure childout string is valid before giving to...
2009-04-05 Rocco RutteManual: Put 'alias' and 'unalias' synopsis together
2009-04-05 Rocco Ruttemutt.css: Minor tweaks for <cmdsynopsis/>
2009-04-05 Rocco RutteManual: Make sure every rc command has a synopsis in...
2009-04-05 Rocco RutteManual: Fold consecutive <cmdsynopsis/> into just one
2009-04-05 Rocco RutteManual: More entities and <quotes/> as appropriate
2009-04-04 Rocco RutteManual: Improve 'sortcheck' target
2009-04-04 Rocco RutteManual: Capitalize headlines
2009-04-04 Rocco RutteManual: Move section on mixmaster support to Optional...
2009-04-04 Rocco RutteManual: Remove duplicate section on mailcap use from...
2009-04-04 Rocco RutteManual: Minor improvements and fixes
2009-04-04 Rocco RutteManual: Add a short chapter summarizing security consid...
2009-04-04 Rocco RutteManual: Use &mdash; in text rather than --
2009-04-04 Rocco RutteManual: Add section on padding for format strings
2009-04-04 Rocco RutteManual: Mention reply types in "Sending Mail" section
2009-04-04 Rocco RutteManual: Add table with navigation keys for page-based...
2009-04-04 Rocco Ruttemutt.css: Add left+right margins to screen, note and...
2009-04-04 Rocco RutteManual: Add section on screens and menus with short...
2009-03-19 Rocco RutteImprove section on patterns
2009-03-19 Rocco RutteFix progress update debug message
2009-03-19 Rocco RutteDocument kilo and mega suffixes for range patterns
2009-03-18 Rocco RutteProperly initialize more structs
2009-03-19 Erik HovlandRemove unused variable
2009-03-19 Roman KraevskiyRestore connection polling callback when closing SASL...
2009-03-18 Erik HovlandS/MIME: Don't leak intermediate cert key
2009-03-18 Erik HovlandProperly initialize struct stats in buffy check
2009-03-17 Rocco RutteFix some warnings with -W about missing initializers...
2009-03-17 Todd ZullingerEnsure display is redrawn for application/pgp
2009-03-15 Rocco RutteAdd wcscasecmp() compatibility function (for OS X)
2009-03-15 Rocco Ruttemutt.1: Mention that -a should be last in option list...
2009-03-15 Rocco RutteOnly define min() if not present. Closes #3199
2009-03-15 Erik HovlandThe assigned value of dom is never used. Remove assignment
2009-03-15 Erik HovlandThe file handle will leak if fread fails
2009-03-12 Erik Hovlandresort_index will use menu->current as a index into...
2009-03-12 Erik Hovland'last' is assigned but never used. Remove assignment.
2009-03-15 Rocco RutteUse safe_fclose() instead of fclose(), add fclose(...
2009-03-15 Rocco RutteMerge
2009-03-15 Rocco Ruttetext/enriched: flush FILE buffer, too when flushing...
2009-03-15 Rocco Ruttetext/enriched: drop encriched_cmp(), use wide character...
2009-03-10 NONAKA KimihiroFix crashes with 64bit time_t. Closes #3184.
2009-03-09 Vincent LefevreUnbreak compilation on OS X with --with-regex/--without...
2009-03-09 Rocco RutteUnbreak compilation with --without-wc-funcs on OS X...
2009-03-09 Rocco RutteFix 11cd72da743a
2009-03-09 Rocco RutteSort SSL-related variables, see #3191.
2009-03-09 Rocco RutteRestore $reverse_alias feature by using case-insensitiv...
2009-03-07 Rocco RutteSort most variables (except crypto), see #3191.
2009-03-07 Rocco RutteFix typo, see #2430.
2009-02-20 Rocco RutteManual: verbosely document how the initial folder is...
2009-02-20 Rocco RutteDocument address normalization. Closes #2430.
2009-02-20 Rocco RutteSimplify and fix Attach: header parsing
2009-02-20 Rocco RutteSet magic from -m before processing queries (-Q) or...
2009-02-20 Rocco RutteBetter document how the initial folder is determined...
2009-02-15 Rocco RutteSupport spaces in Attach: pseudoheader. Closes #3179.
2009-02-10 Rocco RutteFix documentation typos. Closes #3178.
2009-01-27 Brendan CullyMove socket close into imap_logout from imap_logout_all
2009-01-27 Brendan CullyIMAP: only close socket when not already disconnected.
2009-01-27 Rocco RutteUpdate copyright years
2009-01-27 Rocco RutteFix help alignment for escape sequences at screen bound...
2009-01-27 Rocco RutteUnconditionally inode-sort Maildir and MH folders....
2009-01-26 Brendan CullyRemove old bcache tmpfile before trying to create new...
2009-01-20 René ClercUpdated Dutch translation
2009-01-20 Ivan Vilata... Updated Catalan translation
2009-01-14 Emanuele GiaquintaUse imap_utf7_encode instead of imap_munge_mbox_name...
2009-01-14 Brendan CullyAdd missing hooks to manual section 4
2009-01-13 Brendan CullyMerge
2009-01-13 Brendan CullyDo not allow a command in an account-hook to trigger...
next