Package: mutt
Version: 1.5.18-6
Severity: normal

-- Please type your report below this line




-- Build environment information

(Note: This is the build environment installed on the system
muttbug is run on.  Information may or may not match the environment
used to build mutt.)

- gcc version information
gcc
Using built-in specs.
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 4.3.2-1.1' 
--with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs 
--enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared 
--with-system-zlib --libexecdir=/usr/lib --without-included-gettext 
--enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3 
--program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug 
--enable-objc-gc --enable-mpfr --enable-cld --enable-checking=release 
--build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.3.2 (Debian 4.3.2-1.1) 

- CFLAGS
-Wall -pedantic -g -O2

-- Mutt Version Information

Mutt 1.5.18 (2008-05-17)
Copyright (C) 1996-2008 Michael R. Elkins and others.
Mutt comes with ABSOLUTELY NO WARRANTY; for details type `mutt -vv'.
Mutt is free software, and you are welcome to redistribute it
under certain conditions; type `mutt -vv' for details.

System: Linux 2.6.32.8-grsec-2.1.14-modsign-xeon-64 (x86_64)
ncurses: ncurses 5.7.20081213 (compiled with 5.7)
libidn: 1.8 (compiled with 1.10)
hcache backend: GDBM version 1.8.3. 10/15/2002 (built Apr 24 2006 03:50:27)
Compile options:
-DOMAIN
+DEBUG
-HOMESPOOL  +USE_SETGID  +USE_DOTLOCK  +DL_STANDALONE  
+USE_FCNTL  -USE_FLOCK   
+USE_POP  +USE_IMAP  +USE_SMTP  +USE_GSS  -USE_SSL_OPENSSL  +USE_SSL_GNUTLS  
+USE_SASL  +HAVE_GETADDRINFO  
+HAVE_REGCOMP  -USE_GNU_REGEX  
+HAVE_COLOR  +HAVE_START_COLOR  +HAVE_TYPEAHEAD  +HAVE_BKGDSET  
+HAVE_CURS_SET  +HAVE_META  +HAVE_RESIZETERM  
+CRYPT_BACKEND_CLASSIC_PGP  +CRYPT_BACKEND_CLASSIC_SMIME  -CRYPT_BACKEND_GPGME  
-EXACT_ADDRESS  -SUN_ATTACHMENT  
+ENABLE_NLS  -LOCALES_HACK  +COMPRESSED  +HAVE_WC_FUNCS  +HAVE_LANGINFO_CODESET 
 +HAVE_LANGINFO_YESEXPR  
+HAVE_ICONV  -ICONV_NONTRANS  +HAVE_LIBIDN  +HAVE_GETSID  +USE_HCACHE  
-ISPELL
SENDMAIL="/usr/sbin/sendmail"
MAILPATH="/var/mail"
PKGDATADIR="/usr/share/mutt"
SYSCONFDIR="/etc"
EXECSHELL="/bin/sh"
MIXMASTER="mixmaster"
To contact the developers, please mail to <mutt-...@mutt.org>.
To report a bug, please visit http://bugs.mutt.org/.

patch-1.5.13.cd.ifdef.2
patch-1.5.13.cd.purge_message.3.4
patch-1.5.13.nt+ab.xtitles.4
patch-1.5.4.vk.pgp_verbose_mime
patch-1.5.6.dw.maildir-mtime.1
patch-1.5.8.hr.sensible_browser_position.3

--- Begin /home/aishdas/.muttrc
set realname="Micha Berger"
set imap_user="si...@aishdas.org"
set imap_passive=no
alternates "(aishdas|micha|mitch|mitch\.berger)\@(aishdas|mussarinstitute)\.org"
set certificate_file=".ssh/mutt_certificates"
set ssl_starttls=no
set imap_servernoise=no
set spoolfile="~/Maildir"
set folder="~/Maildir"

set abort_unmodified=ask-yes    # automatically abort replies if I don't
set alias_file=~/.mutt_aliases  # where I keep my aliases
set allow_8bit                  # never do Q-P encoding on legal 8-bit chars
unset arrow_cursor              # use -> instead of hiliting the whole line
set autoedit                    # go to the editor right away when composing
set auto_tag                    # always operate on tagged messages
set charset="iso-8859-8"        # character set for your terminal
set noconfirmappend             # don't ask me if i want to append to mailboxes
set copy=yes                    # always save a copy of outgoing messages
set delete=yes                  # purge deleted messages without asking
unset edit_headers              # let me edit the message header when composing
set editor="vim"                # editor to use when composing messages
set fast_reply                  # skip initial prompts when replying
set forward_format="Fwd (%a): %s"       # subject for forwarding messages
set forward_decode              # weed and MIME decode forwaded messages
set forward_quote               # quote the header and body of forward msgs
unset mime_forward              # use message/rfc822 type to forward messages
set index_format="%4C %Z %{%m/%d} %-15.15F (%4c) %s" # format of the index
unset header                    # include message header when replying
set help                        # show the help lines
set hostname="aishdas.org"      # my DNS domain
set include                     # always include messages when replying
set indent_string=": "          # how to quote replied text
set ispell="/usr/bin/ispell"
set nomark_old                  # i don't care about whether a message is old
set mail_check=10               # how often to poll for new mail
set mbox=+.old-messages         # where to store read messages
set record=+.Sent               # default location to save outgoing mail
set ignore_list_reply_to
set move=no                     # don't ask about moving messages, just say no
set pager_index_lines=6         # how many index lines to show in the pager
set postponed=+postponed        # mailbox to store postponed messages in
set print=yes                   # don't ask me if I really want to print 
messages
set print_command="gmutt -s'Forwarded Post/Email' mberger"
set noprompt_after              # ask for a command after external pager exits
set read_inc=25                 # show progress when reading a mailbox
set reply_to                    # always use reply-to if present
set reverse_name                # use my address as it appears in the message
set save_empty                  # remove files when no messages are left
set save_name                   # save outgoing messages by recipient, if the
set shell="/bin/zsh"            # program to use for shell escapes
set signature="~/bin/dynaSignature -s|" # file which contains my signature
unset sig_dashes

set sort=threads                # primary sorting method
set sort_aux=date-received      # how to sort subthreads
set sort_browser=reverse-date   # how to sort files in the dir browser
set status_format="-%r-Mutt: %f [Msgs:%?M?%M/?%m%?n? New:%n?%?d? Del:%d?%?F? 
Flag:%F?%?t? Tag:%t?%?p? Post:%p?%?b? Inc:%b?  %l]---(%s)-%>-(%P)---"
set tilde                       # virtual lines to pad blank lines in the pager
unset nouse_domain              # don't qualify local addresses with $domain
set visual=vim                  # editor invoked by ~v in the builtin editor
set write_inc=25                # show progress while writing mailboxes


ignore *                # this means "ignore all lines by default"

unignore        from: subject to cc mail-followup-to date x-loop reply-to


color normal     white    black   # normal text
color indicator  yellow   blue    # actual message
color tree       magenta  black   # thread arrows
color status     yellow   red     # status line
color error      red      black   # errors
color message    red      black   # info messages
color signature  blue     black   # signature
color attachment blue     yellow  # MIME attachments
color search     black    green   # search matches
color tilde      magenta  black   # ~ at bottom of msg
color markers    red            black   # + at beginning of wrapped lines
color hdrdefault blue           black   # default header lines
color bold       red            black   # hiliting bold patterns in body
color underline  cyan           black   # hiliting underlined patterns in body
color quoted     blue           black   # quoted text
color quoted1    yellow         black  
color quoted2    green          black  
color quoted3    red            black  
color quoted4    blue           black  
color quoted5    yellow         black  
color quoted6    green          black  
color quoted7    red            black  
color quoted8    blue           black  
color quoted9    yellow         black  
color header     cyan       black  "^(from|subject):"
color body       cyan       black  "((ftp|http|https)://|news:)[^ >)\"\t]+"
color body       cyan       black  "[-a-z_0-9.+]+@[-a-z_0-9.]+"
color body       magenta    black  "(^| )\\*[-a-z0-9*]+\\*[,.?]?[ \n]"
color body       magenta    black  "(^| )_[-a-z0-9_]+_[,.?]?[ \n]"

color index      green      black  ~F         # Flagged
color index      yellow     black  ~N         # New
color index      cyan       black  ~O         # Old
color index      magenta    black  ~T         # Tagged
color index      red        black  ~D         # Deleted


mono quoted bold

source ~/.mutt_aliases


bind generic "\e<" first-entry  # emacs-like bindings for moving to top/bottom
bind generic \e> last-entry
bind generic { top-page
bind generic } bottom-page
bind generic \177 last-entry

macro index \cb |urlview\n      # simulate the old browse-url function
macro pager \cb |urlview\n      # simulate the old browse-url function

macro index E ejb
macro pager E ejb

macro pager \cr |areivim
macro pager \cv |avodah

macro pager \cw |w\n

macro index S :unset<space>wait_key\n|spam\n:set<space>wait_key\nd
macro pager S :unset<space>wait_key\n|spam\n:set<space>wait_key\nd

macro index B '/~b ' 'search in message bodies'


bind pager G bottom     # just like vi and less



my_hdr From: Micha Berger <mi...@aishdas.org>








fcc-hook yitzw\@aol.com ~/xl
fcc-hook areivim\@aishdas.org <
fcc-hook avodah\@aishdas.org <
fcc-hook mj2\@aishdas.org /dev/null
fcc-hook majordomo\@aishdas.org /dev/null






mailboxes ! +avodah +areivim +chevrah +vaad +ansche +ladder +kehillah +scjm 
+hashkafah +ocr +mesorah +bulk +phone +.moderation +.Junk


unhdr_order *                           # forget the previous settings
hdr_order date from subject to cc


lists avo...@aishdas.org arei...@aishdas.org rugwarr...@egroups.com 
meso...@aishdas.org chev...@aishdas.org kehil...@aishdas.org 
aleis...@aishdas.org o...@topica.com ocr-l...@stormweb.org eva...@aishdas.org


auto_view application/x-gunzip
auto_view application/x-gzip
auto_view text/html

alternative_order text/enriched text/plain text



--- End /home/aishdas/.muttrc


--- Begin /home/aishdas/etc/Muttrc
ignore "from " received content- mime-version status x-status message-id
ignore sender references return-path lines
macro index \eb '/~b ' 'search in message bodies'
macro index \cb |urlview\n 'call urlview to extract URLs out of a message'
macro pager \cb |urlview\n 'call urlview to extract URLs out of a message'
macro generic <f1> "!less /home/aishdas/doc/mutt/manual.txt\n" "Show Mutt 
documentation"
macro index   <f1> "!less /home/aishdas/doc/mutt/manual.txt\n" "Show Mutt 
documentation"
macro pager   <f1> "!less /home/aishdas/doc/mutt/manual.txt\n" "Show Mutt 
documentation"
--- End /home/aishdas/etc/Muttrc




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to