омфг.. нет плейера ужасней. обычно когда такое монстрище играет музыку, то оно запущено в каком-нибудь kde4 с выкрученными на максимум компиз-эффектами. короче низачот.
> либастрал в действии: по общему виду десктопа определять, как выглядят незапущенные аппликухи %)
наверное запустил у себя и решил поделится впечатлением, по теме - aTunes вроде на яве? странно видеть минималистичный десктоп + такой монстр на яве, ну и сглаживания шрифтов в нем нет( а в остальном гуи есть )
source ~/.mutt/headers.mutt
source ~/.mutt/sidebar.mutt
set realname=""
set charset="utf8" # Local charset
set send_charset="utf-8"
set use_from=no # I want to generate "From:" using my_hdr
set envelope_from=no # msmtp doesn't like this option
set attribution="On %d, %n wrote:" # Quoting subject
set editor="vim +':set textwidth=72' %s"
#set editor='vim %s' # I love vi and colors so vim is my choose
set delete=yes # purge deleted messages without asking
set copy=ask-no # ask to save a copy of outgoing message?
set postpone=ask-no # ask to postpone message if i want to
set print=ask-yes # ask for printing message if i want to
set record=ask-no # ask to save sent message into 'sent' mailbox
set include=yes # include the message in replies (reply quoting)
set quit=ask-yes # Do you REALLY want to exit mutt? :)
set recall=ask-yes # ask for working with unsent messages
set reply_regexp= "^(re|RE|Re):[ \t]*"
#set use_from=no
#set status_on_top # status on top
#unset save_empty # remove mbox when last message is removed. sucks with maildir
unset confirmappend # prompt for confirm when appending message to ex. mbox
set allow_8bit # encoding
set check_new # search for new messages
set abort_nosubject=no # Abort, if message has no subject
set ascii_chars=yes # for my xterm
#set hide_limited=yes
#set arrow_cursor # little arrow instead of line-marker
set attach_split # do not merge attaches into one file?
set fast_reply # do not asr For:, To:, Subj:, then replying
set fcc_attach # keep attaches then doing Fcc:
set followup_to # add Mail-Followup-To header, for maillists
unset metoo # do not send reply to myself when replyin' to group
unset reply_self # do not reply myself after all
unset read_only # I wanna r/w access to my mailboxes
unset collapse_unread # do not collapse threads with new mail
unset mark_old # unread old messages are still unread after quitting
set suspend # allow Ctrl-Z to shutdown mutt
unset beep # fuckin' noizy pc-speaker
unset beep_new
unset markers # those fucking "+" in wrapped lines
set askcc=no # ask for cc when creating new message?
set print_command="muttprint" # If I want to print some messages...
set shell="/bin/bash"
set signature="~/.mutt/scripts/signature|" # This is a script executable
set realname="" # this is my name :-)
set indent_string="> "
set forward_format="Fwd: %s"
set hdrs # Use my_hdr
set help # I wanna help :)
# MIME types handering - - - - - - - - - - - - - - - - - - - - - - - - - #
set implicit_autoview # try to understand MIME types
# List of MIME-Types to give a priority when reading multipart/alternative
alternative_order text/enriched text/plain text/html
source ~/.mutt/hooks.mutt
set mailcap_path="~/.mailcap" # see MIME types in mailcap database
set mailcap_sanitize=yes # remove mailcap ugly chars
#set pager=/usr/bin/less
set pager=builtin
set pager_context=1
set menu_scroll
set narrow_tree # To make deep threads to fit on the screen
set pager_stop # don't show the next msg after current
set user_agent = no # let them take fake useragent from my_hdr above
# Mail delivering - - - - - - - - - - - - - - - - - - - - - - - - - - - #
set sendmail="/usr/sbin/ssmtp"
# Keybindings and macroses - - - - - - - - - - - - - - - - - - - - - - - #
source ~/.mutt/bindings.mutt
# MIME autoviews- - - - - - - - - - - - - - - - - - - - - - - - - - - - #
#source ~/.mutt/auto_views
# Aliases - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - #
source ~/.mutt/aliases.mutt
# Mailboxes - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - #
# My type of mailbox is maildir
set mbox_type="Maildir"
# By default show me default/ mailbox
set spoolfile=~/Maildir/default
# read message goes to that mailbox, cur/ subfolder
set mbox=~/Maildir/default
# postponed messages are in separate mailbox :)
set postponed=~/Maildir/postponed
set record=~/Maildir/sent # Sent mail goes here (if I wish)
set alias_file=~/.mutt/aliases.mutt # Let mutt know save path to aliases.
# Good-looking UI - - - - - - - - - - - - - - - - - - - - - - - - - - - - #
# status_format - bottom status bar format
# folder_format - local browser format
# %f - current folder
# %s - sort method
# %m - number of messages in folder
# %l - total size of messages
# %n - number of mew messages
# %t - number of tagged messages
# %d - number of deleted messages
set status_format="%v [%f] [%m msgs (%l), %n new, %p unsent, %d deleted]"
set folder_format="%N %F %2l %-8.8u %-8.8g %8s %d %f"
# Folder view
# %3C - three digits to message number (e.g. max is 999)
# %Z - message statsu flags
# %{%b %d} - date of arrival
# %-20.20L - 15 chars of sender name
# (%?l?%4l&%4c?) - message size
# %s - subject of the message
set index_format="%3C %Z %{%b %d} %-20.20L (%?l?%4l&%4c?) %s"
#set index_format="%4C %Z %[!%d.%m.%y] %-15.15F (%?M?C%3M&%4l?) %s"
# My folders - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - #
set folder=~/Maildir
source ~/.mutt/folders.mutt
# Sorting - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - #
set sort=threads # sorting the mails in threads
set sort_aux=date-sent # sort brother mails inside threads
# Cool GnuPG PGP stuff - - - - - - - - - - - - - - - - - - - - - - - - #
unset pgp_autosign # I don't want to sign automatically, ask me for that
unset pgp_autoencrypt # So do autoencrypt
set pgp_timeout=1800 # cache my key-passphrase for 30 min
set pgp_verify_sig=yes # I want to verify incoming sign messages
source ~/.mutt/gpg.mutt
# Mailing lists features
unlists *
unsubscribe *
lists например *lists.gentoo.org
subscribe например *lists.gentoo.org
# Eye-candy color definitions - - - - - - - - - - - - - - - - - - - - - - - #
source ~/.mutt/themes/themename
############################################################################
# EOF EOF EOF EOF EOF EOF EOF EOF EOF EOF EOF EOF EOF EOF EOF EOF EOF EOF #
############################################################################
# set up the sidebar, default not visible
set sidebar_width=22
set sidebar_visible=yes
set sidebar_delim='|'
# which mailboxes to list in the sidebar
#mailboxes =inbox =ml
# color of folders with new mail
color sidebar_new yellow default
# ctrl-n, ctrl-p to select next, prev folder
# ctrl-o to open selected folder
bind index \CP sidebar-prev
bind index \CN sidebar-next
bind index \CO sidebar-open
bind pager \CP sidebar-prev
bind pager \CN sidebar-next
bind pager \CO sidebar-open
# I don't need these. just for documentation purposes. See below.
# sidebar-scroll-up
# sidebar-scroll-down
# b toggles sidebar visibility
macro index b '<enter-command>toggle sidebar_visible<enter>'
macro pager b '<enter-command>toggle sidebar_visible<enter>'
# Remap bounce-message function to "B"
bind index B bounce-message #
Только хотел сказать нечто типа ".conkyrc - в студию!", а он уже выложил :-) Молодец, спасибо! aTunes, конечно же, не бог весть что, но в целом приятно.