summaryrefslogtreecommitdiffstats
path: root/init.h
AgeCommit message (Collapse)Author
2007-07-08This patch implements the "%* " notation, which is analogous to "%> "David Champion
but gives precedence to the right side instead of to the left when the fill length is zero. The default $pager_format is updated to use it so that %P is always available at the edge of the screen.
2007-04-15Removed hardcoded pager progress indicator and add %P format code to ↵Michael Elkins
$pager_status which contains the same information. Append "%> -- (%P)" to $pager_status to emulate old behavior. Closes #2087.
2007-04-12Make $header_cache_compress default to setBrendan Cully
2007-04-11Add $smtp_pass (closes #2116)Brendan Cully
2007-04-10Add $message_cache_clean option to prune message cache on syncBrendan Cully
2007-04-05Remove broken namespace supportBrendan Cully
2007-03-29Use ~/.muttrc as the default alias_file if no user muttrc exists.Christoph Berg
Makes the code agree with the documentation. Document that default is actually the used muttrc. (Closes Debian #226500.)
2007-03-21Merge $umask backoutBrendan Cully
2007-03-21Back out $umask.Brendan Cully
2007-03-21Pipe functions.h through cpp -C for the manual generation; factor outChristoph Berg
makedoc-defs.h from init.h for use in functions.h.
2007-03-20Make BUFFY_SIZE a runtime switch ($check_mbox_size)Miroslav Lichvar
2007-03-15Document pattern groups in the manualRocco Rutte
Sync with muttrc. Add some rationale for groups. Fix some style issues. Fix quoting issue with $smtp_authenticators.
2007-03-08Add `UL' cast for Umask entry in MuttVars to supress compiler warning.Michael Elkins
2007-03-04Doc fixes and updates concerning hooksAlain Bench
- Add reply-hooks and send2-hooks in lists they miss. - Fix that they all take full patterns, not only regexps. - Note interaction with $default_hook. - Enumerate them in execution order/increasing priority. - Add iconv-hook, remove a duplicate charset-hook.
2007-03-02Add $umask for mailboxes and attachments.Brendan Cully
init.c could really use some refactoring.
2007-03-03Revise status_format docs for %??&?. (closes: #2805)Brendan Cully
2007-03-03Add $wrap, which supersedes $wrapmargin.Brendan Cully
When set to a positive number, wrap at that column. When set to a negative number, keep that many characters empty on the right.
2007-03-01Remove $file_charset SYN - it never appeared in an official release.Brendan Cully
2007-02-27Fix init.h preprocessing when USE_SMTP is not set.Brendan Cully
2007-02-27Updated $assumed_charset patch (closes: #2218).TAKIZAWA Takashi
Thanks to TAKAHASHI Tamotsu for the fixes and for handling patch conflicts.
2007-02-26Add $history_file and $save_history, for saving command history acrossVincent Lefevre
sessions.
2007-02-24Add $assumed_charset, $file_charset and $strict_mime.TAKIZAWA Takashi
2007-02-24This patch adds ESMTP relay support to mutt.Brendan Cully
To use, set $smtp_url to the address of your smtp relay, in the form: smtp[s]://[user[:password]@]host[:port]/ where port defaults to 25 for smtp and 465 for smtps. You can also set $smtp_authenticators to control which methods mutt will attempt to use during authentication. See $imap_authenticators for details.
2007-02-24PKA signature verification via GPGME, controlled by $crypt_use_pka.Moritz Schulte
2006-11-20Note that $read_inc also affects search/limit progress updates now.Rocco Rutte
2006-08-11Use #ifdef in some appropriate places. (Particularly relevantThomas Roessler
when building the documentation.)
2006-08-03Add some missing makedoc defines for hcache DB options. Clarify theirRocco Rutte
meanings in the documentation.
2006-07-04Remove $imap_cachedir synonym, and update some docs.Brendan Cully
2006-07-04pdmef.cache.24: Generalise IMAP body caching and add POP support.Rocco Rutte
$imap_cachedir is now a synonym for $message_cachedir, and should be dropped soon since it hasn't been in an official release.
2006-05-19Document speed impact of attachment counting. This adds a short paragraph toRocco Rutte
manual.xml and cross-links %X-expandos to it.
2006-04-28pdmef+fix+sslinterface. Triggered by a warning when compilingRocco Rutte
with POP and GNUTLS, I noticed the SSL interfaces for OpenSSL and GNUTLS internally are different which doesn't make sense.
2006-04-03Set $record default to ~/sent (closes: #2068).Brendan Cully
2006-03-13Make imap_idle default to false for 1.5.12.Brendan Cully
2006-01-09Adding pattern group support; seeThomas Roessler
http://does-not-exist.org/mail-archives/mutt-dev/msg05693.html for instructions. The ungroup command is not yet implemented, and documentation is lacking.
2005-12-22Add $imap_cachedir option. If set, mutt will keep copies of IMAP messagesBrendan Cully
under this directory.
2005-12-12. Add $imap_idle boolean to disable the IDLE extension (may be needed with someBrendan Cully
servers like the particular version of dovecot I tried yesterday). . Don't attempt to poll mailboxes with connections that haven't yet authenticated. . Recognize NO responses again (silly typo, spotted by Charlie Allom)
2005-10-09Correct doc nit for $meta_key, noted by Mark Weyer. Closes: #2105.Brendan Cully
2005-10-04Tweak description of pop_checkinterval slightly. Closes: #2074.Brendan Cully
2005-10-04Attachment counting for index display (patch-1.5.11.dgc.attach.6).David Champion
Modifications: attach_recurse and attach_ignore_fundamental stripped, some debugging code removed, some bones thrown to check_sec.sh.
2005-09-22Update QDBM patch to the current state of the art. Closes: #2003 (again).TAKAHASHI Tamotsu
2005-09-21QDBM support for the header cache.Thomas Glanzmann
2005-09-17Gah, forgot the zip code when updating the FSF address...Brendan Cully
2005-09-17Update FSF address (via sed, I hope nothing got mangled). Closes: #2071.Brendan Cully
2005-09-14Refer to $use_envelope_from rather than old $envelope_from in description ofTAKAHASHI Tamotsu
$envelope_from_address.
2005-09-14Add new $envelope_from_address variable for manually specifying theBrendan Cully
envelope sender. Rename (with compatibility synonym) $envelope_from to $use_envelope_from. Make $envelope_from subordinate to $use_e_f, as $from is to $use_from. From a discussion with TLR.
2005-09-07Display progress meter when uploading/fetching IMAP data. Closes: #1772.Brendan Cully
2005-09-04Point $hide_top_limited to $hide_limited instead of $hide_missing. LikewiseBrendan Cully
for $hide_top_missing. Closes: #2039.
2005-09-04Mention $sort_re in $strict_threads documentation. Closes: #2052.Brendan Cully
2005-08-08Remove undefined reference to unmailboxes command. Closes #2028.Brendan Cully
2005-08-08Fix bug just introduced in lsub parsing that could cause mutt to loop ↵Brendan Cully
indefinitely. Don't recheck subscriptions at every mailbox change, just the initial connection.